• Stars
    star
    1
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this depository I will upload different notebooks I've written through my studies of ML algorithms. I often go beyond the shallow aspects of practice and I try to combine in a fair amount of detail the mathematics behind them, their purpose, their limitations and their strength. For each algorithm I also provide a practical case in which the algorithm is used, I also try to explain its most important parameters or options.

More Repositories

1

Blackboard-Recordings-Download

This code allows you (given valid credentials and a course code) to download lectures from the blackboard platform, and eventually store them automatically inside a Google Drive.
Python
2
star
2

niko047

RaspPi projects
JavaScript
1
star
3

Covid-Data-Science

Data Science on Covid related topics to extract useful and peculiar insights.
Jupyter Notebook
1
star
4

NLP-Analysis-of-Segregation-in-North-Carolina

NLP Analysis of two texts from the Library of Congress, containing 175 interviews of ex-slaves of the segregation (1800's) in the State of North Carolina.
Jupyter Notebook
1
star
5

Booking-Seats-HTTP-Requests

In this project I make use of Python to book seats in my university automatically, and I do so by fully exploiting the power of ObjectOrientedProgramming and the python module Requests, to send organic HTTP requests with customized information to the University's API. I eventually use Multiprocessing to parallelize the booking of multiple user IDs, and the schedule module allowing it to run continuously in a remote machine connected to a wifi network.
Python
1
star
6

NLP-and-Classification-on-recipes

In this project we make extensive use of NLP techniques to analyze a dataset provided by Kaggle, providing us with lots of recipes with their title, their ingredients (and amounts) and directions.
Jupyter Notebook
1
star
7

Gibbs-Sampler-and-Metropolis-Hastings-Algorithms-Analysis

During my Statistics studies, alongside my colleagues I've written from scratch a version of the Gibbs Sampler and a version of the Metropolis Hastings algorithm. Subsequent to the python code, we've analyzed the results obtain in a report and matched them against the relevant literature at the time.
Python
1
star