https://github.com/leogaudin/leogaudin
https://github.com/leogaudin/leogaudin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leogaudin/leogaudin
- Owner: leogaudin
- Created: 2023-03-17T18:31:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:25:31.000Z (2 months ago)
- Last Synced: 2025-02-21T21:35:39.887Z (2 months ago)
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📖 Tutorials
| Project | Description | Skills |
| ------- | ----------- | ------ |
| [Learn2Slither](https://github.com/leogaudin/Learn2Slither) | Teach an AI to play Snake. | Python, Reinforcement Learning, Q-Learning, PyTorch |
| [multilayer-perceptron](https://github.com/leogaudin/multilayer-perceptron) | Implementing a multilayer perceptron framework. | Python, Math, Machine Learning, Neural Networks |
| [matrix](https://github.com/leogaudin/matrix) | Implementing complete Matrix and Vector classes. | Linear algebra |
| [dslr](https://github.com/leogaudin/dslr) | Implementing the Hogwarts Sorting Hat. | Python, Math, Machine Learning, Logistic Regression |
| [ready_set_boole](https://github.com/leogaudin/ready_set_boole) | Learning the basics of boolean algebra, set theory and logic. | Boolean Algebra, Set Theory, Logic |
| [ft_linear_regression](https://github.com/leogaudin/ft_linear_regression) | Predicting the price of a car based on its mileage. | Python, Linear Regression, Math, Data Analysis |
| [libasm](https://github.com/leogaudin/libasm) | Implementing a few functions in Assembly. | CPU Architecture, Assembly Language, x86-64 |
| [philosophers](https://github.com/leogaudin/philosophers) | Threading a process and managing race conditions, shared memory and mutexes. | C, Forking, Multithreading, Mutexes |
| [fract-ol](https://github.com/leogaudin/fract-ol) | Implementing a fractal explorer in C. | C, Math, Complex numbers, Fractals, Graphics Programming |
| [minitalk](https://github.com/leogaudin/minitalk) | Implementing a simple client-server communication program in C. | C, UNIX Signals, Bitwise Operations |## 📄 Resume
Check out my resume [here](https://github.com/leogaudin/resume/blob/main/resume.pdf).
## 🚀 Current learning objectives
- Machine/Deep Learning
- Mathematics
- Data Science