This type of learning looks for undetected patterns in data with no pre-existing response labels.
What is unsupervised?
The capital of Texas.
What is Austin?
No surprise this animal's name is from Greek for 8-footed.
What is the octopus?
Use this type of non-linear regression when you have count data, also named for a distribution.
What is Poisson?
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?
This term measures the association between a current value and a past value.
What is autocorrelation?
Angel Falls, the world's highest uninterrupted waterfall, can be found in this country.
What is Venezuela?
From Malay for, "man of the forest," this primate lives in the tropical rain forests of Sumatra.
What is orangutan?
Placing all variables on the same unit is known as this?
What is standardization/scaling?
This high-level, dynamic programming language is used for general-purpose programming and it gaining traction with R and Python.
What is Julia?
These are not directly estimated by a model, but usually go a long way in improving its predictions.
What are hyperparameters?
The East Cape of this country has the honor of witnessing the first sunrise each and every day.
What is New Zealand?
Even though it's really a mammal, its name is from Latin for pig fish.
What is porpoise?
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
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?
Unlike ML, deep learning structures algorithms in layers to create these. ANN for short.
What is an artificial neural network?
The worlds largest desert is located here.
What is Antarctica?
Spanish word meaning "little armored one."
What is armadillo?
Use this standardized metric to help determine how wrong your model might be in regression.
What is RMSE?
There are 4 main types of programming languages: procedural, functional, scripting, and this...
What is object-oriented programming?
This learning occurs by training an algorithm across multiple decentralized edge devices (or servers holding local data) without exchanging data.
What is federated learning
Australia is surrounded by water but this country has the world's longest coastline.
What is Canada?
Latin for spirits of the dead.
What is lemur?
This function is used to model the probability of 'success' vs 'unsuccess' as a function of it's covariates
What is logit link
Apache Spark makes SCALABLE distributed programming a breeze, but using its base language is not as easy to pick up.
What is Scala.