Skip to content
View travisddavies's full-sized avatar
🎯
修行
🎯
修行
  • 智澄英达
  • Hangzhou, China

Block or report travisddavies

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • SLAM_Notes Public

    My notes from the SLAM course at University of Bonne, available on YouTube

    Updated Jan 4, 2025
  • ViT.c Public

    This is a reimplementation of a vision tranformer, using only C. For educational purposes!

    C Updated Sep 6, 2024
  • Recreating Andrej Karpathy's llama2.c project for my own educational purposes

    C Updated Aug 21, 2024
  • Reproducing the llama2 code (for educational purposes)

    Python Updated Aug 3, 2024
  • Implementing the transformer architecture from "Attention is All You Need", following "The Annotated Transformer" guide

    Python Updated Jun 21, 2024
  • A project to create a satellite-deployable computer vision model which can accurately extract areas in Australia which are experiencing bushfires.

    Python MIT License Updated May 28, 2024
  • Writing an LSTM from scratch (educational purposes)

    Python Updated May 25, 2024
  • Project website for 3D Bird Reconstruction (ECCV 2020)

    Python MIT License Updated May 10, 2024
  • Imitation learning algorithms with Co-training for Mobile ALOHA: ACT, Diffusion Policy, VINN

    Python MIT License Updated Feb 28, 2024
  • Awesome 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 Updated Nov 23, 2023
  • My lecture notes for Computer Vision at The University of Melbourne.

    1 1 Updated Nov 12, 2023
  • My notes for COMP90051 Statistical Machine Learning at University of Melbourne

    7 3 Updated Nov 7, 2023
  • a CNN that classifies 75 different species of butterfly images with usage of data augmentation

    Python Updated Sep 28, 2023
  • seam_carver Public

    A topological search algorithm for resizing images without noticeable effects of distortion

    Java Updated Aug 18, 2023
  • An implementation of the Wheels Burrow Data Compressor in Java

    Java Updated Aug 18, 2023
  • Jupyter Notebook Updated Jul 23, 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 Updated Feb 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 Updated Feb 12, 2023
  • This is a few algorithms playing with uninformed and informed search for AI - mainly using BFS, DFS, Uniform Cost Search, and A* Search

    Python Updated Feb 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 Updated Nov 20, 2022