Code Monkey home page Code Monkey logo

mdas_ml's Introduction

MDaS Boot camp: Machine Learning Python

This repository contains slides and code for the Spring session of MDaS boot camp on Machine Learning.

Objectives

The boot camp is divided into two 1.5-hour sessions and has been structured to introduce Python usage for Machine Learning using the scikit-learn library. By the end of these sessions, students will be able to perform data pre-processing and implement simple ML models from sklearn and analyze their results.

The following models will be discussed during the sessions:

  • Decision Trees
  • Naive Bayes
  • Logistic Regression
  • Support Vector Machine
  • Neural networks

The goal is to build these models in Python and report prediction statistics on the test data. Task 1 includes DTs and NB and Task 2 includes the rest of the models.

Installation

Please refer to the Fall boot camp for a brief introduction to Python programming (numpy, pandas, matplotlib) and instructions for installation. The code is provided in Python notebook format and can be run via Jupyter Notebook or Google colab

Install Python packages via pip

pip install numpy pandas matplotlib scikit-learn

Download the materials in this repository. If you're familiar with git, you can clone this repository by running the following command in the terminal (git bash)

git clone https://github.com/karuna-bhaila/mdas_ML.git

mdas_ml's People

Contributors

karuna-bhaila 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.