Enkhai
Full-stack / Architect / ML Engineer Python, AWS, JS, LLMs, ML, RL
University of NicosiaThessaloniki, Greece
Pinned Repositories
addressing-advanced-ML-topics
A group repository for implementing techniques that address advanced topics in Machine Learning. The topics covered include class imbalance, cost-sensitive learning, multi-label learning and explainable Machine Learning.
crypto-blockchain-python
Having some fun with Bitcoin and Ethereum cryptocurrency scripting
graph-convolutional-anomaly-detection
A group project for classifying anomalous nodes in an attributed graph database
human-protein-image-classification
My code for the Kaggle competition, Zero to GANs - Human Protein Classification, hosted during a six-week course by Jovian.ml on freeCodeCamp. Came 167th out of 894 competitors.
joke-generation-nlp
A group project for generating jokes and categorizing them using NLP
lstm-example
Implementation of an LSTM neural network using PyTorch
Lucy
A bot largely inspired by Necto and trained using novel rewards functions
machine-learning-dump
A collection of various machine learning exercises and hand-crafted algorithm implementations
wikiJuice
A Windows experimental Wikipedia database creation project in C# based on the DotNetWikiBot API and the Pandoc application for the InformatiCS-Library desktop application.
gender_equality_observatory
A gender balance observatory on scientific research, by exploring curated data extracted from Google Scholar.
Enkhai's Repositories
Enkhai/wikiJuice
A Windows experimental Wikipedia database creation project in C# based on the DotNetWikiBot API and the Pandoc application for the InformatiCS-Library desktop application.
Enkhai/cat-dog-imageClassification
A simple transfer learning application of the Densenet201 network on PyTorch for a dogs vs cats image classification problem
Enkhai/crypto-blockchain-python
Having some fun with Bitcoin and Ethereum cryptocurrency scripting
Enkhai/human-protein-image-classification
My code for the Kaggle competition, Zero to GANs - Human Protein Classification, hosted during a six-week course by Jovian.ml on freeCodeCamp. Came 167th out of 894 competitors.
Enkhai/joke-generation-nlp
A group project for generating jokes and categorizing them using NLP
Enkhai/lstm-example
Implementation of an LSTM neural network using PyTorch
Enkhai/Lucy
A bot largely inspired by Necto and trained using novel rewards functions
Enkhai/neural-style-transfer
A neural image style transfer implementation using PyTorch
Enkhai/pytorch-CF-distributed
Matrix Factorization recommendation system examples written with PyTorch. Simple and distributed implementations
Enkhai/rlgym-examples
Training examples for the Rocket League Gym using Stable-Baselines3
Enkhai/simple-DES
An attempt at a simple DES algorithm Python implementation
Enkhai/SuperCollider-exercises
Playground exercises for SuperCollider audio synthesis following the YouTube-hosted course of Eli Fieldsteel "Beginning Coding with SuperCollider"
Enkhai/addressing-advanced-ML-topics
A group repository for implementing techniques that address advanced topics in Machine Learning. The topics covered include class imbalance, cost-sensitive learning, multi-label learning and explainable Machine Learning.
Enkhai/graph-convolutional-anomaly-detection
A group project for classifying anomalous nodes in an attributed graph database
Enkhai/machine-learning-dump
A collection of various machine learning exercises and hand-crafted algorithm implementations
Enkhai/AdventOfCode2019
Enkhai/big-data-dominance
Enkhai/CURE-spark
CURE clustering algorithm implementation in Scala with Spark
Enkhai/Forecaster
A simple weather forecaster with a UI written in Python. Displays current weather of a given location
Enkhai/fun-miscellaneous-random
A collection of small, useful and/or fun Python scripts created over the passage of time.
Enkhai/github-upload
Enkhai/integration-moviestore
Integration tests in Selenium, TestNG and Cucumber for my PHP project TMDb-moviestore. The project repository can be found here https://github.com/Enkhai/TMDb-moviestore
Enkhai/lucy-utils
A set of utilities for the Rocket League bot Lucy, useful for building effective Reinforcement Learning agents for Rocket League, using RLGym
Enkhai/pytorch-chatbot
An attempt at creating a chatbot using a Seq2Seq LSTM model based on the PyTorch chatbot tutorial https://pytorch.org/tutorials/beginner/chatbot_tutorial.html
Enkhai/rlgym-reward-analysis
A custom-made package for analyzing RLGym rewards using data visualization and analysis techniques.
Enkhai/sb3-device-alternating
PPO and DQN device-alternating algorithm variants for Stable Baselines3 v1.5.0
Enkhai/StackOverflow2020survey-data-analysis
A detailed analysis of the 2020 StackOverflow developer survey in Jupyter notebooks using Pandas, Matplotlib and Seaborn. Part of the course Zero to Pandas, hosted by Jovian.ml
Enkhai/TMDb-moviestore
An old PHP project for an online movie search engine based off of TMDb. Built using the php-tmdb-api API. Works best with PHP 7.1.9 and lower