Pinned Repositories
AnimalTower_DQN
スマホゲーム「どうぶつタワー」を深層強化学習で攻略してみる
AVID-Adversarial-Visual-Irregularity-Detection
AVID: Adversarial Visual Irregularity Detection(https://arxiv.org/abs/1805.09521)を再現実装してみます。
Dreamer_PyTorch
Unofficial Re-implementation of "Dream to Control: Learning Behaviors by Latent Imagination" (https://arxiv.org/abs/1912.01603 ) with PyTorch
MCMC_sampling
MCMCやD-waveでサンプリングをします
PlaNet_PyTorch
Unofficial re-implementation of "Learning Latent Dynamics for Planning from Pixels" (https://arxiv.org/abs/1811.04551 ) with PyTorch
PyTorch-Glow
PyTorchでGlowを実装することを目指します
PyTorch_RealNVP_2D_toy_dataset
2D toy datasetを用いたRealNVPの非常に簡単な実例です。ライブラリはPyTorchを用いています。
VAE_anomaly
Variational Autoencoder for anomaly detection
VGAN
Variational Discriminator Bottleneckによる画像生成が出来たら良いな
WaveCycleGAN_experiment
WaveCycleGAN実装のための予備実験
cross32768's Repositories
cross32768/PlaNet_PyTorch
Unofficial re-implementation of "Learning Latent Dynamics for Planning from Pixels" (https://arxiv.org/abs/1811.04551 ) with PyTorch
cross32768/Dreamer_PyTorch
Unofficial Re-implementation of "Dream to Control: Learning Behaviors by Latent Imagination" (https://arxiv.org/abs/1912.01603 ) with PyTorch
cross32768/PyTorch_RealNVP_2D_toy_dataset
2D toy datasetを用いたRealNVPの非常に簡単な実例です。ライブラリはPyTorchを用いています。
cross32768/WaveCycleGAN_experiment
WaveCycleGAN実装のための予備実験
cross32768/PyTorch-Glow
PyTorchでGlowを実装することを目指します
cross32768/CMC
pytorch implementation of "Contrastive Multiview Coding", "Momentum Contrast for Unsupervised Visual Representation Learning", and "Unsupervised Feature Learning via Non-Parametric Instance-level Discrimination"
cross32768/dm_control
The DM Control Suite and Package is a tool for developing and testing reinforcement learning agents for the MuJoCo physics engine.
cross32768/doc_detection
Repository to detect character in ancient document
cross32768/gym
A toolkit for developing and comparing reinforcement learning algorithms.
cross32768/horse2zebra
144x144 horse2zebra dataset(from official(https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix))
cross32768/horse2zebra_286
from official
cross32768/kanji_crassification
CNNを用いた漢字分類検討のためのリポジトリ
cross32768/komonjo_OCR_object_detection
古文書のOCRを物体検出アルゴリズムを用いて取り組む
cross32768/learn-ci-cd
cross32768/learning_PyTorch
自分でPyTorchを勉強する時にGPUマシンとノートPC間の伝送や過去のコード記録に使うリポジトリ
cross32768/machina
Deep Reinforcement Learning framework
cross32768/maml_rl
Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
cross32768/models
Models and examples built with TensorFlow
cross32768/Multi-armed_Bandits
Multi-armed Bandits code for Reinforcement learning textbook by Sutton and Barto
cross32768/optuna
A hyperparameter optimization framework
cross32768/optuna-dashboard
Real-time Web Dashboard for Optuna.
cross32768/optuna-integration
cross32768/pfrl
PFRL: a PyTorch-based deep reinforcement learning library
cross32768/RLEnv4Human
Developing script to play reinforcement-learning environment for human
cross32768/robotics-rl-srl
S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
cross32768/srl-zoo
State Representation Learning (SRL) zoo with PyTorch - Part of S-RL Toolbox
cross32768/unown_pix2pix
pix2pixで小文字や数字のアンノーンを生成してみる
cross32768/waveglow_study
waveglow(https://github.com/NVIDIA/waveglow )を使って色々遊んでみます
cross32768/weather_mashup
天気情報apiとtwitterapiをマッシュアップしてflask×herokuでウェブサービス化します
cross32768/WorldModelsExperiments
World Models Experiments