Shantanu Kumar Rahut (@p0l4r)
  • Stars
    star
    23
  • Global Rank 586,411 (Top 21 %)
  • Followers 2
  • Following 7
  • Registered almost 9 years ago
  • Most used languages
    Python
    41.7 %
    C#
    33.3 %
    C++
    16.7 %
    CSS
    8.3 %
  • Location 🇧🇩 Bangladesh
  • Country Total Rank 2,535
  • Country Ranking
    C#
    251
    C++
    719
    Python
    784
    CSS
    2,357

Top repositories

1

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.
C++
2
star
2

using-psutil-module-from-python

Python
1
star
3

PDF-to-AudioBook

A simple program for converting pdf to audio
Python
1
star
4

CGPA-calculator-by-shantanu

A simple app for calculating CGPA of EWU, BD; using dotnet
C#
1
star
5

Calculator-By-Shantanu

A simple calculator app created using dotnet
C#
1
star
6

All-Projects-

1
star
7

Guess-The-Number

A simple Guess The Number game using dotnet
C#
1
star
8

json-to-yaml-and-vice-versa-conversion

This repository contains python scripts for converting json files to yaml files and vice-versa
Python
1
star
9

MP3-Player-By-shantanu

A simple MP3 player app using dotnet
C#
1
star
10

Portfolio-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.
CSS
1
star
11

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.
Python
1
star
12

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.
Python
1
star
13

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.
C++
1
star