CristianCosci
PhD Student in Artificial Intelligence - National PhD In AI
University of Pisa | Alma Mater Studiorum - University of BolognaItaly
Pinned Repositories
Ant_Colony_Optimization_for_OSSP
Open Shop Scheduling Problem resolution via Ant Colony Optimization algorithm.
AOPC_MoRF
Area Over Perturbation Curve using Most Relevant Feature for semantically evaluate XAI methods
BTC_dataset_Generator_Glassnode
Python script to create a dataset with all the features available on Glassnode for the analysis of the Bitcoin cryptocurrency.
Cholesky_Decomposition_python
Python implementation of Cholesky Decomposition
ComplexNetworkAnalysis
University Social Network Analysis using link prediction.
Feature_Selection_BTC_dataset_BorutaPy
Feature selection on a Bitcoin Dataset
Generative_Adversarial_Networks_GAN__Overview
A small overview of what GANs and their main variants are, with related implementations.
GMRES
GMRES algorithm implementation for the numerical solution of an indefinite non-symmetric system of linear equations.
Reinforcement_Learning_Mouse_vs_Cat
Two intelligent agents (cat and mouse) compete with each other to achieve their goal. Agents are trained through reinforcement learning (Q-learning).
complex-network-link-prediction
A python library for link prediction in social networks
CristianCosci's Repositories
CristianCosci/Ant_Colony_Optimization_for_OSSP
Open Shop Scheduling Problem resolution via Ant Colony Optimization algorithm.
CristianCosci/BTC_dataset_Generator_Glassnode
Python script to create a dataset with all the features available on Glassnode for the analysis of the Bitcoin cryptocurrency.
CristianCosci/Cholesky_Decomposition_python
Python implementation of Cholesky Decomposition
CristianCosci/Generative_Adversarial_Networks_GAN__Overview
A small overview of what GANs and their main variants are, with related implementations.
CristianCosci/GMRES
GMRES algorithm implementation for the numerical solution of an indefinite non-symmetric system of linear equations.
CristianCosci/Feature_Selection_BTC_dataset_BorutaPy
Feature selection on a Bitcoin Dataset
CristianCosci/Reinforcement_Learning_Mouse_vs_Cat
Two intelligent agents (cat and mouse) compete with each other to achieve their goal. Agents are trained through reinforcement learning (Q-learning).
CristianCosci/ComplexNetworkAnalysis
University Social Network Analysis using link prediction.
CristianCosci/AOPC_MoRF
Area Over Perturbation Curve using Most Relevant Feature for semantically evaluate XAI methods
CristianCosci/bitcoin_OHLCV_dataset_generator
Jupyter Notebook which allows you to create your own dataset with bitcoin "OPEN, HIGH, LOW, CLOSE" data, through the trades of different exchanges.
CristianCosci/Bitcoin_Price-Trend_prediction_using_ML
Bachelor's thesis in Computer Science
CristianCosci/BTC_googleTrends_data
BTC interest data from Google Trends API built using 3 different techniques.
CristianCosci/Building_a_Neural_Network_with_Numpy
How to Implement a Neural Network from scratch using only Numpy
CristianCosci/Computational_Intelligence
Computational Intelligence course notes
CristianCosci/E-Signature_Maker_fromPhoto
Creator of e-signatures by obtaining them from a photo using OpenCV.
CristianCosci/Handling_Missing_Data_on_BTC_dataset
Handling missing data on Time-Series Using Python
CristianCosci/LLMs_Robustness_evaluation_on_Sentiment_Analysis
LLMs Robustness Evaluation on Sentiment Analysis task
CristianCosci/Machine_Learning_Laboratories_Lectures
CristianCosci/my_LeetCode
Collection of LeetCode questions to ace the coding interview!
CristianCosci/SupermarketSimulator
Study about the performance and related simulation of a supermarket.
CristianCosci/webApp_ImageClassification
A demo web app for Image Classification
CristianCosci/Adversarial_attacks_on_Explainability_methods
AGV-Project for evolutionary adversarial attacks on XAI methods
CristianCosci/CristianCosci
CristianCosci/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
CristianCosci/AppuntiUniversita
Sofferenze e Appunti presi durante il corso di Informatica Triennale e Magistrale ✍️
CristianCosci/Basic_bash_commands_for_beginners
These are 6 basic exercises for beginner on bash.
CristianCosci/Client_Server_AF_UNIX_socket
A basic client-server implementation written in c using AF_UNIX socket.
CristianCosci/CristianCosci.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
CristianCosci/Fibonacci_series_using_fork_and_child_process
A program that recursively calculates the X-th Fibonacci number using a separate process for each call.
CristianCosci/Forsennait
A base game built in c that responds similar to the fortnite video game. It's a 1vs1 game to be played locally. This is a project for a programming course in my bachelors degree in CS.