czlarnold / gradient_decent_for_fitting_function

使用梯度下降法拟合函数。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

Introduce

|- functions.py
|- gradient_decent.py
|- training.py

File functions.py provided a template of function. The function is shown as above: $$f(x) = \frac{a}{b + e^{-c*x+d}}$$

File gradient_decent.py provided three gradient decent methods, which are SGD, Momentum, Adam.

File training.py provided a template of how to using.

Version

Ver 0.1

The basic has done.

About

使用梯度下降法拟合函数。


Languages

Language:Python 100.0%