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/neat
NEAT (NeuroEvolution of Augmenting Topologies) implemented in Go
jinyeom/d2rt
Enabling TensorRT for Detectron2
jinyeom/lsh-knn
[Experiment] Approximate k-nearest neighbors (k-NN) with locality-sensitive hashing (LSH)
jinyeom/torchrt
Simple tool for PyTorch >> ONNX >> TensorRT conversion
jinyeom/imsegment
MATLAB implementation of k-means image segmentation
jinyeom/PageRank
C++ implementation of the PageRank algorithm
jinyeom/backpropamine
PyTorch Implementation of Backpropamine (Miconi et al., 2018)
jinyeom/jinyeom
jinyeom/path-tracer
Go implementation of the Monte Carlo path tracer
jinyeom/general-bipedal-walker
Generalized BipedalWalker-v2 with domain randomization
jinyeom/l0-regularization
PyTorch implementation of L0 Regularization (Louizos et al., 2018)
jinyeom/dh18
Texas Datahack 2018
jinyeom/npne
NumPy NeuroEvolution
jinyeom/openmp-bellman-ford
Parallel Bellman-Ford for SSSP with OpenMP
jinyeom/ppo
PyTorch implementation of Proximal Policy Optimization (PPO) (Schulman et al., 2017)
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/awesome-go
A curated list of awesome Go frameworks, libraries and software
jinyeom/big-little-match
Big/Little matching script
jinyeom/bitcoin-collector
Mine-Collector game for FRI midterm project
jinyeom/es
Simple implementation of OpenAI Evolution Strategy
jinyeom/ga-plastic-models
Evolving Plastic World Models
jinyeom/imhoughc
MATLAB implementation of Hough transform for circle detection
jinyeom/immosaic
Image Mosaics
jinyeom/metis
Tools for managing experiments and notes in a dedicated environment
jinyeom/neural-memory
Exploring Neural Networks with Memory
jinyeom/pthread-bellman-ford
Single-source shortest path (SSSP) via Bellman-Ford algorithm with pthread
jinyeom/pthread-pi
Numerical integration for computing pi with pthread
jinyeom/seam-carving
Octave implementation of seam carving algorithm
jinyeom/torchlife
PyTorch implementation of Conway's Game of Life