File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ### Chapter02: Transfer Learning
1
+ # Chapter02: Transfer Learning
2
2
3
3
Transfer learning is the process of transferring the knowledge gained in one task in a
4
4
specific domain to a related task in a similar domain. In the deep learning paradigm,
@@ -10,13 +10,13 @@ and text, since it alleviates the need for a large amount of training data and t
10
10
this chapter, we will use transfer learning to solve a healthcare problem.
11
11
12
12
13
- ### Goal
13
+ #### Goal
14
14
15
15
- [x] To leverage transfer learning in solving real world problems
16
16
- [x] Look at the achitecture of Standard CNN architectures that can be used for Transfer Learning
17
17
- [x] Be comfortable on various facets of performing Transfer learning
18
18
19
- ### Dataset Link
19
+ #### Dataset Link
20
20
[ Data] (https://www.kaggle.com/c/classroom-diabetic-retinopathy-detection-competition/data )
21
21
22
22
#### Command to execute TransferLearning.py for Training and Holdout validation
@@ -49,7 +49,7 @@ python TransferLearning_reg.py --path '/media/santanu/9eb9b6dc-b380-486e-b4fd-c4
49
49
50
50
```
51
51
52
- ** These are sample commands and need to be changed accordingly based on data repositories,output directory,etc
52
+ ** These are sample commands and need to be changed accordingly based on data repositories,output directory,etc**
53
53
54
54
55
55
You can’t perform that action at this time.
0 commit comments