Skip to content

Commit 09b7b9e

Browse files
Update README.md
1 parent 147afa5 commit 09b7b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Practical experiments on Machine Learning in Python.
99

1010
## Content
1111
Codes (it'll send you to appropriate file):
12-
* [Processing_Sentences](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Processing_Sentences.py)
13-
* [Function_approximation](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Function_approximation.py)
12+
* [Processing_Sentences](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Processing_Sentences.py)
13+
* [Function_approximation](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_approximation.py)
1414

1515
<br/>
1616
Experimental results (figures and tables on this page):
@@ -55,7 +55,7 @@ As a result, dictionary is obtained with number of sentence as a key (from numbe
5555

5656
Then, two closest sentences to the 0-numbered sentence were found as a result.
5757

58-
Full code is available here: [Processing_Sentences.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Processing_Sentences.py)
58+
Full code is available here: [Processing_Sentences.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Processing_Sentences.py)
5959

6060
### <a name="Approximation of functions via linear equations">Approximation of functions via linear equations</a>
6161

0 commit comments

Comments
 (0)