Skip to content

Commit

Permalink
complete simple reiforcement agent example | restrcuture book structure
Browse files Browse the repository at this point in the history
  • Loading branch information
N0-man committed Sep 8, 2024
1 parent a361395 commit cad1dca
Show file tree
Hide file tree
Showing 8 changed files with 9,817 additions and 370 deletions.
2 changes: 1 addition & 1 deletion 00 Couse Overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Welcome to 6.86x *Machine Learning with Python–From Linear Models to Deep Learning*.
## Welcome to _Machine Learning with Python–From Linear Models to Deep Learning_.

Machine learning methods are commonly used across engineering and sciences, from computer systems to physics. Moreover, commercial sites such as search engines, recommender systems (e.g., Netflix, Amazon), advertisers, and financial institutions employ machine learning algorithms for content recommendation, predicting customer behavior, compliance, or risk.

Expand Down
17 changes: 17 additions & 0 deletions INTRO.md
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}
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Learning Notes from MITx 6.86x semister
# Learning Notes from MITx semister

[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)

Expand Down
Loading

0 comments on commit cad1dca

Please sign in to comment.