Skip to content

Instantly share code, notes, and snippets.

View denismazzucato's full-sized avatar

Denis denismazzucato

View GitHub Profile

agda

workbook for TypeTheory course (Maietti, Sambin)

module TypeTheory where

-- import natural to have a better rappresentation inside the script
open import Data.Nat using (ℕ; zero; suc)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@denismazzucato
denismazzucato / naivebayes.ipynb
Created January 12, 2019 12:56
NaiveBayes.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@denismazzucato
denismazzucato / clustering.ipynb
Last active January 2, 2019 16:24
Wine Dataset - Clustering
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@denismazzucato
denismazzucato / perceptron.ipynb
Created December 7, 2018 15:11
perceptron.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.