https://github.com/omarsar/machine_learning_fundamentals
:green_book: Machine Learning - A Friendly Handbook :green_book: (Open Notes)
https://github.com/omarsar/machine_learning_fundamentals
book handbook machine-learning neural-network
Last synced: 7 months ago
JSON representation
:green_book: Machine Learning - A Friendly Handbook :green_book: (Open Notes)
- Host: GitHub
- URL: https://github.com/omarsar/machine_learning_fundamentals
- Owner: omarsar
- Created: 2016-07-19T01:45:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:45:08.000Z (over 8 years ago)
- Last Synced: 2025-01-23T06:22:30.620Z (9 months ago)
- Topics: book, handbook, machine-learning, neural-network
- Homepage:
- Size: 9.77 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### :point_right: About
This is a friendly handbook which is useful for familiarizing yourself with the basics of **Machine Learning**. I am preparing this handbook as part of ["The Bit Series"](http://elvissaravia.com/books/). Read more about our manifesto [here](http://elvissaravia.com/books/). Also, feel free to submit pull requests as there might be plenty of grammatical errors, spelling errors, and even inconsistencies in the content. I will try to update the book as frequently as possible. I am also keeping a log of my continuous updates [here](https://github.com/omarsar/os/blob/master/log.md). It is tough doing this alone, so I am definitely crediting anyone for their contributions.
### :point_right: Table of Content
- Chapter 1 - [Models and Cost Function](https://github.com/omarsar/machine_learning_fundamentals/blob/master/1.%20Models%20and%20Cost%20Function.md)
- Chapter 2 - [Parameter Learning](https://github.com/omarsar/machine_learning_fundamentals/blob/master/2.%20Parameter%20Learning.md)
- Chapter 3 - [Multivariate Linear Regression](https://github.com/omarsar/machine_learning_fundamentals/blob/master/3.%20Multivariate%20Linear%20Regression.md)
- Chapter 4 - [Computing parameters analytically](https://github.com/omarsar/machine_learning_fundamentals/blob/master/4.%20Computing%20Paramater%20Analytically.md)
- Chapter 5 - [Regularization](https://github.com/omarsar/machine_learning_fundamentals/blob/master/5.%20Regularization.md)
- Chapter 6 - [Neural Networks](https://github.com/omarsar/machine_learning_fundamentals/blob/master/6.%20Neural%20Networks.md)### :point_right: Status
- Draft stage### :point_right: TODO List
- Add examples through images.
- Work on readability using boldface, italics, tables, etc.### :point_right: Contributor
- [Elvis Saravia](http://elvissaravia.com)
- Email: ellfae@gmail.com### :point_right: Potential book cover
### :point_right: More from "The Bit Series"
- [Operating Systems: A Friendly Handbook](https://github.com/omarsar/os)