Code Monkey home page Code Monkey logo

ml101's Introduction

ML 101

This repository contains the materials of the classes from the UNAVE ML 101 course (2022). The course is divided into seven different parts:

  1. Refresher
  2. Data Pre-Processing
  3. Classical ML Models
  4. Model Evaluation and Validation
  5. Clustering
  6. Deep-learning
  7. Text and Stream Mining

Google Drive

In this link you have access to the material of the class in a shared google drive folder.

Slides

  1. Refresher
  2. Pre-processing
  3. Models
  4. Evaluation
  5. Unsupervised
  6. Deep Learning
  7. Time Series/Text Mining

Setup

All of the materials were written in python, using the commonly used libraries. The materials themselves are organized in Jupyter Notebooks to ease the execution of the same. To set up the environment, execute the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
jupyter-notebook 

Setup for local Colab

The time series project needs access to the local network to publish the predictions within a local MQTT server. To achieve this, we can run the colab on a local instance. Follow this steps to prepare the local virtual environment:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
jupyter serverextension enable --py jupyter_http_over_ws
jupyter notebook \
  --NotebookApp.allow_origin='https://colab.research.google.com' \
  --port=8888 \
  --NotebookApp.port_retries=0

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

ml101's People

Contributors

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