neural-networks-and-deep-learning
Deep learning examples
Provides Python code examples for neural networks and deep learning concepts
Code samples for my book "Neural Networks and Deep Learning"
16k stars
1k watching
7k forks
Language: Python
last commit: 6 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
fchollet/deep-learning-with-python-notebooks | Companion notebooks implementing code samples from the book on deep learning with Python | 18,712 |
rhiever/data-analysis-and-machine-learning-projects | A repository of teaching materials, code, and data for various data analysis and machine learning projects. | 6,128 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,003 |
amueller/introduction_to_ml_with_python | A repository of notebooks and code for teaching machine learning with Python | 7,448 |
ageron/handson-ml | A resource for learning machine learning with Python | 25,199 |
clab/dynet_tutorial_examples | Tutorials on implementing neural networks in NLP using the DyNet toolkit | 433 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,954 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 56,215 |
atmb4u/data-driven-code | Code examples for a data-driven approach to building neural networks in Python | 29 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
tobiascz/mnist_pytorch_python_and_capi | An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 | 96 |
mne-tools/mne-python | A comprehensive Python package for exploring and analyzing neurophysiological data from MEG, EEG, and other sources. | 2,724 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,244 |