Neural NetworkSeries of algorithms that endeavors to recognize underlying relationships in a set of data
Definitions:
A computing system inspired by the human brain, designed to simulate the way humans learn
AlgorithmA process or set of rules followed in calculations or problem-solving situations
Definitions:
A step by step procedure or formula for solving a problem
BackpropagationA method of training neural networks by adjusting the weights and biases
Definitions:
A common method of training artificial neural networks used in conjunction with an optimization method such as gradient descent
PythonHigh-level, general-purpose programming language widely used in AI and Machine Learning
Definitions:
A dynamic, interpreted language that emphasizes readability and simplicity
PerceptronThe building block of a neural network, which processes inputs and generates output
Definitions:
A type of artificial neuron that uses a binary function to produce an output.