peppe212
Graduating for Master's Degree in "Data Science and Business Informatics". Bachelor's Degree in Computer Science from University of Pisa
Pisa, Italy
Pinned Repositories
ChatBOT-using-OpenAI-API-gpt-3.5-turbo
The latest GPT-3.5 Turbo model with higher accuracy at responding in requested formats. Returns a maximum of 4,096 output tokens.
dining_philosophers
An exercise useful for concurrency and thread synchronization!
Distributed-Data-Analysis-And-Mining
Project of Distributed Data Mining with PySpark, an Apache Spark API for Python
FIFO-Queue-data-type
A fully functional queue to use in any of your projects
MixedDecisionTree
My Computer Science Bachelor's Thesis: A full Python Implementation of a Categoric, Continuous, Multi-Split, Decision Tree
NLP_Sentiment_Analysis_amazon_reviews
Text Analytics techniques and Machine Learning models for sentiment analysis
OS-Project
Multi-Threaded Project for the "Operating Systems" exam at University of Pisa, focus on signals and thread synchronization (mutexes, condition variables etc.)
Server_Client_ThreadPool
Server handling multiple clients with the help and efficiency of a thread pool
Statistics-R-project
Yeo-Johnson power transformation to improve normality or symmetry
WORTH-as-WORkTogetHer
This application lets you organize and manage your projects in a collaborative way. In short words it will help people coordinating common projects embracing the Kanban method.
peppe212's Repositories
peppe212/Server_Client_ThreadPool
Server handling multiple clients with the help and efficiency of a thread pool
peppe212/ChatBOT-using-OpenAI-API-gpt-3.5-turbo
The latest GPT-3.5 Turbo model with higher accuracy at responding in requested formats. Returns a maximum of 4,096 output tokens.
peppe212/dining_philosophers
An exercise useful for concurrency and thread synchronization!
peppe212/Distributed-Data-Analysis-And-Mining
Project of Distributed Data Mining with PySpark, an Apache Spark API for Python
peppe212/FIFO-Queue-data-type
A fully functional queue to use in any of your projects
peppe212/Hand-Over-Hand-LOCKING
Implementation of a threadsafe concurrent LinkedList, made by scratch with pointers, using very fine grained locking!
peppe212/MixedDecisionTree
My Computer Science Bachelor's Thesis: A full Python Implementation of a Categoric, Continuous, Multi-Split, Decision Tree
peppe212/Multiplexed-UDP-Echo-server
Non Blocking I/O Server Implementation, sending and receiving packets over UDP transport protocol. It includes also a Client for user interaction.
peppe212/NLP_Sentiment_Analysis_amazon_reviews
Text Analytics techniques and Machine Learning models for sentiment analysis
peppe212/OCaml-interpreter
Implementation of an interpreter in OCAML
peppe212/OS-Project
Multi-Threaded Project for the "Operating Systems" exam at University of Pisa, focus on signals and thread synchronization (mutexes, condition variables etc.)
peppe212/Parallel-MapVector-with-ThreadPool
Example of parallel and sequential calculation using an advanced threadpool
peppe212/Secure-Data-Container
A storage data abstraction, in which you can create and share any objects.
peppe212/WORTH-as-WORkTogetHer
This application lets you organize and manage your projects in a collaborative way. In short words it will help people coordinating common projects embracing the Kanban method.
peppe212/Multiplexing-Echo-Server-NIO
A small example of how to create a full Server supporting multiple Clients with just 1 thread, that's the purpose of using Multiplexing technique!
peppe212/Tris
Two unbeatable Artificial Intelligence are playing TicTacToe (in Italy we call it Tris) thanks to the legendary MINIMAX-DECISION algorithm. This version supports the ALPHA-BETA pruning optimization