Skip to content

Commit 2c90024

Browse files
authored
Update README.md
1 parent 7776060 commit 2c90024

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Diff for: README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
# Convolutional Neural Network Tutorial
22
Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I decided to create a tutorial to (hopefully) help others do the same and improve my own understanding of neural networks.
33

4-
To run this code, please download the CSV mnist data and replace the filepath variables in the main function to match your CSV directory.
4+
**To run this code, please download the CSV mnist data and replace the filepath variables in the main function to match your CSV directory.**
5+
6+
Link to the first video in the series on youtube:
7+
https://youtu.be/3MMonOWGe0M
58

69
My github repository:
710
https://github.com/evarae/CNN_Tutorial
811

9-
CSV MNIST Download:
12+
CSV MNIST Download:
1013
https://pjreddie.com/projects/mnist-in-csv/
1114

12-
Recommended Reading/Resources that I Used:
15+
### Recommended Reading/Resources that I Used:
1316

14-
3Blue1Brown - Neural Networks - https://youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
17+
3Blue1Brown - *Neural Networks* - https://youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
1518

16-
Giuseppe Pio Cannata - “Backpropagation in Fully Convolutional Networks (FCNs)” - https://towardsdatascience.com/backpropagation-in-fully-convolutional-networks-fcns-1a13b75fb56a
19+
Giuseppe Pio Cannata - *“Backpropagation in Fully Convolutional Networks (FCNs)”* - https://towardsdatascience.com/backpropagation-in-fully-convolutional-networks-fcns-1a13b75fb56a
1720

18-
Sumit Saha - “A Comprehensive Guide to Convolutional Neural Networks — the ELI5 way” - https://towardsdatascience.com/a-comprehensive-guide-to-convolutional-neural-networks-the-eli5-way-3bd2b1164a53
21+
Sumit Saha - *“A Comprehensive Guide to Convolutional Neural Networks — the ELI5 way”* - https://towardsdatascience.com/a-comprehensive-guide-to-convolutional-neural-networks-the-eli5-way-3bd2b1164a53
1922

20-
Pavithra Solai - “Convolutions and Backpropagations” - https://pavisj.medium.com/convolutions-and-backpropagations-46026a8f5d2c
23+
Pavithra Solai - *“Convolutions and Backpropagations”* - https://pavisj.medium.com/convolutions-and-backpropagations-46026a8f5d2c
2124

22-
Paul-Louis Pröve - “An Introduction to different Types of Convolutions in Deep Learning” - https://towardsdatascience.com/types-of-convolutions-in-deep-learning-717013397f4d
25+
Paul-Louis Pröve - *“An Introduction to different Types of Convolutions in Deep Learning”* - https://towardsdatascience.com/types-of-convolutions-in-deep-learning-717013397f4d

0 commit comments

Comments
 (0)