COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Code
|
|
Machine Learning
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -A neural network is a simplified model of the way the human brain processes information. It works by simulating a large number of interconnected processing units that resemble abstract versions of neurons. The processing units are arranged in layers.
Detailed explanation-2: -The main difference is, humans can forget but neural networks cannot. Once fully trained, a neural net will not forget. Whatever a neural network learns is hard-coded and becomes permanent. A human’s knowledge is volatile and may not become permanent.
Detailed explanation-3: -ANNs are nonlinear statistical models that demonstrate a complex relationship between inputs and outputs in order to uncover a new pattern. Artificial neural networks are used for a range of applications, including image recognition, speech recognition, machine translation, and medical diagnosis.
Detailed explanation-4: -The human brain has a biological neural network which has billions of interconnections. As the brain learns, these connections are either formed, changed or removed, similar to how an artificial neural network adjusts its weights to account for a new training example.