Pinned Repositories
articles
personal articles
bashreduce
mapreduce in bash
caffe
Caffe: a fast open framework for deep learning.
deep-learning-models
Keras code and weights files for popular deep learning models.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
keras-extras
Extra batteries for Keras
mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Go, Javascript and more
wangdelp.github.io
My personal homepage
wangdelp's Repositories
wangdelp/deep-learning-models
Keras code and weights files for popular deep learning models.
wangdelp/articles
personal articles
wangdelp/bashreduce
mapreduce in bash
wangdelp/caffe
Caffe: a fast open framework for deep learning.
wangdelp/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
wangdelp/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
wangdelp/keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
wangdelp/keras-extras
Extra batteries for Keras
wangdelp/ML_101
Machine learning bootcamp https://ztlevi.gitbook.io/ml-101/
wangdelp/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Go, Javascript and more
wangdelp/wangdelp.github.io
My personal homepage
wangdelp/myvagrant
wangdelp/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
wangdelp/speech-language-processing
A curated list of speech and natural language processing resources
wangdelp/sshrc
bring your .bashrc, .vimrc, etc. with you when you ssh
wangdelp/transformer
Implementation of "Attention Is All You Need" using pytorch