Skip to content

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

Notifications You must be signed in to change notification settings

xunhui-huang/MLP-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages