Using Reinforced Learning to Create Efficient Random Tests
A way to use Reinforced Learning to generate more efficient stimulus to not only get more coverage per test, but also cover more sooner within each test. At the same time keep some randomness to have the ability to generate an efficient "Smart" Random test suite that can hopefully replace some bulky pure random tests.
Lambda Set: A collection of representative graphs for benchmarking.
A way to create a set of sample graphs to test and compare different graph algorithms and processing tasks on various hardware.
Leveraging Binary Neural Networks for Efficient Malware Detection
This project uses a combination of feature engineering and binary neural network construction to efficiently process ethernet traffic to detect malware. See how using smaller models can assist in reducing the workload of larger ones.
Using Q-Reinforced Learning to Generate Digital Logic
This article goes into my experiment applying Reinforcement Learning to craft digital logic. Discover the surprising effectiveness of translating Q function tables into logic, offering real-world implementation insights.
Using Financial Networks to Predict Stock Market Volatility
This articles goes into depth about a method of creating financial networks using Effective Transfer Entropies, and an algorithm that can be run on top of it to gain a measure of future market volatility.
Architectural Resiliency of GNN Algorithms to Graph Structure
A look into how graph structure can affect the hardware performance of GNN algorithms.
A Short and Sweet Guide to Numerai on Google Colab using RapidsAI
Do you like competition? Do you like Data Science? Do you like Crypto? Well, I have an exciting distraction for you called Numerai. Hopefully, in this guide I can tell you some about this project, alongside giving you a template to get started in Google Colab.
Using Autoencoder Neural Nets to Compress and/or Upscale Video
A guide walking through the process of creating new frames to upscale or compress video using Keras Tensorflow.
Creating a Predictive Trading Algorithm using TensorFlow
A guide walking through the process of building a modified moving cross algorithm using LSTM neural nets inside Google Collab.