Pinned Repositories
tic-tac-toe-bot
Bot for tic tac toe that learns from past games to become unbeatable.
ArkidilloEngine
Homemade 2d Java based game engine
corrective-weight-net
RetinaNet that iteratively trains a model, where users correct model guesses instead of having to label the entire dataset off the bat.
Efficienct-image-processing
Improved efficiency of given image processing functions (rotate and smooth), by 75% and 50% respectively (starter code and assignment created by Carnegie Mellon)
FlappyBird
Flappy bird game. Self-implemeted openGL based engine, based on youtube video.
generic-incremental-classifier
A classifier that can be trained incrementally by a user to classify anything, based on what the user decides to label.
How-to-Predict-Stock-Prices-Easily-Demo
How to Predict Stock Prices Easily - Intro to Deep Learning #7 by Siraj Raval on Youtube
ImageDifference
Program to compute the difference between 2 frames of a public webcam image.
magicbag
Webapp to track children in poverty.
Neural-Network
Neural network built from scratch in C++ for decryption.
Arkidillo's Repositories
Arkidillo/generic-incremental-classifier
A classifier that can be trained incrementally by a user to classify anything, based on what the user decides to label.
Arkidillo/corrective-weight-net
RetinaNet that iteratively trains a model, where users correct model guesses instead of having to label the entire dataset off the bat.
Arkidillo/ArkidilloEngine
Homemade 2d Java based game engine
Arkidillo/Efficienct-image-processing
Improved efficiency of given image processing functions (rotate and smooth), by 75% and 50% respectively (starter code and assignment created by Carnegie Mellon)
Arkidillo/FlappyBird
Flappy bird game. Self-implemeted openGL based engine, based on youtube video.
Arkidillo/How-to-Predict-Stock-Prices-Easily-Demo
How to Predict Stock Prices Easily - Intro to Deep Learning #7 by Siraj Raval on Youtube
Arkidillo/ImageDifference
Program to compute the difference between 2 frames of a public webcam image.
Arkidillo/Lab-9
Sensors sends data to Arduino, which sends it to C, which writes it to a file.
Arkidillo/magicbag
Webapp to track children in poverty.
Arkidillo/Neural-Network
Neural network built from scratch in C++ for decryption.
Arkidillo/weather-prediction
Predict weather using historical and recent data
Arkidillo/PythonLinkedList
A linked list made in python
Arkidillo/solana-candy-factory
Solana blockchain candy machine app boilerplate on top of Metaplex Candy Machine. NextJS, Tailwind, Anchor, SolanaLabs.React, dev/mainnet automation scripts.
Arkidillo/Tf-Idf-Search-Engine
Implemented search engine algorithm using tf-idf weighting. Stored searchable words in a hashtable.