Skip to content

Commit aee2625

Browse files
Update Machine_Learning_Algorithms.md
1 parent a310bf8 commit aee2625

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1+
# Machine Learning Algorithms
2+
Most popular Machine Learning Algorithms. **Coming soon**
3+
<br/>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345027.svg)](https://doi.org/10.5281/zenodo.1345027)
14

5+
## Content
6+
Theory and experimental results (on this page):
7+
8+
* <a href="#Linear Regression">Linear Regression</a>
9+
10+
<br/>
11+
12+
### <a name="Linear Regression">Linear Regression</a>
13+
14+
15+
```py
16+
import numpy as np
17+
18+
```
19+
20+
Full code is available here:
21+
22+
<br/>
23+
24+
### MIT License
25+
### Copyright (c) 2018 Valentyn N Sichkar
26+
### github.com/sichkar-valentyn
27+
### Reference to:
28+
Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027

0 commit comments

Comments
 (0)