HariniKV04's Stars
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm
valkyrjaL/Convex_Feasible_Set
Implementation of convex feasible set and soft constrained convex feasible set algorithm for real time optimization
RiVer2000/py2048
2048 Game
Drapegnik/BST
:evergreen_tree: Binary Search Tree with console visualization on Java
farjasju/CliqueCover
Study and implementation of algorithms to solve the Minimum Clique Cover NP-Complete problem (covering a graph with a minimum number of cliques)
isopropylcyanide/Hungarian-Assignment-GUI
Python program to solve the assignment problem using Hungarian method
AuFries/BinaryTreeVisualizer
Binary tree visualizer using Java Swing GUI
kairess/2048_expectimax_ai
AI Plays 2048 Game using Expectimax Algorithm
shahsahilj/2048
Minimax algorithm for 2048 game
rahul-madaan/B-Tree-Visualization-JavaFX
B-Tree Visualization with GUI using JavaFX
hritikbhandari/Neural-Style-Transfer-with-PyTorch
My implementation of the Neural Style Algorithm to tranfer the stylistic features of a style image over a content image using Pytorch and its packages.
cwelt/Java-Threaded-Binary-Search-Tree-Visualization
Implementation & Visualization of Threaded BST with Java Swing :evergreen_tree:
Eppie/2048
A Python implementation for the game 2048. Includes simple AI with analyses.
Rabona17/Neural-Style-Tranfer-From-Scratch
I build a NST with VGG-19 from scratch
tkasidakis/Local_Search_Technique_DS
Implementation (in Python) of the Local Search Technique which is part of a series of algorithms based on Dominating Sets. Those algorithms are described in the following paper : https://ieeexplore.ieee.org/document/8327581
Shruti-Raj-Vansh-Singh/Art-Generation-using-neural-style-tranfer
This repository contains notebook for neural style transfer.
basilkraju/Side_Scan_Sonar_Image-Classifications_Uisng_CNN
This project aims to classify Side Scan Sonar Images using CNN.
JospinTchomguim/Translation-By-Optimal-Binary-Search-Trees
Optimal Binary Search Trees: Application to the text translation from english to french
kanlanc/Neural-Style-Tranfer
This project is part of the submission to the https://github.com/myelin-foundry/challenge#org9124e2a competition , where the objective was to perform Neural Style Transfer on the images provided.
nnnvs/neural-style-transfer
implementation of different neural style tranfer algorithms
Withel/2048-minmax