Skip to content

Commit bc23bd3

Browse files
Update README.md
1 parent 77be7cc commit bc23bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Then, two closest sentences to the 0-numbered sentence were found as a result.
5757

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

60+
<br/>
6061

6162
### <a name="Approximation of functions via linear equations">Approximation of functions via linear equations</a>
6263
Implementing the task for approximation of function with linear equations. Using first degree polynomial, second degree polynomial and third degree polynomial. Solving equations with matrix method via **'numpy.linalg.solve(a, b)'** function.

0 commit comments

Comments
 (0)