Pinned Repositories
backpropamine
PyTorch Implementation of Backpropamine (Miconi et al., 2018)
d2rt
Enabling TensorRT for Detectron2
dreamer
PyTorch Lightning implementation of the world model in DreamerV2
evosoro3
Soft Robot Simulator Using Voxelyze in Python 3
imsegment
MATLAB implementation of k-means image segmentation
jinyeom
lsh-knn
[Experiment] Approximate k-nearest neighbors (k-NN) with locality-sensitive hashing (LSH)
neat
NEAT (NeuroEvolution of Augmenting Topologies) implemented in Go
PageRank
C++ implementation of the PageRank algorithm
torchrt
Simple tool for PyTorch >> ONNX >> TensorRT conversion
jinyeom's Repositories
jinyeom/d2rt
Enabling TensorRT for Detectron2
jinyeom/torchrt
Simple tool for PyTorch >> ONNX >> TensorRT conversion
jinyeom/lsh-knn
[Experiment] Approximate k-nearest neighbors (k-NN) with locality-sensitive hashing (LSH)
jinyeom/backpropamine
PyTorch Implementation of Backpropamine (Miconi et al., 2018)
jinyeom/dreamer
PyTorch Lightning implementation of the world model in DreamerV2
jinyeom/jinyeom
jinyeom/chutoro
Chutoro programming language
jinyeom/general-bipedal-walker
Generalized BipedalWalker-v2 with domain randomization
jinyeom/l0-regularization
PyTorch implementation of L0 Regularization (Louizos et al., 2018)
jinyeom/agreper
Minimal, no-JS web forum software
jinyeom/cnkv
Let's learn Cloud Native by building a simple key-value store.
jinyeom/glox
Go implementation of the Lox interpreter (from Crafting Interpreters)
jinyeom/npne
NumPy NeuroEvolution
jinyeom/pokemon-cards-css
A collection of advanced CSS styles to create realistic-looking effects for the faces of Pokemon cards.
jinyeom/world-model
PyTorch Implementation of World Models (Ha & Schmidhuber, 2018) for BipedalWalker-v2
jinyeom/loxdotnet
Lox.NET: C# implementation of the Lox interpreter
jinyeom/arxiv-sanity-lite
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
jinyeom/awesome-patterns
Collections of Go patterns based on tmrts/go-patterns, But merged with other awesome forks and more improvoments.
jinyeom/ConsoleGameEngine
.NET Console Graphics Engine
jinyeom/containers-from-scratch
Writing a container in a few lines of Go code, as seen at DockerCon 2017 and on O'Reilly Safari
jinyeom/dotnet-devcontainer
.NET devcontainer template repository
jinyeom/es
Simple implementation of OpenAI Evolution Strategy
jinyeom/ga-plastic-models
Evolving Plastic World Models
jinyeom/lets-learn-go-rest-api
Let's learn Go REST API
jinyeom/lets-learn-websockets
Golang workshop on websockets
jinyeom/neural-memory
Exploring Neural Networks with Memory
jinyeom/npnn
NumPy Neural Networks
jinyeom/olcConsoleGameEngine
The official distribution of olcConsoleGameEngine, a tool used in javidx9's YouTube videos and projects
jinyeom/PyTorch-Universal-Docker-Template
Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
jinyeom/vae
PyTorch Lightning implementation of Variational AutoEncoder (VAE)