Pinned Repositories
adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
AlphaTree-graphic-deep-neural-network
机器学习(Machine Learning)、深度学习(Deep Learning)、对抗神经网络(GAN),图神经网络(GNN),NLP,大数据相关的发展路书(roadmap), 并附海量源码(python,pytorch)带大家消化基本知识点,突破面试,完成从新手到合格工程师的跨越,其中深度学习相关论文附有tensorflow caffe官方源码,应用部分含推荐算法和知识图谱
CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
cifar10_challenge
A challenge to explore adversarial robustness of neural networks on CIFAR10.
datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
PyAMR
EveWYT's Repositories
EveWYT/adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
EveWYT/AlphaTree-graphic-deep-neural-network
机器学习(Machine Learning)、深度学习(Deep Learning)、对抗神经网络(GAN),图神经网络(GNN),NLP,大数据相关的发展路书(roadmap), 并附海量源码(python,pytorch)带大家消化基本知识点,突破面试,完成从新手到合格工程师的跨越,其中深度学习相关论文附有tensorflow caffe官方源码,应用部分含推荐算法和知识图谱
EveWYT/CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
EveWYT/cifar10_challenge
A challenge to explore adversarial robustness of neural networks on CIFAR10.
EveWYT/datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
EveWYT/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
EveWYT/knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
EveWYT/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
EveWYT/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
EveWYT/PyAMR
EveWYT/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
EveWYT/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
EveWYT/Repeated-Pattern-Detection-using-CNN-activations
An unofficial PyTorch implementation of Repeated Pattern Detection using CNN activations paper
EveWYT/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch