This is an object that stores a certain changeable value
What's a variable?
A library that crunches numbers and matrices for machine learning
What is tensorflow?
The type of data that NIMST deals with
What are numbers?
(Essentially) the proportion of times the model got the estimate wrong
What is loss?
This company uses machine learning for semi autonomous cars (name 1)
What is Tesla? Or Chevy? Or Google? Or ...
A loop that runs until a stated condition is met
What is a while loop?
The command to make a graph visible
What is plt.show()?
A collection of images used as the base for a neural network
What is a dataset?
The fundamental unit of all machine learning operations
What is the neuron?
This company uses machine learning to improve the effectiveness of ads
What is Meta/Facebook? etc
A collection of numbers, denoted by [] in Python
What is an array?
What [-4, 5, 3, 5, 1] + [2, 1, 6, -7, 3] gives you, assuming these are Numpy arrays
What is [-2, 6, 9, -2, 4]?
The process in which images are obtained from the Web
What is scraping?
Two trade-off features that need to be considered when creating a model
What are runtime and accuracy?
A process where bad emails are filtered out and deleted
What is spam filtering?
A combination of if, elif, and else statements
What is an elif ladder?
The library which allows graphing of machine learning-related functions
What is Matplotlib?
The process where pictures from a dataset are modified so they can be fed into Tensorflow
What is data cleaning?
A processing step with machine learning
What is a (calculation) layer?
An Amazon-based speech recognition device
What is Alexa?
A combination of characters enclosed by quotes
What's a string literal?
The dimension of a Numpy object
What is shape?
A dataset that has 32x32 color images of standard objects
What is CIFAR?
A classification of a network which looks at small chunks of the data at a time
What is convolutional?
An identity verification technology that also gathers info for machine learning data sets (Hint: You have better not be a robot)
What is Captcha?