Jkoles28 / CS373

0 stars 0 forks source link

What are neural networks? IBM #3

Open Jkoles28 opened 1 year ago

Jkoles28 commented 1 year ago

Title

What is a Neural Network?

URL

https://www.ibm.com/topics/neural-networks

Summary

Neural networks are a type of machine learning algorithm that are modeled on the way biological neurons signal to one another. They are comprised of an input layer, one or more hidden layers, and an output layer, with each node, or artificial neuron, connecting to another and having an associated weight and threshold. Neural networks rely on training data to learn and improve their accuracy over time and can be used for tasks like speech recognition and image recognition. Deep learning is a type of neural network that has multiple layers, while neural networks with two or three layers are just basic neural networks.

Key Points