Pinned Repositories
algorithms
Various algorithms
binance-webhook-trader
A simple Spring Boot API to place Binance market orders.
chessai
A Java chess engine and AI using the MiniMax algorithm and the LibGDX framework.
datastructures
My notes and implementations of various data structures
designpatterns
My notes and implementations of various design patterns
dyluc.github.io
Blog posts and tech articles.
ethermine-web-scraper
An Ethermine.org page scraping utility to send email notifications on miner hash rate changes.
jpegdecoder
A Java command-line tool for decoding baseline jpeg images (supports chroma subsampling).
roverimages
A command-line tool for downloading image data gathered by NASA's Curiosity, Opportunity, Spirit and Perseverance rovers.
wind-solar-power-production
An E2E ML project showcasing data preprocessing techniques, shallow model algorithms and hyperparameter tuning in Scikit-Learn.
dyluc's Repositories
dyluc/jpegdecoder
A Java command-line tool for decoding baseline jpeg images (supports chroma subsampling).
dyluc/wind-solar-power-production
An E2E ML project showcasing data preprocessing techniques, shallow model algorithms and hyperparameter tuning in Scikit-Learn.
dyluc/algorithms
Various algorithms
dyluc/binance-webhook-trader
A simple Spring Boot API to place Binance market orders.
dyluc/chessai
A Java chess engine and AI using the MiniMax algorithm and the LibGDX framework.
dyluc/datastructures
My notes and implementations of various data structures
dyluc/designpatterns
My notes and implementations of various design patterns
dyluc/dodge
An arcade game written with LibGDX.
dyluc/dyluc
dyluc
dyluc/dyluc.github.io
Blog posts and tech articles.
dyluc/roverimages
A command-line tool for downloading image data gathered by NASA's Curiosity, Opportunity, Spirit and Perseverance rovers.
dyluc/char-rnn
A Seq2Seq RNN for Text Generation
dyluc/java9modules
Reference for Java 9 modules and associated tools
dyluc/jeptastic
My notes and usages of various new JEPs, feature releases and projects from Java and new JDKs.
dyluc/munro
A simple search API to filter Munros using JPA Specifications
dyluc/react-codedeploy
Demo React CodeDeploy Application
dyluc/resnet-34
Quick ResNet-34 Implementation Using the Keras API
dyluc/scheduler
dyluc/springboot-codedeploy
Demo Spring Boot CodeDeploy Application
dyluc/transformers
Neural Machine Translation using a Transformer.