https://github.com/devamoghs/deep-learning-with-python
Examples and Exercises from Deep Learning with Python - Francis Chollet
https://github.com/devamoghs/deep-learning-with-python
algorithms artificial-intelligence deep-learning deep-learning-tutorial exercises machine-learning python3
Last synced: 4 months ago
JSON representation
Examples and Exercises from Deep Learning with Python - Francis Chollet
- Host: GitHub
- URL: https://github.com/devamoghs/deep-learning-with-python
- Owner: devAmoghS
- Created: 2018-09-28T03:34:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T07:03:03.000Z (about 7 years ago)
- Last Synced: 2025-05-09T01:50:11.764Z (8 months ago)
- Topics: algorithms, artificial-intelligence, deep-learning, deep-learning-tutorial, exercises, machine-learning, python3
- Language: Python
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deep-learning-with-python
Examples and Exercises from Deep Learning with Python - Francis Chollet
[Chapter 2: The mathematical building blocks of neural networks](https://github.com/devAmoghS/deep-learning-with-python/tree/master/chapter2)
[Chapter 3: Getting started with neural networks](https://github.com/devAmoghS/deep-learning-with-python/tree/master/chapter3)
[Chapter 4: Fundamentals of machine learning](https://github.com/devAmoghS/deep-learning-with-python/tree/master/chapter4)
[Chapter 5: Deep Learning for Computer Vision](https://github.com/devAmoghS/deep-learning-with-python/tree/master/chapter5)
[Chapter 6: Deep Learning for texts and sequences](https://github.com/devAmoghS/deep-learning-with-python/tree/master/chapter6)