Skip to content

VIP Machine Learning Course source code by Elliot One

License

Monoversity-One/VIP-Machine-Learning-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIP Machine Learning Course

Welcome to the VIP Machine Learning Course repository! This repository contains Jupyter Notebooks covering various topics in machine learning, curated by Elliot One. Please note that while this course includes original content by Elliot One, it also integrates insights and examples from diverse resources for comprehensive learning.

ML Course Content

  • All the below topics were investigated on Titanic dataset.

    • Numpy
      • What is Numpy?
      • Numpy arrays
      • Special arrays in Numpy
      • Operations on Numpy arrays
      • Adding/Removing/Sorting elements in Numpy arrays
    • Pandas
      • Read/Update data
      • Normalize data
      • Investigate queries on data
      • Sort/subset dataframe
      • Selection and indexing (loc, iloc)
    • Matplotlib & Seaborn
      • Visualize data distribution
      • Set themes and colors
    • Chart types
      • Scatter plots
      • Box plots
      • Catplot
      • Bar plots
      • Relplot
      • Line plots
      • Regplot
      • Facetgrid
  • All the below topics were investigated on Google Play Store Apps dataset.

    • Exploratory Data Analysis (EDA)
    • Data Preprocessing
    • Storytelling - Visualization
  • All the below topics were investigated on Seaborn Tips dataset and Boston house price dataset.

    • Introduction to Supervised, Unsupervised and Reinforcement learning
    • Difference between regression and classification problems
    • ML/AI applications
    • Linear regression (simple and multiple)
    • Boston house price prediction project
    • Model evaluation: R2 score, Mean Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE)
    • Polynomial regression (Quadratic and cubic polynomials)

All the below topics were investigated on Iris Species dataset. - Hyperparameters - Gradient Descent - Logistic regression - Sigmoid function - Model evaluation: Confusion matrix, Accuracy, Recall, Precision, F1-score - Data Preprocessing: Missing values, Encoding, Feature scaling (Normalization and Standardization)

Python Course Content

    • Variables
    • Expressions and statements
    • Booleans
    • Data Types
    • Conditions (Control program flow)
    • Switch statement (Python 3.10 and newer versions)
    • Functions
      • Built-in functions
      • Defining your own function (User functions)
    • Program flow control (Loops)
      • For loop
      • Break statement
      • Continue statement
      • While loop
    • Libraries
      • Random
      • Lambda expressions (Lambda functions)
    • Strings
      • Slicing
    • Regular expressions
    • Data structures
      • Sets
      • Tuples
      • Lists
      • Dictionaries
    • Transformation of data structures (Advanced)
      • Set comprehension
      • List comprehension
      • Dictionary comprehension
    • Files
      • Read from files
      • Save to files
      • Delete files
    • OOP (Object Oriented Programming)
    • SQL databases (MySQL)
    • HTTP requests
    • Web scraping

About

VIP Machine Learning Course source code by Elliot One

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published