Pinned Repositories
a-balanced-tree
alpha balanced tree. This is a simple Java based self balancing tree.
arduino-ps3-controller-test
testing PS3 controller inputs for custom robotics project
BayesianOptimization
A Python implementation of global optimization with gaussian processes.
biLSTM-bert-based-attention-NLP
attention based bidirectional LSTM NLP for next word and summarization.
BoxRunner-libgdx
Cross-platform LIBGDX based block avoiding game with custom physics and animations.
ConvexHull-algorithms
Jarvis March and Ghram Scan complexity testing
Doubly-Linked-List
Memory efficient+fast doubly linked list, 0 mem leaks. Tested on valgrind
FPGA-16-bit-PRNG
seeded 16-bit PRNG FPGA
multiprocess-pipelining-C
multiproc pipeline testing. Simple proc creation with pipe unidirectional data-sharing
Multithreaded-matrix-shearsort
multithreaded shearsort algorithm with conditional locking
IISuperluminaLII's Repositories
IISuperluminaLII/biLSTM-bert-based-attention-NLP
attention based bidirectional LSTM NLP for next word and summarization.
IISuperluminaLII/a-balanced-tree
alpha balanced tree. This is a simple Java based self balancing tree.
IISuperluminaLII/arduino-ps3-controller-test
testing PS3 controller inputs for custom robotics project
IISuperluminaLII/BayesianOptimization
A Python implementation of global optimization with gaussian processes.
IISuperluminaLII/BoxRunner-libgdx
Cross-platform LIBGDX based block avoiding game with custom physics and animations.
IISuperluminaLII/ConvexHull-algorithms
Jarvis March and Ghram Scan complexity testing
IISuperluminaLII/Doubly-Linked-List
Memory efficient+fast doubly linked list, 0 mem leaks. Tested on valgrind
IISuperluminaLII/FPGA-16-bit-PRNG
seeded 16-bit PRNG FPGA
IISuperluminaLII/multiprocess-pipelining-C
multiproc pipeline testing. Simple proc creation with pipe unidirectional data-sharing
IISuperluminaLII/Multithreaded-matrix-shearsort
multithreaded shearsort algorithm with conditional locking
IISuperluminaLII/NLP-NLTK-naive-bayes
Stanford NLTK based NLP. Grammar based model classifier, no SVMs.
IISuperluminaLII/pdf2xsl
biLSTM based pdf to XSL generator. Trains on YOUR pdf required style and can adapt to different requirements in the future.
IISuperluminaLII/rabin-karp-dna-similarities
Rabin-Karp rolling(window) hash test. DNA similarity finder (efficiency testing)
IISuperluminaLII/Readers-Writers-deadlock-prevention
readers writers multithreaded simple deadlock prevention example program
IISuperluminaLII/SCGAN
SKIPPING CONNECTION GAN
IISuperluminaLII/SCGAN-GP
skipped connection gan with gradient penalty
IISuperluminaLII/wgan-gp
Improved-wgan with strided convolutions, gradient and weight clipping