Machine Learning
Regular expressions
General Analytics
Charts
Unix Commands
100

A forecast made about the future.

What is a prediction? 

100

In regular expression the * (asterisk)  .(period)  and {} (curly brackets) are used to indicate this.

What is repetition? 

100

Good storytelling uses _____ to help the audience connect with the larger meaning.

What are Visualizations? 

100

Shows comparisons between categories of data. These can be displayed horizontally or vertically.

What is the Bar chart?

100

This unix command shows you the last 10 lines or a file.

What is tail?

200

A computer system modeled on the human brain and nervous system.

What is a neural network?

200

It tells the computer that the match must occur at the end of the string or before \n at the end of the line or string.

What is the question mark (?) ?

200

The process of changing or removing data that is incorrect, incomplete, improperly formatted, or duplicated.

What is data cleansing?

200

This chart type is hated the most by data analysts.

What are pie charts?

200

This unix command is used for file compression and decompression. 

What is gzip? (other acceptable) tar, bzip, zip

300

The most common form of machine learning where both input and desired data are provided.

What is supervised learning?

300

/s matches any ____ or _____ in a string.

What is spaces or tabs? (just need one)

300

This sort of analytics tries to answer the questions“How many, when and where?” or “What happened” from past data.

What is descriptive analytics? 

300

This chart shows the distribution of data or the frequency or a specific data point.

What is a histogram?

300

This symbol is used to have the output of one command be the input of the next command.

What is the pipe (|) ?

400

This AI technology won 77147 dollars on the game jeopardy

What/who is Watson?

400

This regex will match words - the, this and that.

What is th(e|is|at) ?

400

This type of analytics tries to answer questions like “Why did this happen? Or where do we look?” from past data.

What is Diagnostic Analytics?

400

This chart is similar to a scatter plot, but can introduce a 3rd variable with the relative size of the markers.

What is a bubble plot? 

400

Grep is the acronym for this very useful searching Unix command name.

What is Globally search a Regular Expression and Print

500

This algorithmic approach to learning a function makes an initial guess and adjusts the function based on how “wrong” it was

What is gradient descent? 

500

This will tell the computer to treat the following character as a search character and consider it for matching pattern.

What is the escape symbol (\)  ?

500

This type of analytics tries to answer questions like “What will happen, What is the pattern? Taking past data to infer the future.

What is predictive analytics?

500

This chart shows geographical data. 

What is the map chart?

500

This repeated character is used to append data to a file.

What is >>?

M
e
n
u