-
-
-
extending-raster-intervals Public
Forked from rondojim/extending-raster-intervalsImplementing and extending Raster Intervals approximation
Jupyter Notebook UpdatedOct 31, 2024 -
Polygonization-Optimal-Area-Approximation Public
Forked from rondojim/Polygonization-Optimal-Area-ApproximationC++ UpdatedMar 19, 2024 -
Implementing neural network models to classify music genres from audio signals using MFCCs and Mel-Spectrograms.
Jupyter Notebook UpdatedMar 19, 2024 -
Applied the Eigenfaces method, combining PCA for feature extraction with the nearest neighbour classifier for face recognition and classified images using SVMs on the MNIST dataset
Jupyter Notebook UpdatedMar 19, 2024 -
Creating sentiment analysis classifiers for IMDb movie reviews using logistic regression, neural networks, and BERT models.
Jupyter Notebook UpdatedMar 15, 2024 -
system-programming Public
Developing a system to monitor file creation and movements within a directory, extract and quantify URL locations from textual content, and analyze domain frequency with a focus on network protocol…
C++ UpdatedMar 15, 2024 -
Geometry-Algorithms Public
Convex hull computation, KD trees for geometric search, and the relationship between Delaunay triangulations and Voronoi diagrams.
-
Server-Clients Public
An ftp‑like server supporting multiple clients communicating through sockets
C++ UpdatedFeb 8, 2023 -
UC-Berkeley-PacMan-Projects Public
Solutions to UC Berkeley's Pac-Man Projects
Python UpdatedFeb 6, 2023 -
Extendible-Hashing Public
Forked from angelosps/Extendible-Hashing🗃️ Implementation of extendible hashing for database systems
C BSD 2-Clause "Simplified" License UpdatedFeb 4, 2023 -
Data-Mining Public
Forked from angelosps/Data-Mining⛏️ Notebooks for data analysis, classification & clustering
Jupyter Notebook UpdatedFeb 4, 2023 -
Exam-Timetabling Public
Implementing and comparing constraint satisfaction algorithms for solving the exam timetabling problem, focusing on optimal scheduling within a set of defined constraints.
Python UpdatedJan 31, 2023 -
School-Simulation Public
Simulating the daily routine of a school environment, tracking student and teacher movements, classroom assignments, and tiredness levels over the school day.
-