-
keywords-extraction Public
Keyword extraction using Scake, KeyBERT, Fine-tuning Transformer BERT-like models and ChatGPT.
-
transformers Public
Forked from huggingface/transformers🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Python Apache License 2.0 UpdatedApr 6, 2023 -
-
water-shader-unity Public
Simulation of water in Unity
-
drl-ddpg-lunar-lander Public
PyTorch application of reinforcement learning algorithm in OpenAI LunarLander - DDPG
-
drl-ppo-bipedal-walker Public
PyTorch application of reinforcement learning Advanced Policy Gradient algorithms in OpenAI BipedalWalker- PPO
-
drl-policy-gradient-cartpole Public
PyTorch application of reinforcement learning Policy Gradient algorithms in OpenAI Cartpole - REINFORCE, Actor-Critic, A2C, A3C
-
drl-dqn-atari-pong Public
PyTorch application of reinforcement learning DQN algorithms in OpenAI Atari Pong game.
-
-
santorini-unity-minimax Public
Artificial Intelligence with Minimax algorithm in Santorini board game in Unity (C#)
-
drl-ml-agents-3dball Public
PyTorch application of reinforcement learning DDPG and PPO algorithms in Unity 3D-Ball
-
-
terrain-marching-cubes Public
Implementation of Marching Cubes algorithm to generate various types of terrains
-
planet-earth-opengl Public
Planet Earth using CubeSphere in OpenGL.
C MIT License UpdatedOct 18, 2021 -
ml-real-estate Public
Python application of machine learning algorithms in real estate price prediction.
-
-
genome-informatics-GIAB-de-novo-search Public
Forked from anjalukic/genome-informatics-GIAB-de-novo-searchFinding de novo variants in the genome of a child (son), given three (mother, father and son) GIAB sample files in FASTQ format.
Jupyter Notebook UpdatedApr 21, 2021 -
-
Tensorflow application of deep learning algorithms in user recognition based on motion sensors.
-
HammingCodeEncoder Public
Java software used for encoding information with original and shortened Hamming code up to (63,57).
Java UpdatedMar 19, 2020 -
X509Certificate Public
Application that allows user to generate new Keypair for X509Certificate, import/export existing Keypair, summary of every imported or created Keypair, signing X509 Certificate and exporting X509 C…
-
smart_house Public
Java Enterprise Application that simulates Smart House where user communicates with devices like Alarm, Planer and Speaker using Glassfish server and MySQL..
Java UpdatedJul 11, 2019 -
system-software-assembler Public
Assembler is system software which is used to convert an assembly language program to its equivalent object code. The input to the assembler is a source code written in assembly language (using mne…
-
microjava-compiler Public
Compiler performs lexical, syntax and semantic analysis and generates code that executes on Micro Java virtual machine
Java UpdatedFeb 4, 2019 -
Santorini Public
Artificial Intelligence with Minimax algorithm in Santorini board game on Java
-
kernel-multithreading Public
Multithreading operating system kernel with time sharing, thread scheduling, semaphores and interrupt triggered events. Developed in C++ for intel 8086.