Skip to content

Commit 068d2dc

Browse files
change
1 parent c09e7cd commit 068d2dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Chapter02/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Chapter02: Transfer Learning
1+
# Chapter02: Transfer Learning
22

33
Transfer learning is the process of transferring the knowledge gained in one task in a
44
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
1010
this chapter, we will use transfer learning to solve a healthcare problem.
1111

1212

13-
### Goal
13+
#### Goal
1414

1515
- [x] To leverage transfer learning in solving real world problems
1616
- [x] Look at the achitecture of Standard CNN architectures that can be used for Transfer Learning
1717
- [x] Be comfortable on various facets of performing Transfer learning
1818

19-
### Dataset Link
19+
#### Dataset Link
2020
[Data] (https://www.kaggle.com/c/classroom-diabetic-retinopathy-detection-competition/data)
2121

2222
#### 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
4949

5050
```
5151

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**
5353

5454

5555

0 commit comments

Comments
 (0)