Python
Libraries
NIMST and Friends
Networks
Applications
100

This is an object that stores a certain changeable value

What's a variable?

100

A library that crunches numbers and matrices for machine learning

What is tensorflow?

100

The type of data that NIMST deals with

What are numbers?

100

(Essentially) the proportion of times the model got the estimate wrong

What is loss?

100

This company uses machine learning for semi autonomous cars (name 1)

What is Tesla? Or Chevy? Or Google? Or ...

200

A loop that runs until a stated condition is met

What is a while loop?

200

The command to make a graph visible

What is plt.show()?

200

A collection of images used as the base for a neural network

What is a dataset?

200

The fundamental unit of all machine learning operations

What is the neuron?

200

This company uses machine learning to improve the effectiveness of ads

What is Meta/Facebook? etc

300

A collection of numbers, denoted by [] in Python

What is an array?

300

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]?

300

The process in which images are obtained from the Web

What is scraping?

300

Two trade-off features that need to be considered when creating a model

What are runtime and accuracy?

300

A process where bad emails are filtered out and deleted

What is spam filtering?

400

A combination of if, elif, and else statements

What is an elif ladder?

400

The library which allows graphing of machine learning-related functions

What is Matplotlib?

400

The process where pictures from a dataset are modified so they can be fed into Tensorflow

What is data cleaning?

400

A processing step with machine learning

What is a (calculation) layer?

400

An Amazon-based speech recognition device

What is Alexa?

500

A combination of characters enclosed by quotes

What's a string literal?

500

The dimension of a Numpy object

What is shape?

500

A dataset that has 32x32 color images of standard objects

What is CIFAR?

500

A classification of a network which looks at small chunks of the data at a time

What is convolutional?

500

An identity verification technology that also gathers info for machine learning data sets (Hint: You have better not be a robot)

What is Captcha?