Add Python project examples
+ Neural network CLI + Hidden Markov Model CLI + K-Means clustering CLI + Linear regression CLI + Screenshots, updated README instructions
This commit is contained in:
17
python/linear-regression/input.txt
Normal file
17
python/linear-regression/input.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
1,2
|
||||
2,3
|
||||
2,2
|
||||
5,6
|
||||
6,7
|
||||
6,8
|
||||
7,11
|
||||
1,1
|
||||
2,6
|
||||
4,8
|
||||
6,1
|
||||
3,2
|
||||
15,5
|
||||
10,2
|
||||
2,10
|
||||
11,4
|
||||
4,11
|
||||
Reference in New Issue
Block a user