Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 2.06 KB

README.md

File metadata and controls

62 lines (34 loc) · 2.06 KB

ANN

Artificial Neural Networks (ANN) in Matlab:

Creation of Artificial Neural Networks (ANN) in Matlab Here an example of using nntool by creation ANN in Matlab we take a Sin(x) for exemple Follow this steps below:

1-we write the code and run it (in this case i use sin(x))

Capture

2-in COMMAND WINDOW we write nntool > import . after that we choose x for input data and y for target data

Capture2

3-choose new

Capture3

4- x for input data and y for target data and entre creat

Capture4

5-double click on network1

Capture5

6-choose x for input and y for target

Capture6

7-train and rechang "mu" and "max fail" then entre train network

Capture7

8-Export

Capture8

Important

choose outputs then Export the step 8 is important as you see here in image below if we forget step 8 you can't design the graph

Capture10

9-in COMMAND WINDOW we write

Capture11

10-the final result :)

Capturefinally

I hope that the project works smoothly for you, and if you encounter any problem, contact me. Thank you :)