nigelhartm
Software Engineer BSc. Applied computer science MSc. Bioinformatics
Deutsche Telekom Germany, Berlin
Pinned Repositories
alzheimer_disease_stages_prediction
Predicting Alzheimer's disease types based on brain MRI pictures with an accuracy of 98%.
compare_protein_structures
In this project i created a small script, which takes to protein coordinate file (.xyz) bring them into superposition and calculate the RMSD from scratch,
ConstrainedDelaunayTriangulation
My implementation of the Delaunay triangulation with constrained edges, according to Sloan's papers
earclipper
3D triangulation library
game_net_analyzer
game_of_life
This is a project in which I built the Game of Life with a GUI implementation in Java.
lasertag
A mixed reality multiplayer game for Oculus Quest 3
PlantBERT
Masterthesis Bioinformatics
reinforcement_learning_jigsaw_puzzle
In a computer game I liked to play as a kid there exist a minigame called Jigsaw. It is hard to do efficiently. The reward varies dependent on how much steps you need to solve, so it will be interesting to find a solver. It is a teris like puzzle which can be solved easily using heuristics. For learning purpose I will use reinforcement learning
structural_characterization_uorf
This project was developed in the third semester of my master degree bioinformatics. Overall our goal was to present to the scientific community for the first time a characterization of folding preferences of so called upstream open reading frames. (more in the ReadMe)
nigelhartm's Repositories
nigelhartm/PlantBERT
Masterthesis Bioinformatics
nigelhartm/reinforcement_learning_jigsaw_puzzle
In a computer game I liked to play as a kid there exist a minigame called Jigsaw. It is hard to do efficiently. The reward varies dependent on how much steps you need to solve, so it will be interesting to find a solver. It is a teris like puzzle which can be solved easily using heuristics. For learning purpose I will use reinforcement learning
nigelhartm/structural_characterization_uorf
This project was developed in the third semester of my master degree bioinformatics. Overall our goal was to present to the scientific community for the first time a characterization of folding preferences of so called upstream open reading frames. (more in the ReadMe)
nigelhartm/alzheimer_disease_stages_prediction
Predicting Alzheimer's disease types based on brain MRI pictures with an accuracy of 98%.
nigelhartm/compare_protein_structures
In this project i created a small script, which takes to protein coordinate file (.xyz) bring them into superposition and calculate the RMSD from scratch,
nigelhartm/ConstrainedDelaunayTriangulation
My implementation of the Delaunay triangulation with constrained edges, according to Sloan's papers
nigelhartm/earclipper
3D triangulation library
nigelhartm/game_net_analyzer
nigelhartm/game_of_life
This is a project in which I built the Game of Life with a GUI implementation in Java.
nigelhartm/lasertag
A mixed reality multiplayer game for Oculus Quest 3
nigelhartm/lora_gateway_client
In the following I provide a working example to build your own LoRa (https://lora-alliance.org/) Gateway and client system. It consists basically of two files (one configuration for the client and one for the gateway.
nigelhartm/nigelhartm
nigelhartm/nigelhartm.github.io
Static website, with personal information.
nigelhartm/path_finding_tank_game
This is a project to practice programming. It consists of GUI with a tank who automatically finds a shortest path in a random generated or self customized labyrinth.