Pinned Repositories
8-Puzzle-Solver-Using-Search
A small program that simulates the solving of the 8 puzzle game using Breadth First Search, Depth First Search and the A* algorithm
Basic-Caesar-and-Vigenere-Cipher-Tool
Encrypts, decrypts and breaks Caesar and Vigenere ciphers
Bin-Packing-Problem-Genetic-Algorithm
Solves the bin packing problem using a genetic algorithm
booking-service
booking service for spring boot incubator
ethical-hacking-course
first-contributions
🚀✨ Help beginners to contribute to open source projects
Hybrid-IGA-SA-Knapsack
A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem
Music-Generation-LSTM-RBM
Generates classical piano music using a LSTM-RBM model.
Regular-Expression-to-NFA-to-DFA
Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)
Social-Graph-Processing
Crawls twitter to compare the social marketing footprint between Uber and Taxify using Spring Boot
Melvin95's Repositories
Melvin95/Hybrid-IGA-SA-Knapsack
A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem
Melvin95/Bin-Packing-Problem-Genetic-Algorithm
Solves the bin packing problem using a genetic algorithm
Melvin95/Music-Generation-LSTM-RBM
Generates classical piano music using a LSTM-RBM model.
Melvin95/Regular-Expression-to-NFA-to-DFA
Converts a given regular expression into a NFA(Thompson's construction) then converts that NFA to a DFA(Subset construction)
Melvin95/8-Puzzle-Solver-Using-Search
A small program that simulates the solving of the 8 puzzle game using Breadth First Search, Depth First Search and the A* algorithm
Melvin95/Basic-Caesar-and-Vigenere-Cipher-Tool
Encrypts, decrypts and breaks Caesar and Vigenere ciphers
Melvin95/booking-service
booking service for spring boot incubator
Melvin95/ethical-hacking-course
Melvin95/first-contributions
🚀✨ Help beginners to contribute to open source projects
Melvin95/Java
All Algorithms implemented in Java
Melvin95/Social-Graph-Processing
Crawls twitter to compare the social marketing footprint between Uber and Taxify using Spring Boot
Melvin95/Java-Multithreading
Solves a synchronization problem using multi-threading
Melvin95/Movie-Genre-Classifier
Classifies the genre of a movie by only it's summary as an input using various NLP techniques
Melvin95/Periodic-Table-Quiz
A simple console-based periodic table quiz game
Melvin95/Rosalind-Julia-Solutions
Solutions to Bioinformatic Rosalind Problems in Julia code
Melvin95/spring-incubator
Spring Incubator sample app
Melvin95/stockprediction
Data and code of my Medium story on stock prediction with TensorFlow