GithubHelp home page GithubHelp logo

championsh / msu-ml-prac Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.55 MB

MSU-CMC-SP Machine Learning practicum

Jupyter Notebook 99.85% Python 0.15%
encodings ensemble knn machine-learning matplotlib numpy pandas plotly seaborn svm

msu-ml-prac's Introduction

MSU-ML-Prac

This repository is devoted to Machine Learning MSU Practicum.

Mastered themes:

  1. Handling tabular data using the Pandas library, visualization using the Matplotlib library, Seaborn, Plotly,
  2. Vector computation using the NumPy library,
  3. K Nearest Neighbors (KNN) algorithm for solving classification and regression tasks,
  4. Linear models
    • overtraining experience,
    • Dealing with overtraining,
    • Regularization Techniques,
    • Regression issue;
  5. Preprocessing categorical features:
    • One-Hot Encoding
    • Count Encoding
  6. Support Vector Machine (SVM):
    • Plotting of nonlinear decision boundary,
    • Optimal selection of the hyperparameter,
    • Principal Component Analysis (PCA) for dimensionality reduction,
    • The Posterior Probability for SVM,
    • Solving ML tasks with the use of SVM, the task was solved with the use of ensemble learning;

Project Tree

├── .gitignore
├── KNN
│   ├── cross_val.py
│   ├── KNN_2023.ipynb
│   └── scalers.py
├── Linear Models: classification
│   ├── Linear_Models_classification .ipynb
│   └── Task.py
├── Linear Models: regression
│   └── Linear_Models_regression.ipynb
├── numpy-pandas-matplotlib
│   ├── functions.py
│   ├── functions_vectorised.py
│   └── Numpy_pandas_matplotlib.ipynb
├── Python Introduction
│   ├── task15.py
│   ├── task6.py
│   └── task7.py
├── README.md
└── SVM
    ├── SVM.ipynb
    └── svm_solution.py

msu-ml-prac's People

Contributors

securesight0 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.