An open API service indexing awesome lists of open source software.

https://github.com/leogaudin/leogaudin


https://github.com/leogaudin/leogaudin

Last synced: 2 months ago
JSON representation

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