Pinned Repositories
AlgorithmsByPython
算法/数据结构/Python/剑指offer/机器学习/leetcode
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, ... 🧠
ant-learn-pandas
pandas学习课程代码仓库
Autopilot-Updating-Notes
自动驾驶更新笔记,以解析各模块知识点、整合行业优秀解决方案进行阐述,以帮助自己及有需要的读者;包含深度学习、deeplearning、无人驾驶、BEV、Transformer、ADAS、CVPR2023、特斯拉AI DAY等内容。由于水平有限,文中不妥之处恳请广大读者批评指正。 未完待续........
awesome-bert-nlp
A curated list of NLP resources focused on BERT, attention mechanism, Transformer networks, and transfer learning.
awesome-graph-classification
A collection of important graph embedding, classification and representation learning papers with implementations.
awesome-ocr
Awesome-Table-Recognition
A curated list of resources dedicated to table recognition
berkeley-stat-157
Homepage for STAT 157 at UC Berkeley
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
yang-chenyu104's Repositories
yang-chenyu104/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, ... 🧠
yang-chenyu104/Autopilot-Updating-Notes
自动驾驶更新笔记,以解析各模块知识点、整合行业优秀解决方案进行阐述,以帮助自己及有需要的读者;包含深度学习、deeplearning、无人驾驶、BEV、Transformer、ADAS、CVPR2023、特斯拉AI DAY等内容。由于水平有限,文中不妥之处恳请广大读者批评指正。 未完待续........
yang-chenyu104/awesome-bert-nlp
A curated list of NLP resources focused on BERT, attention mechanism, Transformer networks, and transfer learning.
yang-chenyu104/awesome-ocr
yang-chenyu104/Awesome-Table-Recognition
A curated list of resources dedicated to table recognition
yang-chenyu104/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
yang-chenyu104/fine-tuning
Close-Domain fine-tuning for table detection
yang-chenyu104/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
yang-chenyu104/GNN-TableExtraction
Code for ICPR2022 paper: "Graph Neural Networks and Representation Embedding for table extraction in PDF Documents"
yang-chenyu104/google-research
Google Research
yang-chenyu104/ICDAR2021_MFD
1st Solution For ICDAR 2021 Competition on Mathematical Formula Detection(公式检测冠军方案)
yang-chenyu104/im2latex-dataset
Python tools for creating suitable dataset for OpenAI's im2latex task: https://openai.com/requests-for-research/#im2latex
yang-chenyu104/Learn-Data-Science-For-Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in Twitter.
yang-chenyu104/LeetCode_Python
LeetCode with python from 1 to ∞
yang-chenyu104/Mask-CenterNet
Instance Segmentation based on CenterNet
yang-chenyu104/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems
yang-chenyu104/openmmlab_work
yang-chenyu104/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
yang-chenyu104/ppose
yang-chenyu104/PRMLT
Matlab code of machine learning algorithms in book PRML
yang-chenyu104/pyprobml
Python code for "Machine learning: a probabilistic perspective" (2nd edition)
yang-chenyu104/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
yang-chenyu104/TaBERT
This repository contains source code for the TaBERT model, a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic parsing. TaBERT is pre-trained on a massive corpus of 26M Web tables and their associated natural language context, and could be used as a drop-in replacement of a semantic parsers original encoder to compute representations for utterances and table schemas (columns).
yang-chenyu104/table-recognition
yang-chenyu104/Table-Structure_Extraction-Bi-directional-GRU
This repo contains the code for "Table Structure Extraction with Bi-directional Gated Recurrent Unit Networks", ICDAR 2019..
yang-chenyu104/TabRecSet
A large scale camera-taken table detection and recognition dataset.
yang-chenyu104/TabStructNet
yang-chenyu104/TextSimilar
短文本相似度
yang-chenyu104/TGRNet
TGRNet: A Table Graph Reconstruction Network for Table Structure Recognition
yang-chenyu104/torch-template-for-deep-learning
Pytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common algorithms.