An open API service indexing awesome lists of open source software.

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)

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
![alt-text-2](https://github.com/omarsar/omarsar.github.io/blob/master/images/machine-learning.png?raw=true)

### :point_right: More from "The Bit Series"
![alt-text-1](https://github.com/omarsar/omarsar.github.io/blob/master/images/os.png?raw=true)

- [Operating Systems: A Friendly Handbook](https://github.com/omarsar/os)