Intro to Machine Learning

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:09 AM on 3/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Machine Learning

Is about extracting knowledge from data.

2
New cards

Machine Learning

It is predictive analytics or statistical learning.

3
New cards

Supervised Learning

Develop predictive model based on both input and output data.

4
New cards

Supervised Learning

User provides the algorithm with pairs of inputs and desired outputs.

5
New cards

Supervised Learning

The algorithm is able to create an output for an input it has never seen before without any help from a human.

6
New cards

Examples of Supervised Machine Learning

  • Identifying the zip code from handwritten digits on an envelope.

  • Determining whether a tumor is benign based on a medical image.

  • Detecting fraudulent activity in credit card transactions.

  • Spam classification.

7
New cards

Unsupervised Learning

Group and interpret data based only on input data.

8
New cards

Unsupervised Learning

Only the input data is known, and no known output data is given to the algorithm.

9
New cards

Unsupervised Learning

Harder to understand and evaluate.

10
New cards

Examples of Unsupervised Machine Learning

  • large collection of text data.

  • Segmenting customers into groups with similar preferences.

  • Detecting abnormal access patterns to a website.

11
New cards

Automate decision-making processes

A successful machine learning is?

12
New cards

A representation of your input data that a computer can understand.

What is needed to both supervised and unsupervised machine learning tasks?

13
New cards

Entry point

Represented by an individual entity together with its properties.

14
New cards

Samples, Features

rows are the ——, columns are the ——

15
New cards

Essential Libraries and Tools for Machine Learning in Python

  • Jupyter Notebook through Anaconda

  • Google Colab

  • Pycharm

  • Spyder

16
New cards

Esssential Libraries

  • Scikit learn

  • Numpy

  • SciPy

  • matplotlib

  • pandas

17
New cards

Scikit learn

Contains machine learning algorithms.

18
New cards

Numpy

Functionality for multidimensional arrays, linear algebra operations, Fourier transform, and pseudorandom number generators.

19
New cards

SciPy

Advanced linear algebra routines, mathematical function optimization, signal processing, special mathematical functions, and statistical distributions.

20
New cards

Matplotlib

Is the primary scientific plotting library in Python, publication-quality visualizations such as line charts, histograms, scatter plots, and so on.

21
New cards

Pandas

Is a Python library for data wrangling and analysis. It is built around a data structure called the DataFrame.

22
New cards

Types of Supervised Machine Learning

  1. Classification tasks

23
New cards

Classification tasks

The goal is to predict a class label, which is a choice from a predefined list of possibilities.

24
New cards

Types of Classificatoin

  1. Binary - distinguish between 2 classes. (Yes or no,

    positive or negative, spam or not)

  2. Multiclass classification - classification between

    more than two classes.

25
New cards

Regression tasks

  • to predict a continuous number.

  • person’s annual income from their education and their age.

  • Predicted value – amount of income, any numeric value

26
New cards

Generalization

If a model can make accurate predictions on unseen data.

27
New cards

Overfitting

Occurs when you fit a model too closely to the particularities of the training set and obtain a model that works well on the training set but is not able to generalize to new data.

28
New cards

Underfitting

Refers to a model that can neither model the training data nor generalize to new data.Preprocessing Data Using Different

Technique

29
New cards

Preprocessing Data Using Different Technique

  1. Data Normalization

  2. Data Standardization

  3. Label Encoding

30
New cards

Data Normalization

Is a rescaling of the data from the original range so that all values are within the new range of 0 and 1.

31
New cards

Data Standardization

Scales each input variable separately by subtracting the mean (called centering) and dividing by the standard deviation to shift the distribution to have a mean of zero and a standard deviation of one.

32
New cards

Data Standardization

Involves rescaling the distribution of values so that the mean of observed values is 0 and the standard deviation is 1.

33
New cards

Label Encoding

Transforming the word label into numerical form so that the algorithm can understand how to operate them.

34
New cards

Label Encoding

Transforming the word label into numerical form so that the algorithm can understand how to operate them.

35
New cards

fit() function

Using training data to estimate the minimum and maximum observable values with?

36
New cards

transform() function

Use the normalized data to train your model. This is done by calling?

37
New cards

Explore top notes

note
Observation and Critique Exercise
Updated 626d ago
0.0(0)
note
Of Mice and Men - Study Guide
Updated 1275d ago
0.0(0)
note
Mental Health
Updated 323d ago
0.0(0)
note
Chapter 22: Solutions
Updated 1032d ago
0.0(0)
note
WW2 1939-1945
Updated 1386d ago
0.0(0)
note
Chapter 8 - Acids, Bases, and pH
Updated 1437d ago
0.0(0)
note
Observation and Critique Exercise
Updated 626d ago
0.0(0)
note
Of Mice and Men - Study Guide
Updated 1275d ago
0.0(0)
note
Mental Health
Updated 323d ago
0.0(0)
note
Chapter 22: Solutions
Updated 1032d ago
0.0(0)
note
WW2 1939-1945
Updated 1386d ago
0.0(0)
note
Chapter 8 - Acids, Bases, and pH
Updated 1437d ago
0.0(0)

Explore top flashcards

flashcards
Gilded Age Study Guide
74
Updated 729d ago
0.0(0)
flashcards
Semester Exam Revision
182
Updated 478d ago
0.0(0)
flashcards
VOCAB FINAL HAMILTON
83
Updated 1192d ago
0.0(0)
flashcards
Verbs (me-)
41
Updated 1026d ago
0.0(0)
flashcards
Unit 3: Iceland
24
Updated 892d ago
0.0(0)
flashcards
Sociology 2463 Midterm 2
216
Updated 101d ago
0.0(0)
flashcards
Gilded Age Study Guide
74
Updated 729d ago
0.0(0)
flashcards
Semester Exam Revision
182
Updated 478d ago
0.0(0)
flashcards
VOCAB FINAL HAMILTON
83
Updated 1192d ago
0.0(0)
flashcards
Verbs (me-)
41
Updated 1026d ago
0.0(0)
flashcards
Unit 3: Iceland
24
Updated 892d ago
0.0(0)
flashcards
Sociology 2463 Midterm 2
216
Updated 101d ago
0.0(0)