Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 663 Bytes

MLP-network

This is a simple code using MLP network to fit the function of sin.

Dependencies:

Before you run the code,you must install the following packages:
tensorflow_gpu==1.10.0
numpy==1.14.5
matplotlib==3.0.3

How to run

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