We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a310bf8 commit aee2625Copy full SHA for aee2625
Theory/Machine_Learning_Algorithms.md
@@ -1 +1,28 @@
1
+# Machine Learning Algorithms
2
+Most popular Machine Learning Algorithms. **Coming soon**
3
+<br/>[](https://doi.org/10.5281/zenodo.1345027)
4
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
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