Skip to content

Commit

Permalink
Update Function_approximation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sichkar-valentyn authored Aug 14, 2018
1 parent 638b46a commit 32d8bce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Codes/Function_approximation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# File: Function_approximation.py
# Description: Approximation of function with the help of system of linear equations
# Environment: PyCharm and Anaconda environment
#
# MIT License
# Copyright (c) 2018 Valentyn N Sichkar
# github.com/sichkar-valentyn
#
# Reference to:
# Valentyn N Sichkar. Machine Learning in Python // GitHub platform




# Implementing the task
# Approximation function with linear equations
# Solving equations with matrix method
Expand Down

0 comments on commit 32d8bce

Please sign in to comment.