Machines can Learn?
Geography
Animal Etymology
Regression
Feeling SAS-sy or not
200

This type of learning looks for undetected patterns in data with no pre-existing response labels.

What is unsupervised?

200

The capital of Texas.

What is Austin?

200

No surprise this animal's name is from Greek for 8-footed.

What is the octopus?

200

Use this type of non-linear regression when you have count data, also named for a distribution.

What is Poisson?

200

This platform unites fast data prep, machine learning, and predictive modeling deployment all in a nifty point-and-click GUI. Emphasis on fast.

What is RapidMiner?

300

This term measures the association between a current value and a past value.

What is autocorrelation?

300

Angel Falls, the world's highest uninterrupted waterfall, can be found in this country.

What is Venezuela?

300

From Malay for, "man of the forest," this primate lives in the tropical rain forests of Sumatra.

What is orangutan?

300

Placing all variables on the same unit is known as this?

What is standardization/scaling?

300

This high-level, dynamic programming language is used for general-purpose programming and it gaining traction with R and Python.

What is Julia?

400

These are not directly estimated by a model, but usually go a long way in improving its predictions.

What are hyperparameters?

400

The East Cape of this country has the honor of witnessing the first sunrise each and every day.

What is New Zealand?

400

Even though it's really a mammal, its name is from Latin for pig fish.

What is porpoise?

400

This technique estimates the parameters in a regression model by minimizing the sum of the squared residuals but takes into account unequal variance assumption.

What is weighted least squares (WLS) or GLS

400

These two programming languages resemble one another in nomenclature, but don't worry, they are not easily mistaken for a hot cup of coffee.

What is Java and JavaScript?

600

Unlike ML, deep learning structures algorithms in layers to create these. ANN for short.

What is an artificial neural network?

600

The worlds largest desert is located here.

What is Antarctica?

600

Spanish word meaning "little armored one."

What is armadillo?

600

Use this standardized metric to help determine how wrong your model might be in regression.

What is RMSE?

600

There are 4 main types of programming languages: procedural, functional, scripting, and this...

What is object-oriented programming?

1000

This learning occurs by training an algorithm across multiple decentralized edge devices (or servers holding local data) without exchanging data.

What is federated learning

1000

Australia is surrounded by water but this country has the world's longest coastline.

What is Canada?

1000

Latin for spirits of the dead.

What is lemur?

1000

This function is used to model the probability of 'success' vs 'unsuccess' as a function of it's covariates

What is logit link

1000

Apache Spark makes SCALABLE distributed programming a breeze, but using its base language is not as easy to pick up. 

What is Scala.