There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Four-In-A-Row
Four in a row is an age old game, mostly popular in 90s at the time of the Gameboy. The kernel of our motive of this project was to implement Machine Learning e in the game, so that the computer can generate optimal moves for itself and use them in the game to give its opponent a fair fight. It is a very easy and fun game; all you have to do is match four of the chosen object in a sequential manner (horizontally, vertically or diagonally) to win the game. If the opponent matches earlier, he/she is declared as the winner of the game. In this project we tried to demonstrate the machine learning approach to generate optimal moves for the machine. This game uses save and search approach to generate moves i.e. it saves the game patterns every time it plays a match and uses those patterns to generate the moves in future. By analyzing the results of various matches, we have observed that the game gets harder as more it is played. Machine plays more optimally than the previous game it played. So, we can easily interpret that the machine is actually learning from its previous experiences of playing and can engender optimal moves for ensuring a tough competition.using-psutil-module-from-python
PDF-to-AudioBook
A simple program for converting pdf to audioCGPA-calculator-by-shantanu
A simple app for calculating CGPA of EWU, BD; using dotnetCalculator-By-Shantanu
A simple calculator app created using dotnetAll-Projects-
json-to-yaml-and-vice-versa-conversion
This repository contains python scripts for converting json files to yaml files and vice-versaMP3-Player-By-shantanu
A simple MP3 player app using dotnetPortfolio-website
My First crude attempts towards web development. I am still at learning phase. I will be uploading my every attempt towards a successful portfolio website.Toxic-comment-classification
This program classifies Toxic(Hateful) or Non toxic(Not hateful) online comments. The data set used in this program can be found in kaggle. I have given the download link for the data set.Matrix-Factorization---based-Collaborative-Filtering
matrix-factorization is a light-weight program written in python language for performing basic operations for matrix factorization-based collaborative filtering. I have plans to create a python module from this repository in the future. If you want to contribute to this project, you are most welcome.Three-In-A-Row
it is a version of famous game four in a row. I have implemented machine learning in a weird way. it was a project for my Artificial Intelligence course at my university.Love Open Source and this site? Check out how you can help us