Pinned Repositories
awesome-datascience
An awesome Data Science repository to learn and apply for real world problems.
awesome-public-datasets
An awesome list of (large-scale) public datasets on the Internet. (On-going collection)
generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
ggplot2
An implementation of the Grammar of Graphics in R
httr
httr: a friendly http package for R
Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
lectures
Oxford Deep NLP 2017 course
shinyOfRandomForest
shinyOfRandomForest
sigma.js
A JavaScript library dedicated to graph drawing
UNet-family
Paper and pytorch Implement of UNet-related model.
guanlongtianzi's Repositories
guanlongtianzi/Algorithm-Guide
BITLIU`s Tutorials of Algorithm and Data Structure🚀🚀🚀
guanlongtianzi/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
guanlongtianzi/awesome-vector-search
Collections of vector search related libraries, service and research papers
guanlongtianzi/contrastive_loss
Experiments with supervised contrastive learning methods with different loss functions
guanlongtianzi/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
guanlongtianzi/Detection-PyTorch-Notebook
代码 -《深度学习之PyTorch物体检测实战》
guanlongtianzi/ecir2021tutorial
guanlongtianzi/EfficientNet-PyTorch
A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!)
guanlongtianzi/EssayKiller_V2
基于开源GPT2.0的初代创作型人工智能 | 可扩展、可进化
guanlongtianzi/Grokking-Deep-Learning
this repository accompanies the book "Grokking Deep Learning"
guanlongtianzi/LeetCode-6
LeetCode刷题记录与面试整理
guanlongtianzi/leetcode-algorithm
分类整理leetcode算法题解,代码语言采用c++与python实现
guanlongtianzi/LeetCode-Solutions
:octocat: (Weekly Update) Python / Modern C++ Solutions of All 1840 LeetCode Problems
guanlongtianzi/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
guanlongtianzi/Machine-Learning-Notes-1
白板推导系列课程笔记 初版
guanlongtianzi/math
The MATH Dataset
guanlongtianzi/MNIST-siamese
guanlongtianzi/muboard
Self-rendering and distributable mathematics chalkboards
guanlongtianzi/nlp-tutorial-1
Natural Language Processing Tutorial for Deep Learning Researchers
guanlongtianzi/NLPDataSet
记录本人整理的一些数据集
guanlongtianzi/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
guanlongtianzi/solo-learn
solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning
guanlongtianzi/StockChart
StockChart是一款高扩展性、高性能的股票图开发库,轻松完成各种子图的组合,还能灵活的定制自己的子图满足复杂的业务需求。
guanlongtianzi/SymbolicMathematics
Deep Learning for Symbolic Mathematics
guanlongtianzi/texify
OCR model for math that outputs LaTeX and markdown
guanlongtianzi/Text-Summarizer-Pytorch-Chinese
提供一款中文版生成式摘要服务
guanlongtianzi/The-NLP-Pandect
A comprehensive reference for all topics related to Natural Language Processing
guanlongtianzi/Transformers-for-NLP-2nd-Edition
Under the hood working of transformers, fine-tuning GPT-3 models, DeBERTa, vision models, and the start of Metaverse, using a variety of NLP platforms: Hugging Face, OpenAI API, Trax, and AllenNLP
guanlongtianzi/vim-galore-zh_cn
Vim 从入门到精通
guanlongtianzi/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch