Pinned Repositories
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
Artificial-Intelligence-Terminology
The English-Chinese paired terminologies in Artificial Intelligence Domain
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
Azure-TDSP-Utilities
Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
cnn_captcha
本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。use cnn recognize captcha by tensorflow
CV-pretrained-model
A collection of computer vision pre-trained models.
PicConvertor
批量修改图片像素大小
XinanCSD.github.io
CSD 个人博客
XinanCSD's Repositories
XinanCSD/PicConvertor
批量修改图片像素大小
XinanCSD/XinanCSD.github.io
CSD 个人博客
XinanCSD/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
XinanCSD/AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
XinanCSD/Artificial-Intelligence-Terminology
The English-Chinese paired terminologies in Artificial Intelligence Domain
XinanCSD/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
XinanCSD/Azure-TDSP-Utilities
Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
XinanCSD/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
XinanCSD/cnn_captcha
本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。use cnn recognize captcha by tensorflow
XinanCSD/CV-pretrained-model
A collection of computer vision pre-trained models.
XinanCSD/CVPR2020-Code
CVPR 2020 论文开源项目合集
XinanCSD/deep_architecture_genealogy
Deep Learning Architecture Genealogy Project
XinanCSD/deeplearning-models
A collection of various deep learning architectures, models, and tips
XinanCSD/DehazeNet
an end to end dehaze tools
XinanCSD/ECCV2020-Code
ECCV 2020 论文开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2020开源项目
XinanCSD/LaTeX-OCR
pix2tex: Using a ViT to convert images of equations into LaTeX code.
XinanCSD/MedicalNet
Many studies have shown that the performance on deep learning is significantly affected by volume of training data. The MedicalNet project provides a series of 3D-ResNet pre-trained models and relative code.
XinanCSD/NLP-Conferences-Code
NLP-Conferences-Code (ACL、EMNL、NAACL、COLING、AAAI、IJCAI)
XinanCSD/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems
XinanCSD/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
XinanCSD/OpenCourseCatalog
Bilibili 公开课目录
XinanCSD/PRML
PRML algorithms implemented in Python
XinanCSD/Python
All Algorithms implemented in Python
XinanCSD/reinforcement-learning-an-introduction
Python implementation of Reinforcement Learning: An Introduction
XinanCSD/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
XinanCSD/TensorFlow-From-Zero-To-One
TensorFlow 最佳学习资源大全(含课程、书籍、博客、公开课等内容)
XinanCSD/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
XinanCSD/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等