Jump to content

Neural network question


ALine

Recommended Posts

  • 3 weeks later...

Lol. Neural network documentation is so overcomplicated. Let's imagine you want to make a computer that can play chess. You want to get from the computer not knowing how to play to playing very well but you don't know how to get there. What you can do is simply record the moves people make and record which moves result in a win. Then the computer can figure out the probability of winning based on how frequently a set of moves results in a win. Now we can use algorithms to simulate the people knowing all the possible moves and let the computer pick random moves instead. This is the basic idea of Neural Networks. You have many threads/processes dedicated to running simulations and working out probabilities of success which have been called neurons. You can use either people to input the data (like was used for ocr) or just generate it randomly both are neurons. 

Where this stuff gets interesting is say you have a patient with certain symptoms you could train an AI to read those symptoms and give probable diagnoses based on previous patients with similar symptoms etc.

Edited by fiveworlds
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.