Skip to content

Commit 32d8bce

Browse files
Update Function_approximation.py
1 parent 638b46a commit 32d8bce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Codes/Function_approximation.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# File: Function_approximation.py
2+
# Description: Approximation of function with the help of system of linear equations
3+
# Environment: PyCharm and Anaconda environment
4+
#
5+
# MIT License
6+
# Copyright (c) 2018 Valentyn N Sichkar
7+
# github.com/sichkar-valentyn
8+
#
9+
# Reference to:
10+
# Valentyn N Sichkar. Machine Learning in Python // GitHub platform
11+
12+
13+
14+
115
# Implementing the task
216
# Approximation function with linear equations
317
# Solving equations with matrix method

0 commit comments

Comments
 (0)