Code Monkey home page Code Monkey logo

mlda-enthuse-v2's Introduction

MLDA-Enthuse-V2

Steps to follow:

Step 1a - Logging into Google Colab

** If you don't have a google account, skip to Step 1b **

Step 1b - Jupyter Notebook in Browser

** If the notebook disconnects/ dies often, consider Step 1c **

  • Go to https://jupyter.org/try
  • Click on "Try Jupyter with Python". This will launch an online jupyter notebook using binder

Step 1c - Jupyter Notebook Installation

  • If you want to install jupyter notebook into your computer,

Step 2 - Opening a notebook

  • Click File > New Python 3 Notebook to create a new .ipynb file online
  • Wondering what's a notebook?
    • Think of it like a word document where you can write your python code, run and see the outputs, add comments and notes, insert images, etc. in one place.

Step 3 - .csv file URL

  • To directly load the .csv file into your current python program, copy the corresponding url shown below and paste it inside the command
    import pandas as pd
    pd.read_csv(###DATA_URL_HERE###)
    

Part 1

Part 2a - Supervised Learning

Part 2b - Unsupervised Learning

Topics Covered

  • What is Data Science - PPT
  • Introduction to Python Basics - PDF
  • Introduction to Python Libraries - ipynb code (Will be added at the end of session)
  • Supervised Learning - - ipynb code (Will be added at the end of session)
  • Unsupervised Learning - ipynb code (Will be added at the end of session)

mlda-enthuse-v2's People

Contributors

prasanth-ntu avatar

Stargazers

 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.