We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638b46a commit 32d8bceCopy full SHA for 32d8bce
Codes/Function_approximation.py
@@ -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
15
# Implementing the task
16
# Approximation function with linear equations
17
# Solving equations with matrix method
0 commit comments