-
-
-
This folder contains some efficient sorting algorithms (Counting Sort, Quicksort, Select), Trees (BST, RBT, AVL), Heap (Max Heap), Make-Union-Find (with and without Union By Rank) and an Hashing fu…
C++ UpdatedMar 19, 2022 -
Alex-and-Happy-exercises Public
Implementations of parsers and lexer for reconognition of different kind of mathematical languages (Ex. direct polish notation, "+,-,*,/" plus "if then else", ...)
Haskell UpdatedMar 19, 2022 -
Segmentation-Models Public
Here i implemented some segmentation models. There are a few istances of FCN that uses transposed conv vs upsampling+conv as decoder layers, an implementation of UNet and an implementation of PSPNe…
Python UpdatedMar 19, 2022 -
Implementation of design patterns in C++, by the gang of 4 book
C++ UpdatedMar 7, 2022 -
-
MachineLearning Public
Some octave exercises from coursera "Machine Learning" course - Logistic regression, linear regression, clusters, DNN's, ext..,
-