AI Terms Flashcards
What is a neural network
A method in AI that teaches computers to process data in a way that us inspired by the human brain
What type of ML process is a neural network
Deep Learning
What does deep learning use?
interconnected nodes or neurons in a layered structure that resembles the human brain
Why are neural networks important?
Neural networks can help computers make intelligent decisions with limited human assistance
They can learn and model the relationships between input and output data that are nonlinear and complex
What is an RNN
Recurrent Neural Network
What is a CNN
Convolutional Neural Network
What is inference?
the process that a trained machine learning model* uses to draw conclusions from brand-new data.
What is an Algorithm?
A set of instructions used to perform tasks (such as calculations and data analysis) usually using a computer or another smart device.
What is SDR
Signal to distortion ratio
What is the magnitude spectrum
The Magnitude Spectrum refers to the representation of the magnitude of the Fourier transform of a signal, where it is an even function of the frequency variable. It is a key component in analyzing the frequency content of signals in Computer Science.
What is an ANN
Artificial Neural network
What does spectrum mean?
The word “spectrum” is loosely used to mean different aspects of the frequency representation.
what does temporal mean?
Relating to time (think tempo)
What does an ANN consist of?
ANNs consist of many perceptrons
what is a perceptron?
Perceptron - In its simplest form, a perceptron is a function that takes two inputs, multiplies them by two random weights, adds them together with a bias value, passes the results through an activation function and prints the results. The weights and bias values, which are adjustable, define the outcome of the perceptron given two specific input values.