Pinned Repositories
custom-lora-finetuning
A custom implementation of LoRA fine-tuning strategy.
Deep-RNN-music-generation
A deep-RNN neural network generating music from MIDI files
Easy21
Implementation of various Reinforcement Learning algorithms to find optimal strategy at the Easy21 card game 🃏
Greedy_Randomized_Adaptive_Search_Procedure
InceptionResnet-keras
An Inception Resnet v2 network for image classification using Keras.
short_text_topic_modeling
Short Text Topic Modeling notebook example
Tennis-Prediction
A Machine Learning approach to predict Tennis' matches outcome to make a profitable betting strategy 🎾 📈 💸
Matyyas's Repositories
Matyyas/short_text_topic_modeling
Short Text Topic Modeling notebook example
Matyyas/Easy21
Implementation of various Reinforcement Learning algorithms to find optimal strategy at the Easy21 card game 🃏
Matyyas/Tennis-Prediction
A Machine Learning approach to predict Tennis' matches outcome to make a profitable betting strategy 🎾 📈 💸
Matyyas/InceptionResnet-keras
An Inception Resnet v2 network for image classification using Keras.
Matyyas/Deep-RNN-music-generation
A deep-RNN neural network generating music from MIDI files
Matyyas/Greedy_Randomized_Adaptive_Search_Procedure
Matyyas/custom-lora-finetuning
A custom implementation of LoRA fine-tuning strategy.
Matyyas/Deep_RL_toolbox
Implementation of various Deep Reinforcement Learning algorithms
Matyyas/emoji-cheat-sheet
A markdown version emoji cheat sheet
Matyyas/IArt
Art 🎨 & Deep Learning 👾
Matyyas/ML_from_scratch
Some popular ML algorithms from scratch to see what is going on under the hood.
Matyyas/IoT-geolocalization
Geolocalization of traveling devices using blended models.
Matyyas/Matyyas.github.io
Personal website
Matyyas/Maze_Generator
Java application able to generate several type of random maze (given their size : small, medium, big). To make it work, run the Labyrinthe class to play!
Matyyas/Plastic-Glass
End-to-end Glass bottles vs Plastic bottles images classifier.
Matyyas/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Matyyas/Tabu-Search
Solving the n interval series with a tabu algorithm