Python
Unsupervised Learning
Advanced Topics
Supervised Learning
Curve Balls
100

This Python function is used to output something to the console

What is print()? 

100
This is the Python library used to graph datasets. 

What is matplot-lib? 

100

ChatGPT, Claude, and Gemini are examples of this kind of Generative AI.

What are large language models (LLMs)? 

100

When training a supervised learning model, the dataset used should be 

What is large and diverse

100

AI models may be used in these kinds of apps to decide what to show you next based on what you've liked before.

What are social medias? 

200

The data type that represents numbers with decimals

What is a float?

200

Unsupervised learning models employ this kind of data created without human intervention

What is unlabeled data? 

200

This is the Python library used for Computer Vision, which is also a common text acronym 

What is YOLO? 

200

This is the thing that machine learning models predict

What is a label? 

200

The specific tool (website) we've used to write our code in.

What is Google Colab? 

300

This is the library used to create, train, and evaluate Machine Learning models

What is scikit-learn? 

300

This is an unsupervised learning technique that groups similar objects together.

What is clustering? 

300

A machine learning model that resembles the human brain and nervous system. 

What are neural networks? 

300

This is a supervised learning method used to predict a numerical label 

What is regression? 

300

It's where this class is happening right now 

Casey/Marino Room at Francis Parker School 

400

This data type can hold multiple values at once 

What is a list? 

400

This is done when there are many features within a dataset in order to preserve the important structure of patterns.

What is dimensionality reduction? 

400

Removing color using this method may be useful in optimizing computer vision models

What is grayscaling? 

400

This is the supervised learning method used to predict a category

What is classification? 

400

AI is a wide-ranging field, encompassing this subject that translates to "the love of wisdom" in Greek. 

What is philosophy? 

500

This library is used to create plots, graphs, histograms and other visualizations

What is Matplot-lib? 

500

A form of feature projection that creates new sets of components that are uncorrelated with one other. 

What is principal component analysis? 

500

Introduced in 2017, these made LLMs much better at understanding language by looking at a whole sentence simultaneously. These are so important to LLMs that its one of the words that make up the acryonym GPT. 

What is a transformer? 

500

A single pass through all of the training data that a model does to train

What is an epoch? 

500

Machine learning engineers often write code in this format, and allows them to embed text explanations.

What is (Juypter) Notebook? 

M
e
n
u