Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklindernoren authored Mar 28, 2018
1 parent f078fc3 commit 6506196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ but rather to present the inner workings of them in a transparent and accessible
* [About](#about)
* [Table of Contents](#table-of-contents)
* [Installation](#installation)
* [Example Usage](#example-usage)
* [Examples](#examples)
+ [Polynomial Regression](#polynomial-regression)
+ [Classification With CNN](#classification-with-cnn)
+ [Density-Based Clustering](#density-based-clustering)
Expand All @@ -33,7 +33,7 @@ but rather to present the inner workings of them in a transparent and accessible
$ cd ML-From-Scratch
$ python setup.py install

## Example Usage
## Examples
### Polynomial Regression
$ python mlfromscratch/examples/polynomial_regression.py

Expand Down

0 comments on commit 6506196

Please sign in to comment.