Skip to content

Commit 5c5c115

Browse files
Update README.md
1 parent 1e51dbd commit 5c5c115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ w = np.linalg.solve(a, b) # [ 3.43914511 -0.18692825]
8989

9090
Results are plot in order to understand the quality of approximation in eche case. Figure is shown below
9191

92-
![Approximation_of_function](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/images/Approximation_of_function.png)
92+
![Approximation_of_function](images/Approximation_of_function.png)
9393

9494
Full code is available here: [Function_approximation.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_approximation.py)
9595

0 commit comments

Comments
 (0)