GithubHelp home page GithubHelp logo

marko19907 / ml-assignments Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 296 KB

Machine Learning assignments, Machine Learning (IE500618) course, fall 2022.

Jupyter Notebook 100.00%
cifar100 confusion-matrix distributed-machine-learning ensamble-methods jyputer-notebook machine-learning mnist-dataset multilayer-perceptron-network mushroom-classification python

ml-assignments's Introduction

ML assignments

This repository contains the mandatory assignments from NTNU's "Machine Learning" (IE500618) course, fall 2022.

These assignments are mandatory but do not count towards the final grade in the subject.

Contents

  • Use the UCI Mushroom data set
  • Use a multilayer perceptron (MLP) classifier.
  • Clean and split the data into training, validation, and testing.
  • Present the results:
    • Plot the accuracy and loss.
    • Create a confusion matrix.
  • Simulate distributed machine learning using ensemble learning and compare it to a monolithic model.
  • Use the MNIST data set
  • Use a multilayer perceptron (MLP) classifier.
  • For the ensemble model:
    • Divide the data into 3 local sections, by digits: 0-2, 3-5, and 5-9.
    • Train each local model with only one of the sections.
    • Aggregate the 3 local models into a single ensemble model.
  • Present the results:
    • Plot the accuracy and loss.
    • Create a confusion matrix.
    • Make comparisons between the ensemble model and the monolithic model trained on the full dataset.
  • Use the ResNet50 model (transfer learning) for classification.
  • Use the CIFAR-100 data set
  • Present the results:
    • Plot the accuracy and loss.
    • Create a confusion matrix.

ml-assignments's People

Contributors

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