Add resources.md

This commit is contained in:
Julien Chemillier 2022-05-23 11:50:12 +02:00
parent 4940807da3
commit beeb99b59b
2 changed files with 12 additions and 7 deletions

View File

@ -1,10 +1,3 @@
# TIPE
Projet de TIPE en MP2I 2022-2023
## Ressources
- [Repos GitHub](https://github.com/stars/augustin64/lists/tipe)
- [Travail de google](https://storage.googleapis.com/pub-tools-public-publication-data/pdf/45488.pdf)
- [Projet Im2GPS](http://graphics.cs.cmu.edu/projects/im2gps/im2gps.pdf)
- [Travail stanford](http://cs231n.stanford.edu/reports/2015/pdfs/CS231N_Final_Report_amanivp_jamesh93.pdf)
- [Module Matrices](http://www.bios.unc.edu/distrib/bios235/sml/SML.pdf)

12
doc/Resources.md Normal file
View File

@ -0,0 +1,12 @@
# Ressources
## Simple Neural Network
- [3Blue1Brown](https://www.3blue1brown.com/topics/neural-networks)
- [Neptune.ai](https://neptune.ai/blog/backpropagation-algorithm-in-neural-networks-guide)
- [Simeon Kostadinov: Understanding Backpropagation](https://towardsdatascience.com/understanding-backpropagation-algorithm-7bb3aa2f95fd)
- [Tobias Hill: Gradient Descent](https://towardsdatascience.com/part-2-gradient-descent-and-backpropagation-bf90932c066a)
## Convolutional Neural Network