-
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.
complete simple reiforcement agent example | restrcuture book structure
- Loading branch information
Showing
8 changed files
with
9,817 additions
and
370 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# n03@n's Machine Learning notes | ||
|
||
[Machine Learning with Python: from Linear Models to Deep Learning](https://www.edx.org/learn/machine-learning/massachusetts-institute-of-technology-machine-learning-with-python-from-linear-models-to-deep-learning) | ||
|
||
[MIT MicroMasters® Program Calendar](https://micromasters.mit.edu/ds/upcoming-dates/) | ||
|
||
**Disclaimer**: The following notes are a mesh of my own notes, forums, youtube, GPT, medium, arxiv, some useful forum threads and various course materials (standford, MIT, DeepLearning.AI, udacity etc). There may be various error and that could very well be due to my own interpretation during learning or over simplifying. | ||
|
||
--- | ||
|
||
**Note:** As a prerequisite, I had to brush up some basic math important for machine learning. Here are my Jupiter notes published as [Digital Book 📚](https://N0-man.github.io/math-for-machine-learning/) | ||
|
||
![alt text](image.png) | ||
|
||
```{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
Oops, something went wrong.