home/content/misc/_index.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2024-08-28 18:24:07 +00:00
---
title: "misc"
---
2024-08-29 12:46:36 +00:00
this is the place for my miscalleneous projects. Here you'll find a collection of my work: from research and theses to explorations in mathematics, physics, and computer science.
2024-08-28 18:24:07 +00:00
2024-08-29 10:44:59 +00:00
### contents
2024-08-28 18:24:07 +00:00
2024-08-29 10:44:59 +00:00
#### theses
2024-08-28 18:24:07 +00:00
- [master-thesis](/pdf/mthesis.pdf): reinforcement learning theory and implementation in a custom environment.
- [bachelor-thesis](/pdf/bthesis.pdf): random af spin-1/2 heisenberg model and the sdrg method.
2024-08-29 10:44:59 +00:00
#### personal projects
- <a>nyrids</a> is a collection of closed source nlp models I am working on, either for fun (nimertes), research (melite), or work (panope).
- <a>melite</a> : solo research project into neurosymbolic ai using transformers and reinforcement learning methods.
2024-08-29 12:47:49 +00:00
- <a>nimertes</a> : making a transformer from scratch in pytorch and then nim, a system's language.
2024-08-29 10:44:59 +00:00
- <a>panope</a> : a foundational gpt based on the [nanogpt](https://github.com/aethrvmn/nanoGPT) architecture
#### university projects
- [super mario network](smddqn): implementing an agent to autonomously play super mario bros.
- [human-diffusion](human-diffusion): a simulation of the Out of Africa (OOA) event in prehistory.
- [black-scholes](black-scholes): exploring the black-scholes equation.
2024-08-28 18:24:07 +00:00
feel free to explore and delve into the details.