Pinned Repositories
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
AmongAI
Among AI is a (prototype of) PC Game we developed as part of the Smart Applications course @ University of Pisa.
BeerEX
Beer EXpert System is a rule-based expert system which suggests a beer to drink according to taste and meal
complex-systems-from-scratch
Implementation of Complex Systems Models from scratch
compmath
Computational Mathematics models
computational-neuroscience
Computational Neuroscience projects.
data-mining
geoloc
Code for image geolocalization
neural-network-from-scratch
Implementation of an Artificial Neural Network from scratch
PatternRecognition
FabioMurgese's Repositories
FabioMurgese/computational-neuroscience
Computational Neuroscience projects.
FabioMurgese/PatternRecognition
FabioMurgese/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
FabioMurgese/AmongAI
Among AI is a (prototype of) PC Game we developed as part of the Smart Applications course @ University of Pisa.
FabioMurgese/BeerEX
Beer EXpert System is a rule-based expert system which suggests a beer to drink according to taste and meal
FabioMurgese/complex-systems-from-scratch
Implementation of Complex Systems Models from scratch
FabioMurgese/compmath
Computational Mathematics models
FabioMurgese/data-mining
FabioMurgese/geoloc
Code for image geolocalization
FabioMurgese/neural-network-from-scratch
Implementation of an Artificial Neural Network from scratch
FabioMurgese/jobs-selector
The project aim is to classify job offer automatically starting from the text of the job posting.
FabioMurgese/NLP-Authorship-Verification-Case-Study
Natural Language Processing project covering the task of Authorship Verification
FabioMurgese/parallel_knn
Parallel implementation of KNN algorithm, using C++ standard library and FastFlow.