Coder Social home page Coder Social logo

iamkirankumaryadav / applied-machine-learning Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 440 KB

Applied Machine Learning ( End to End ) Classification Models

Jupyter Notebook 100.00%
python classification kfold-cross-validation multi-layer-perceptron gradient-boosting-classifier logistic-regression support-vector-classifier random-forest-classifier grid-search-cross-validation hyperparameter-tuning model-evaluation model-selection

applied-machine-learning's Introduction

Applied Machine Learning

Model = Algorithm ( Parameters = Values ) + Data

Essential Steps

1. Explore the Data

  • Data Type
  • Information
  • Rows and Columns
  • Numerical or Categorical
  • Find Missing Data
  • Find Relation between Features and Labels
  • Visual Data

2. Clean the Data

  • Fill or Drop Missing
  • Encode Categorical Data

3. Split Datset into Train Set, Validate Set and Test Set

4. Fit | Train an Initial Model and Evaluate

  • Use K Fold Cross Validation to get Better Accuracy and Observe the Cross Validation Score

5. Tune Hyperparameters by using Grid Search Cross Validation

  • Apply Grid Search Cross Validation to Find Optimal Hyperparameters of a Model which results in the most Accurate Predictions
  • Find Best Parameters

6. Evaluate on Validation Set

  • Evaluate the Results on Validation Set using the Best Performing Parameters
  • Create more than one Model to Find Best Performing Model for Test Set

7. Select and Evaluate the Final Model on Test Set

  • Select the Final Best Performing Model on Test Set for Evaluation.
Model Type Train Speed Predict Speed Performance
Logistic Regression Classification Fast Fast Low
Support Vector Machine Classification Slow Moderate Medium
Multi Layer Perceptron Both Slow Moderate High
Random Forest Both Moderate Moderate Medium
Boosted Tree Both Slow Fast High

applied-machine-learning's People

Contributors

iamkirankumaryadav 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.