Pinned Repositories
ada-hessian
Easy-to-use AdaHessian optimizer (PyTorch)
Better_LSTM_PyTorch
An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.
generating-music
:saxophone: Artificial Composition of Multi-Instrumental Polyphonic Music
lazy-adam
:angel: Lazy Adam optimizer (pytorch)
pn-search
:mag: C++ implementation of proof-number and dependency-based search for gomoku by Louis Victor Allis (1994)
sam
SAM: Sharpness-Aware Minimization (PyTorch)
tower-defense-unity
:european_castle: Simple tower defense game to learn the Unity framework
meta-tasnet
A PyTorch implementation of Meta-TasNet from "Meta-learning Extractors for Music Source Separation
multilexnorm2021
MultiLexNorm 2021 competition system from ÚFAL
perin
PERIN is Permutation-Invariant Semantic Parser developed for MRP 2020
davda54's Repositories
davda54/pn-search
:mag: C++ implementation of proof-number and dependency-based search for gomoku by Louis Victor Allis (1994)
davda54/pascal-pacman
:ghost: Programming assignment in the first semester of my computer science studies: Pacman programmed entirely in the good old Pascal.
davda54/agar.ai
:dolls: Clone of famous multiplayer game https://agar.io/ in python 3.6 that supports third-party AI controllers and can be easily used for reinforcement learning experiments.
davda54/loyd-n-puzzle-prolog
Programming assigment in nonprecedural programming class: Prolog program solving Loyd's n-puzzle.
davda54/recurrent-batch-normalization-pytorch
PyTorch implementation of recurrent batch normalization