Pinned Repositories
restopresto
Final project for database 1 course.
AI-poker-game
A.I project that trains a model to induce the Poker game rules using two A.I approaches. The A.I. algorithms used in the project was Supervised Machine Learning (SVM) and Genetic Programming.
BonanzaGame
This is the implementation of the Bonanza card game using C++.
dalgama
Github profile info repo (Portfolio site TODO)
logical-game
This is a bubble game created using Java JFrames. The goal of the game is to match the colors of the bubble until you pop all the bubbles.
microblog-information-retrieval-system
Microblog information retrieval system. Implementing an Information Retrieval (IR) system based on a collection of documents (Twitter messages).
neural-information-retrieval
Explores recent neural information retrieval methods (based on deep learning, transformers, BERT-like models) in order to achieve better evaluation scores than the Microblog Information Retrieval System.
os-page-replacement-algo
Two page-replacement algorithms are implemented, which are the FIFO and LRU page-replacement algorithms. Random page-reference string are used to each algorithm and the number of page faults incurred by each algorithm is recorded.
ParisMetro
The Paris Metro routes are mapped. This system lets you know what trains you need to take to get from your currently location to your final location mentioning what stations you need to get on to connect to the other train if it requires more than one train to get to the final location.
Webtalky
WebTalky is chatting platform. Where you can chat with random people who has common interests to you.
dalgama's Repositories
dalgama/neural-information-retrieval
Explores recent neural information retrieval methods (based on deep learning, transformers, BERT-like models) in order to achieve better evaluation scores than the Microblog Information Retrieval System.
dalgama/os-page-replacement-algo
Two page-replacement algorithms are implemented, which are the FIFO and LRU page-replacement algorithms. Random page-reference string are used to each algorithm and the number of page faults incurred by each algorithm is recorded.
dalgama/AI-poker-game
A.I project that trains a model to induce the Poker game rules using two A.I approaches. The A.I. algorithms used in the project was Supervised Machine Learning (SVM) and Genetic Programming.
dalgama/BonanzaGame
This is the implementation of the Bonanza card game using C++.
dalgama/dalgama
Github profile info repo (Portfolio site TODO)
dalgama/logical-game
This is a bubble game created using Java JFrames. The goal of the game is to match the colors of the bubble until you pop all the bubbles.
dalgama/microblog-information-retrieval-system
Microblog information retrieval system. Implementing an Information Retrieval (IR) system based on a collection of documents (Twitter messages).
dalgama/multithreading-programs
This project was about creating a Multi-threaded Program in Java and C.
dalgama/ParisMetro
The Paris Metro routes are mapped. This system lets you know what trains you need to take to get from your currently location to your final location mentioning what stations you need to get on to connect to the other train if it requires more than one train to get to the final location.
dalgama/Webtalky
WebTalky is chatting platform. Where you can chat with random people who has common interests to you.
dalgama/dalgama.github.io
My personal Portfolio
dalgama/html-practise
dalgama/peterthehan
dalgama/php-site-config
A do nothing PHP site to show that you properly configured a PHP site
dalgama/predict-fraud-using-auto-ai
Use AutoAI to detect fraud
dalgama/restopresto
Final project for database 1 course.
dalgama/Timer
Timer Created in Java