-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
# {ml-nn-zero2hero} | ||
|
||
Welcome to this repository of Collection of notes on {ml.nn-zero2hero}. This repository includes notes and learnings following the [nn_zero_to_hero](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) guide by Andrej Karpathy and the open-source notebooks available on [Hands-On Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2](https://github.com/ageron/handson-ml3) by Aurelien Geron. Personally, I found these to be two of the best resources available on this subject, purely from an applied learning stand point. For great visual understanding, the videos at [3Blue1Brown](https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) are quite helpful as well. I should also look into getting a concise theoretical background on the subject, and will post a good article on this as well. | ||
Welcome to **Collection of notes on {ml.nn-zero2hero}**. This repository includes notes and learnings following the [nn_zero_to_hero](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) guide by Andrej Karpathy and the open-source notebooks available on [Hands-On Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2](https://github.com/ageron/handson-ml3) by Aurelien Geron. Personally, I found these to be two of the best resources available on this subject, purely from an applied learning stand point. For great visual understanding, the videos on the Youtube Channel [3Blue1Brown](https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) are quite helpful as well. I should also look into getting a concise theoretical background on the subject, and will post a good article on this as well. | ||
|
||
Other resources include (but not limited to), | ||
- The [DeepLearning.ai](https://deeplearning.ai/) courses on the Machine Learning / Deep Learning Specialization by Andrew Ng | ||
- Online book on [Model-based Machine Learning](https://mbmlbook.com/) by John Winn | ||
- [Pattern Recognition and Machine Learning](https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf) by Christopher Bishop | ||
- [Hands-On Mathematical Optimization with Python](https://github.com/mobook/MO-book) | ||
|
||
```{note} | ||
The goals of this collection of notebooks are to: | ||
* Grasp the foundations for hands-on machine learning and deep learning in an elegant approach | ||
* Have fun while learning and compiling notes and eventually end in a culmination of work | ||
* Help readers to easily navigate the learning experience with a good compilation on notes on the subject | ||
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work | ||
|
||
``` | ||
### Pre-requisites | ||
|
||
- Python 3.9 or above (preferrably on VSCode) | ||
- [Mathematics for Machine Learning](https://mml-book.github.io/book/mml-book.pdf) | ||
|
||
#### Packages | ||
|
||
- numpy | ||
- scikit-learn | ||
- matplotlib | ||
- pandas | ||
- tensorflow2 | ||
- keras | ||
|
||
```{tableofcontents} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.