General
Neural Network
CNN
NLP
100

The science and engineering of making intelligent machines

What is AI?

100

A model similar to linear regression that takes numerical inputs and produces numerical outputs.

Neural Network

100

Used in computer vision

What is Convolutional Neural Network?

100

A field that combines linguistics with computer science and Artificial Intelligence

What is Natural Language Processing?

200

A measure to judge how good or bad a model is

What is loss?

200

An activation function that turns negative numbers into 0.

What is ReLu?

200

It has set weights and multiplies them by pixel values and then sums everything

What is Filter?

200

Designed to work with sequential data - data in which the order of elements in a sequence matters

What is Recurrent Neural Network?

300

The algorithm learns from a “labeled” set of data, and then makes predictions on a new “unlabeled” set of data

What is supervised learning?

300

Brings nonlinearity to models

What is Activation function?

300

Takes the max number from a set of values

What is Max Pooling?

300

Words like “a”, “the”, “is”, “are”, etc

What are Stop Words?

400

The data is not given a label and the machine tries to learn on its own.

What is Unsupervised Learning?

400

Algorithm for calculating the gradient of a loss function with respect to variables of a model

What is Backpropagation?

400

A very common activation function used in a cnn

What is Softmax?

400

Special type of recurrent neural network designed to rectify the problem of “short-term” memory

LSTM

500

Calculating a model’s loss on data and adjusting the weights and biases to minimize the loss

What is Training?

500

A hyperparameter that determines how big or small steps are taken during gradient descent

What is learning rate?

500

Hyperparameter for the number of pixels by which the kernal moves after each convolutional operation

What is Stride?

500

For each word in the English language, computer scientists have developed a numerical vector using a model

What is Word2vec?