Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
I want to to implement Hangman Game using Backward Propagation Algorithm for my semester project in the course of Artificial Intelligence. But I didn't Know the Basic and Working of Algorithm. If anyone knows about this algorithm please Share the information.
Posted
Updated 26-Jun-13 22:50pm
v2

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave 4 1/2 million results: https://www.google.co.uk/search?q=Backward+Propagation+Algorithm&oq=Backward+Propagation+Algorithm&aqs=chrome.0.57&sourceid=chrome&ie=UTF-8[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
Comments
Ehtisham Ulhaq Ghouri 30-Jun-13 2:29am    
good answar
The backward propagation algorithm is usually recursive and is a way to train neural networks. The key point here is that you have to train the network with known outputs, this is known as the learning phase, then with the weights learn during the last phase (learning) the neural network can received new cases and correctly provided a classification, or in this case a decision.
 
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