Giter Site home page Giter Site logo

machine-learning's Introduction

Machine Learning

The repository contains code for different types of Machine Learning Models. For each type of Model, I have performed following steps:

  1. Preprocess the data
  2. Training model
  3. Making Predictions
  4. Visualizing the predictions on training and test data

Along with this I have added a data prepossessing script that can be used in most of the cases.

Tools and Technologies:

Following are the tools and technologies used in the project:

  • Scikit-Learn
  • Pandas
  • Matplotlib
  • Python

Project Structure

    Machine Learning
        |
        |- DataPreprocessing
        |   |
        |   |- data_preprocessing.py
        |
        |- DataSets
        |   |- DataPreprocessing
        |   |       |- Data File
        |   |- {Model Type 1}
        |   |       |- Data File
        |   |       .
        |   |       .
        |   |       .
        |   |- {Model Type N}
        |   |       | - Data File   
        |   |
        |
        |- Regression
        |   |
        |   | - {Type 1}
        |   |       |- Implementation of Model
        |   |       .
        |   |       .
        |   |       .
        |   | - {Type N} 
        |   |       |- Implementation of Model
        |   |
        |
        |- .gitignore
        |- requirements.txt

Getting Started

Following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  1. Clone the repository using below command:
    git clone <https://github.com/iftikhar1995/Machine-Learning.git>

  2. Install the dependencies mentioned in the requirements.txt file. Following is the command to install the dependencies:
    pip install -r requirements.txt

machine-learning's People

Contributors

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