• Stars
    star
    1
  • Language
    Python
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository contains python scripts for converting json files to yaml files and vice-versa

More 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

MP3-Player-By-shantanu

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

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
10

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
11

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
12

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