GithubHelp home page GithubHelp logo

gksoriginals / intro-to-machine-learning-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ritct/intro-to-machine-learning-workshop

9.0 2.0 10.0 3.69 MB

Resources for the intro to machine learning workshop.

License: BSD 3-Clause "New" or "Revised" License

Python 6.28% Jupyter Notebook 93.72%

intro-to-machine-learning-workshop's Introduction

Intro-to-Machine-Learning-Workshop

This repository contains codes,resources and tasks for the machine learning workshop conducted in RIT as part of tinkerhub-RIT.

ml workshop

You need

Get the code

git clone https://github.com/RITct/Intro-to-Machine-Learning-Workshop.git



Introduction to machine learning

Machine Learning is making sense of "DATA"!
Check out these blog posts toget a better intuition on machine learning

Hack on ..

There are ipynb notebooks with code and explanation.
Open the .ipynb file notebook in desktop browser in github.
Or install jupyter notebook.

pip install jupyter notebook

open terminal, go to the directory of cloned repository
then enter the command

jupyter notebook

This window will pop up

jupyter notebook

Open the .ipynb file to view it.

Run the python codes using

python filename.py

Tasks


In the first session of ml workshop we build a sentiment analyser using Naive bayes algorithm.
Here is a brief intro to naive bayes classifier.

Check out to know how our classifier recognised positive and negative sentences !

Check out the sklearn naive bayes documentation. We used Gaussian Naive bayes algorithm for our sentiment analyser.

Here is your first task

Reimplement sentiment analyser using other naive bayes alogrithms in sklearn. (i.e Bernoulli Naive Bayes and Multinomial Naive Bayes)

intro-to-machine-learning-workshop's People

Contributors

akshaydevml avatar gksoriginals avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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