Pinned Repositories
10dimensions
Public repository containing the dataset and code for training the models in "Ten Social Dimensions of Conversations and Relationships" (WWW'20)
adapters
A Unified Library for Parameter-Efficient and Modular Transfer Learning
allennlp-models
Officially supported AllenNLP models
annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
AnyText
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
awesome-CS_courses
List of awesome university courses for learning Computer Science!
Awesome-Multimodal-Large-Language-Models
:sparkles::sparkles:Latest Advances on Multimodal Large Language Models
Baichuan2-Explained
Baichuan2代码的逐行解析版本,适合小白
BERTopic
Leveraging BERT and c-TF-IDF to create easily interpretable topics.
Qinghao-Guan's Repositories
Qinghao-Guan/interlingual-MFA
Workflow for forced alignment between languages
Qinghao-Guan/allennlp-models
Officially supported AllenNLP models
Qinghao-Guan/flamingo-pytorch
Implementation of 🦩 Flamingo, state-of-the-art few-shot visual question answering attention net out of Deepmind, in Pytorch
Qinghao-Guan/segments-for-pron
Unicode Standard tokenization routines and orthography profile segmentation
Qinghao-Guan/pdf2word
60行代码实现多线程PDF转Word
Qinghao-Guan/lemon_lightweighted_ML
python+numpy for scikit-learn
Qinghao-Guan/deeplearning_ai_notes
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
Qinghao-Guan/NLP4SocialNetworkAnalysis
Materials for the Computer Science course, Natural Language Processing & Understanding with a focus on Social Media (Social Network Analysis)
Qinghao-Guan/OpenHowNet
Core Data of HowNet and OpenHowNet Python API
Qinghao-Guan/INFO5613-Fall2021
INFO 5613 Network Science
Qinghao-Guan/DialogueRelationClassification
DDRel: A new dataset for interpersonal relation classification in dyadic dialogues
Qinghao-Guan/Scraping-Youtube-Comments
Scrape comments from any Youtube video
Qinghao-Guan/10dimensions
Public repository containing the dataset and code for training the models in "Ten Social Dimensions of Conversations and Relationships" (WWW'20)
Qinghao-Guan/twitter_scraping
Grab all a user's tweets (and get past 3200 limit)
Qinghao-Guan/learn_deeplearn_and_nn
书籍《图解深度学习与神经网络:从张量到TensorFlow实现》PDF+张平
Qinghao-Guan/tsinghua_courses
Courses in Department of Computer Science and Technology, Tsinghua University
Qinghao-Guan/facebook-page-post-scraper
Data scraper for Facebook Pages, and also code accompanying the blog post How to Scrape Data From Facebook Page Posts for Statistical Analysis
Qinghao-Guan/zhihuSpider
本爬虫用于爬取知乎网站问题、回答的相关字段信息,问题的标题、内容、发布时间、话题、回答数量、评论数、点击数、关注数等字段,及对该问题回答的内容,作者、点赞数、评论数、回答时间等等字段信息。可用于对社会话题、热点进行数据分析。
Qinghao-Guan/deep-nlp-seminars
Materials for deep NLP course
Qinghao-Guan/Word_Attraction_Model
Word Attraction Model for Unsupervised Key Word Extraction
Qinghao-Guan/gutenberg-poetry-corpus
A corpus of poetry from Project Gutenberg
Qinghao-Guan/neuraltalk2
Efficient Image Captioning code in Torch, runs on GPU
Qinghao-Guan/deeplearning4nlp-tutorial
Hands-on tutorial on deep learning with a special focus on Natural Language Processing (NLP)
Qinghao-Guan/UsefulNLPNeuralNetwork
我对看过的以及用过的一些nlp方面的神经网络的结构介绍
Qinghao-Guan/python-htmltablescraper
A python script with methods for scraping tables from web pages