DataForScience/DeepLearning
Deep Learning From Scratch
This project provides code and slides for an online webinar series on deep learning. It teaches the theoretical foundations and core ideas of deep learning in a hands-on way, using examples structured similarly to Keras. Aspiring data scientists, machine learning engineers, or researchers looking to understand and implement neural networks from the ground up would find this useful.
139 stars. No commits in the last 6 months.
Use this if you want to learn the fundamental concepts of deep learning and neural networks by building them yourself, rather than just using pre-built libraries.
Not ideal if you're looking for a quick solution to apply existing deep learning models without understanding the underlying mechanics or if you're already proficient with deep learning frameworks.
Stars
139
Forks
106
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DataForScience/DeepLearning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
DingKe/nn_playground
Experimental keras implementation of novel neural network structures
OVVO-Financial/NNS
Nonlinear Nonparametric Statistics
remicres/otbtf
Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)
emilwallner/Deep-Learning-From-Scratch
Six snippets of code that made deep learning what it is today.