Stars
A game theoretic approach to explain the output of any machine learning model.
A collection of research and application papers of (uncertainty) calibration techniques.
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
O'Reilly Book: [Data Algorithms with Spark] by Mahmoud Parsian
华为云杯”2020深圳开放数据应用创新大赛·生活垃圾图片分类.排名:50/4388;方案:SSD-efficientd3-DiouLoss
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
A paper list of object detection using deep learning.
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Implementation of Principal Neighbourhood Aggregation for Graph Neural Networks in PyTorch, DGL and PyTorch Geometric
Code for Iterative Reasoning Paper (CVPR 2018)
自动给人脸戴口罩的python程序,基于dlib和face_recognition实现的
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
A simplified implemention of Faster R-CNN that replicate performance from origin paper
Minimal PyTorch implementation of YOLOv3
OpenMMLab Detection Toolbox and Benchmark
Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
An Open Source Machine Learning Framework for Everyone
tensorflow学习笔记,来源于电子书:《Tensorflow实战Google深度学习框架》