This is a simple code using MLP network to fit the function of sin.
Before you run the code,you must install the following packages:
tensorflow_gpu==1.10.0
numpy==1.14.5
matplotlib==3.0.3
First,you need to git clone the code:
$ git clone [email protected]/xunhui-huang/Linear-Regression-.git yourdir --SSH协议
$ git clone git://github.com/xunhui-huang/Linear-Regression-.git yourdir --GIT协议
$ git clone https://github.com/xunhui-huang/Linear-Regression-.git yourdir --HTTPS协议
Second,you just need to input the following comand in your terminal:
% python3 MLP_sin.py