Skip to content

Commit 4cfbc5b

Browse files
committed
Readme update
1 parent a2705d0 commit 4cfbc5b

File tree

6 files changed

+82
-11
lines changed

6 files changed

+82
-11
lines changed

001-Theory-DL.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
"name": "python",
679679
"nbconvert_exporter": "python",
680680
"pygments_lexer": "ipython3",
681-
"version": "3.6.6"
681+
"version": "3.6.4"
682682
}
683683
},
684684
"nbformat": 4,

006-Data-Augmentation-Fashion.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21013,7 +21013,7 @@
2101321013
"name": "python",
2101421014
"nbconvert_exporter": "python",
2101521015
"pygments_lexer": "ipython3",
21016-
"version": "3.6.6"
21016+
"version": "3.6.4"
2101721017
}
2101821018
},
2101921019
"nbformat": 4,

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Deep Learning Bootcamp
22

3-
- Introduction, Multi-layer Perceptron
4-
- Neural Network Building Blocks
5-
- Convolution Neural Network
6-
- Transfer Learning
7-
- Word Embedding
8-
- Recurrent Neural Network
9-
- Deployment
3+
The objective for the Deep Learning bootcamp is to ensure that the participants have enough theory and practical concepts of building a deep learning solution in the space of computer vision and natural language processing. Post the bootcamp, all the participants would be familiar with the following key concepts and would be able to apply them to a problem.
4+
5+
**Key Deep Learning Concept**
6+
- **Theory**: DL Motivation, Back-propagation, Activation
7+
- **Paradigms**: Supervised, Unsupervised
8+
- **Models**: Architecture, Pre-trained Models (Transfer Learning)
9+
- **Methods**: Perceptron, Convolution, Pooling, Dropouts, Recurrent, LSTM
10+
- **Process**: Setup, Encoding, Training, Serving
11+
- **Tools**: python-data-stack, keras, tensorflow
12+
13+
Notebook Overviews
14+
- **001**: Theory - Deep Learning, Universal Approximation, MLP for tabular data
15+
- **002**: Multi-layer Perceptron - Fashion MNIST
16+
- **003**: Theory - Convolution Neural Network
17+
- **004**: Convolution Neural Network - Fashion MNIST
18+
- **005**: Transfer Learning - Fashion MNIST
19+
- **006**: Data Augmentation - Fashion MNIST
20+
- **007**: Convolution Neural Network - Dosa/No Dosa
21+
- **008**: Transfer Learning - Dosa/No Dosa
22+
- **009**: Data Augmentation - Dosa/No Dosa
23+
- **010**: Theory & Concept - Natural Language Processing
24+
- **011**: Pre-Trained Embedding - NLP
25+
- **012**: Recurrent Neural Network - Toxic Classification
1026

1127
## Resources
1228

dl-overview.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# [fit] Deep Learning Bootcamp
2+
_**Getting Started with Image & Text**_
3+
<br>
4+
<br>
5+
<br>
6+
7+
8+
**Amit Kapoor** [@amitkaps](http://amitkaps.com)
9+
**Bargava Subramanian** [@bargava](http://bargava.com)
10+
**Anand Chitipothu** [@anandology](http://anandology.com)
11+
12+
---
13+
14+
# Bootcamp Approach
15+
16+
- **Domain**: Image & Text
17+
- **Applied**: Proven & Practical
18+
- **Intuition**: Visualisation & Analogies
19+
- **Code**: Learning by Doing
20+
- **Math**: Attend HackerMath!
21+
22+
---
23+
24+
# Learning Paradigm
25+
26+
![inline 120%](img/learning_paradigm.png)
27+
28+
---
29+
30+
# Types of Learning
31+
32+
- Supervised
33+
- Unsupervised
34+
- Semi-supervised
35+
- Reinforcement
36+
37+
---
38+
39+
# Approach
40+
41+
- Frame
42+
- ...
43+
44+
---
45+
46+
# Framing
47+
48+
---
49+
50+
# Data Acquisition
51+
52+
53+
---
54+
55+
Sample, Features

food/Dosa-TransferLearning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
"name": "python",
286286
"nbconvert_exporter": "python",
287287
"pygments_lexer": "ipython3",
288-
"version": "3.6.6"
288+
"version": "3.6.4"
289289
}
290290
},
291291
"nbformat": 4,

food/dosa-nodosa.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
"name": "python",
980980
"nbconvert_exporter": "python",
981981
"pygments_lexer": "ipython3",
982-
"version": "3.6.6"
982+
"version": "3.6.4"
983983
}
984984
},
985985
"nbformat": 4,

0 commit comments

Comments
 (0)