Skip to content
View ilmari99's full-sized avatar

Highlights

  • Pro

Block or report ilmari99

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

Ilmari Vahteristo

Computational science student at LUT University, Finland. I am focused on AI research and entrepreneurship.

LinkedIn

My projects

I've classified my projects into three categories:

  • AI projects
  • Other projects
  • Projects for school

My AI projects


Title Description Link

Moska
Engine and an AI player for a card game called Moska. BSc Thesis, MoskaEngine, MoskaResearch, Website

Reinforcement Learning
A reinforcement learning framework: Simulate, fit, repeat. RLFramework

Telegram GPT bot
Telegram chat bot, and utilities to finetune a HuggingFace or OpenAI model with your own Telegram data. Teekkarialy

Stock prediction
Given past hourly prices of multiple stocks, predict the whether the stock will go up, down, or stay. Successful modelling allows for optimal market exploitation. We try transformers, LSTM and RNN architectures. stonk-prediction

Seal identification
A Siamese Neural Network for identifying ringed seals. ringed-seal-identification
Oparch An old project which attempts to optimize the architecture of a neural network. oparch



My other projects


Title Description Link

Inverse Radon Transform
Research on CT imaging reconstruction: Algorithms, math, AI. limited-angle-tomography

Algorithms
A collection of standalone algorithms and scripts. Tic-Tac-Toe AI, reverse Collatz, extra Foobar challenges, etc. Algorithms
Data analysis A paid data analysis about housing in the city of Imatra. Contains only part of the results, and in Finnish. imatra-public-results

Google Foobar
My solutions to a 5-level programming challenge, which had very interesting problems. Google-Foobar

Advent of Code
My solutions to the yearly Advent of Code challenges 2023. Advent-of-Code

Blokus in Python
A wrapper on the Pentobi library, that allows playing Blokus Classic through Python. BlokusPentobi



Projects for studies


Title Description Link
Dynamic soft sensor for mining process A soft sensor for predicting the quality of a froth flotation plant. mining-process
Math for machine learning Projects: Recommendation system using matrix decomposition, music classification with dimensionality reduction methods, and an SVM classifier for financial news sentiment analysis (also Word2Vec model). matrix decomposition, dimensionality reduction, SVM
3D digit recognition Project/competition submission for Pattern recognition course. Our team reached the highest score since the competition began in 2016! 3D digit recognition
Gaussian processes Using Gaussian processes for regression Gaussian processes
Cryptography LWE Public-key cryptography using the Learning-with-errors problem LWE
Embedded systems An alarm system, using C embedded-systems-project
Systems programming Projects for a course on OS's and systems programming. Projects and exercises
Data analysis Data analysis about wine quality wine-quality



Code line stats below are updated with a script.

Lines of code in my GitHub repositories (updated on 07 August 2024)

language files code comment blank total
Python 467 46,775 5,847 8,461 61,083
Java 72 8,854 566 1,799 11,219
MATLAB 44 3,501 1,009 991 5,501
C 29 2,506 790 485 3,781
JavaScript 14 2,369 341 451 3,161
SQL 5 2,078 5 54 2,137
Shell Script 29 798 308 311 1,417
HTML 18 677 43 135 855
C++ 11 351 371 187 909
Batch 5 193 60 102 355
LaTeX 3 140 0 44 184
CUDA C++ 1 100 42 35 177
Assembly 2 75 0 2 77
Makefile 6 61 1 26 88

python tensorflow scikit_learn pandas seaborn c arduino linux firebase flask matlab

Thank you for visiting my profile!

Pinned Loading

  1. SNA-Research SNA-Research Public

    Python 1

  2. algorithms algorithms Public

    Some miscellanous coding. Contains some cool standalone algorithms.

    Python

  3. MoskaEngine MoskaEngine Public

    A repository containing a card game and simulation engine for the card game "Moska"

    Python 1

  4. teekkarialy teekkarialy Public

    A telegram bot that uses a finetuned GPT model to randomly message the chat. Both local and API models and their finetuning work.

    Python