-
SLAM_Notes Public
My notes from the SLAM course at University of Bonne, available on YouTube
UpdatedJan 4, 2025 -
ViT.c Public
This is a reimplementation of a vision tranformer, using only C. For educational purposes!
C UpdatedSep 6, 2024 -
llama2.c_reimplemented Public
Recreating Andrej Karpathy's llama2.c project for my own educational purposes
C UpdatedAug 21, 2024 -
llama2_reproduced Public
Reproducing the llama2 code (for educational purposes)
Python UpdatedAug 3, 2024 -
the_annotated_transformer Public
Implementing the transformer architecture from "Attention is All You Need", following "The Annotated Transformer" guide
Python UpdatedJun 21, 2024 -
bushfire_satellite_camera Public
A project to create a satellite-deployable computer vision model which can accurately extract areas in Australia which are experiencing bushfires.
Python MIT License UpdatedMay 28, 2024 -
lstm_from_scratch Public
Writing an LSTM from scratch (educational purposes)
Python UpdatedMay 25, 2024 -
avian-mesh Public
Forked from marcbadger/avian-meshProject website for 3D Bird Reconstruction (ECCV 2020)
Python MIT License UpdatedMay 10, 2024 -
act-plus-plus Public
Forked from MarkFzp/act-plus-plusImitation learning algorithms with Co-training for Mobile ALOHA: ACT, Diffusion Policy, VINN
Python MIT License UpdatedFeb 28, 2024 -
number_plate_recognition Public
That detects and extracts number plates from images and videos
-
PaddleOCR Public
Forked from PaddlePaddle/PaddleOCRAwesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and…
Python Apache License 2.0 UpdatedNov 23, 2023 -
computer_vision_notes Public
My lecture notes for Computer Vision at The University of Melbourne.
-
My notes for COMP90051 Statistical Machine Learning at University of Melbourne
-
butterfly-classifier Public
a CNN that classifies 75 different species of butterfly images with usage of data augmentation
Python UpdatedSep 28, 2023 -
seam_carver Public
A topological search algorithm for resizing images without noticeable effects of distortion
Java UpdatedAug 18, 2023 -
data_compressor Public
An implementation of the Wheels Burrow Data Compressor in Java
Java UpdatedAug 18, 2023 -
-
Various algorithms for Markov's Decision Process and Reinforcement Learning in a grid world and in Pacman, including Value Iteration, Q Learning and Approximate Q-Learning
Python UpdatedFeb 16, 2023 -
Various search algorithms in Pacman for finding optimal moves when dealing with adversarial agents, mainly minimax (including alpha beta pruning) and expectimax
Python UpdatedFeb 12, 2023 -
pacman_search_algorithms Public
This is a few algorithms playing with uninformed and informed search for AI - mainly using BFS, DFS, Uniform Cost Search, and A* Search
Python UpdatedFeb 7, 2023 -
snow_world Public
A 2D platformer game loosely based off of Super Mario and the Snowy Mountains (my first ever program).
Python MIT License UpdatedNov 20, 2022