Skip to content
View jmanderson0119's full-sized avatar
  • Cleveland
  • 08:41 (UTC -05:00)

Block or report jmanderson0119

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
jmanderson0119/README.md

About Me

Welcome to my Github profile. My name is Jacob Anderson and this account is a collection of projects I have completed at Case Western Reserve University.

Background

I am a current undergraduate under a combined program and I plan to pursue a doctorate following my five-year program. My research interests include attention methods in computer vision, noise robustness in learning algorithms, and algebraic/novel learning methodology.

Repositories

I am currently available to contact at [email protected] regarding new projects to collaborate on! Here some of what's available to look at on my account:

  • cv-research-project A research project carried out with Aniyah Shirehjini, CWRU; a pipeline to restore distorted vehicle imaging in bad weather conditions.
  • atlas-cosmic-courier: A little practice project in programming smooth flight mechanics in Unity; learned a lot about quaternions :)
  • cymko: An action-platformer made in collaboration with students from Case Western and the Cleveland Institute of Art, where I designed and led the implementation of the reactive agent infrastructure underlying each of the game bosses.
  • language-interpreter: An interpreter for a very simple Java/C-reminiscent syntax, containing basic semantic actions such as assignment, math operations, conditionals, etc.
  • sliding-tile-search-agent: This is my first hands-on experience in programming an intelligent agent, it's a simple bot written in Julia to solve the 8-puzzle using Best-First and Local Beam search strategies.

Contact

Email is my preferred method of contact (at [email protected]), however my LinkedIn is also a reliable way to make sure I see your correspondence.

Popular repositories Loading

  1. atlas-cosmic-courier atlas-cosmic-courier Public

    This is a personal game project I started over Summer 2023. I had the idea for this game around the time right after finals, and after some designing, I got some people who would be willing to give…

    ShaderLab 1

  2. game-design-group-project game-design-group-project Public

    This is a group game project developed in Unity over the course of 4-6 weeks, as part of the final project for CSDS-290 at CWRU.

    C#

  3. jmanderson0119 jmanderson0119 Public

  4. sliding-tile-search-agent sliding-tile-search-agent Public

    This AI project contends the 8-puzzle or sliding tile puzzle, in which the goal is to permute the puzzle such that the tiles read '0 1 2 3 4 5 6 7 8' when read left-to-right, top-to-bottom'

    Julia

  5. language-interpreter language-interpreter Public

    Racket