Skip to content

Commit e0ea56e

Browse files
add updated notebook for 4th seminar, update README for it
1 parent 8ffb275 commit e0ea56e

File tree

8 files changed

+538
-0
lines changed

8 files changed

+538
-0
lines changed

week04_finetuning/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
__[Slides]__ - [here](https://yadi.sk/i/eyCRxQHx3NH2dg)
2+
3+
### Materials
4+
- Russian: [lecture I](https://yadi.sk/i/vNQYuGJP3FzDPU), [lecture II](https://yadi.sk/i/0IUoVMfI3GJcqb), [seminar](https://yadi.sk/i/YrGhi-803FzDTp)
5+
- English: [lecture I](https://www.youtube.com/watch?v=GxZrEKZfW2o), [lecture II](https://www.youtube.com/watch?v=pA4BsUK3oP4)
6+
7+
### More materials:
8+
- http://cs231n.github.io/transfer-learning/
9+
- lasagne [recipes](https://github.com/Lasagne/Recipes)
10+
- [a few words on soft-targets](http://www.kdnuggets.com/2015/05/dark-knowledge-neural-network.html)
11+
- If you want to learn more about graphical models - [first video](https://www.youtube.com/watch?v=uAsys22y5mY)
12+
- **PyTorch** [finetuning tutorial](https://pytorch.org/tutorials/beginner/finetuning_torchvision_models_tutorial.html)
13+
14+
15+
### Assignment
16+
Your goal for this week is to use pre-trained convolutuional network from the model zoo to classify cats versus dogs.
17+
As usual, follow the instructions in seminar_lasagne or seminar_tf depending on your framework.
11.3 KB
Loading
14.9 KB
Loading
15 KB
Loading
16.4 KB
Loading
14.1 KB
Loading
23.9 KB
Loading

0 commit comments

Comments
 (0)