Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Hi,

I would like to seek help from you guys about Neural Networks. You see, i have been researching for this topic for almost a week now and i found it quite interesting but my problem is that i have got so many examples of codes on how to do it but i really need to know on how to solve it manually so that i can understand fully on how to create it with my own. Can you help me solve this basic example and show me step by step on how to get an output of it.

here is the data:

input1: 0.02
input2: 0.02
input3: -0.15

anticipated output is 0.05

Thanks...
Posted

1 solution

Your question is neither clear nor can be answer in a quick answers forum. First of all, there are many types of neural networks (NN) each with their own transfer/activation functions. There are different learning rules, and parameters like learning rates, momentum,etc. just to mention a few.
Suggest you read the following articles:
1. AI : Neural Network for beginners (Part 1 of 3)[^]
2. Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Detection System[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900