Pinned Repositories
algo
数据结构和算法必知必会的50个代码实现
approachingalmost
Approaching (Almost) Any Machine Learning Problem
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
autogen
Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ
awesome-fenix
讨论如何构建一套可靠的大型分布式系统
BCQ
PyTorch implementation of BCQ for "Off-Policy Deep Reinforcement Learning without Exploration"
BEVFormer
[ECCV 2022] This is the official implementation of BEVFormer, a camera-only framework for autonomous driving perception, e.g., 3D object detection and semantic map segmentation.
Book1_Python-For-Beginners
Book_1_《编程不难》 | 鸢尾花书:从加减乘除到机器学习;开始上传PDF草稿、Jupyter笔记。文件还会经过至少两轮修改,改动会很大,大家注意下载最新版本。请多提意见,谢谢
MLAPP-CN
A Chinese Notes of MLAPP,MLAPP 中文笔记项目 https://zhuanlan.zhihu.com/python-kivy
phd
Prepare for phd
ccplxx's Repositories
ccplxx/pointconv
ccplxx/PythonRobotics
Python sample codes for robotics algorithms.
ccplxx/GSLAM
A General Simultaneous Localization and Mapping Framework which supports feature based or direct method and different sensors including monocular camera, RGB-D sensors or any other input types can be handled.
ccplxx/DBNet
DBNet: A Large-Scale Dataset for Driving Behavior Learning
ccplxx/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
ccplxx/BCQ
PyTorch implementation of BCQ for "Off-Policy Deep Reinforcement Learning without Exploration"
ccplxx/Reco-papers
Classic papers and resources on recommendation
ccplxx/PRML
PRML algorithms implemented in Python
ccplxx/phd
Prepare for phd
ccplxx/nips-2018-collections
ccplxx/MLAPP-CN
A Chinese Notes of MLAPP,MLAPP 中文笔记项目 https://zhuanlan.zhihu.com/python-kivy
ccplxx/pytorch-value-iteration-networks
Pytorch implementation of Value Iteration Networks (NIPS 2016 best paper)
ccplxx/road_detecting
ccplxx/glow
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
ccplxx/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
ccplxx/RL-Adventure-2
PyTorch0.4 implementation of: actor critic / proximal policy optimization / acer / ddpg / twin dueling ddpg / soft actor critic / generative adversarial imitation learning / hindsight experience replay
ccplxx/Sectar
Self-Consistent Trajectory Autoencoder: Hierarchical Reinforcement Learning with Trajectory Embeddings
ccplxx/softqlearning
Reinforcement Learning with Deep Energy-Based Policies
ccplxx/javaScript
前端特效存档
ccplxx/HelloWorld
first_pragram
ccplxx/Value-Iteration-Networks-PyTorch
PyTorch implementation of the Value Iteration Networks (VIN) (NIPS '16 best paper)
ccplxx/DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
ccplxx/DBSCAN-Cluster
DBSCAN implementation in C