https://github.com/sbaumohl/brownmachinelearning
I attended a three week Machine Learning course taught at Brown University. These are copies of the Programming notes, and some of the programs I wrote.
https://github.com/sbaumohl/brownmachinelearning
Last synced: 9 months ago
JSON representation
I attended a three week Machine Learning course taught at Brown University. These are copies of the Programming notes, and some of the programs I wrote.
- Host: GitHub
- URL: https://github.com/sbaumohl/brownmachinelearning
- Owner: sbaumohl
- License: mit
- Created: 2019-08-01T01:59:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T12:31:16.000Z (almost 7 years ago)
- Last Synced: 2025-10-10T17:13:44.475Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summer @ Brown Machine Learning
I attended a three week Machine Learning course taught at Brown University during the summer of 2019. These are copies of the Programming notes, and some of the programs I wrote.
In this Repo, there is code for the following:
1. Perceptron algorithm
2. Gradient Descent
3. MNist single layer implementation
4. Random Walk with sentence generation