Skip to content

STaliani/Machine-Learning_homeworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Machine-Learning_homeworks

This repository contains the code developed to complete homeworks assigned in the course of Machine Learning

Homework 1

You can find a detailed report of the activity here

It is composed by a classification task and a regression task.

Classification:

Given a dataset describing starting, final position, velocity and orientation of five drones decide the number of collisions.

Regression:

With the same dataset find the "Closest point of approach" among the drones.

Objective of the homework

Use of standard machine learning models such:

  • SVM
  • Decision tree

And some basics techniques like:

  • Grid search
  • Data augmentation
  • Normalization

Homework 2

You can find a detailed report of the activity here

The assigned task was to choose any images dataset composed by at least 10 classes and perform a classification using Convolutional Neural Networks.

Objective of the homework

Use neural networks approach for classification Understand the basic techniques:

  • Drop out
  • Batch normaliation
  • Others ...

About

Machine learning, Neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published