Skip to content
View hedmana's full-sized avatar
🎮
🎮

Block or report hedmana

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hedmana/README.md

header

About Me

{
  "name": "Axel Hedman",
  "age": 25,
  "location": "Helsinki, Finland",
  "education": {
    "msc": "MSc Computer Science (Bioinformatics) @ Aalto University",
    "exchange": "Health Sciences & Technology @ ETH Zürich",
    "bsc": "BSc Bioinformatics @ Aalto University"
  },
  "interests": ["⛷️", "♟️", "🎮", "🏕️"],
  "website": "https://www.axelhedman.fi/",
  "contact": "[email protected]"
}

Toolkit

Pinned Loading

  1. chess chess Public

    Interactive chess board in C++ featuring a SFML-based GUI.

    C++

  2. mnist-neural-network mnist-neural-network Public

    Minimalistic neural network built from scratch using NumPy and math, designed to solve the MNIST classification problem.

    Jupyter Notebook

  3. personal-site personal-site Public

    Personal website at axelhedman.fi.

    TypeScript

  4. pygame-tower-defense pygame-tower-defense Public

    Tower defense game in Python built with pygame.

    Python