Pinned Repositories
Audio-Digital-Processing
数字信号处理大作业:Matlab实现语音分析:加噪声,频谱分析,滤波器等等(内附报告)【Matlab for speech analysis: add noise, spectrum analysis, filter, etc】
Awesome-DL-Models
🤩Learning and reproducing classic deep learning models by using PyTorch.【Machine Learning,CV,NLP,Mutimodal,GNN,etc.】
Awesome-Uplift-Model
🛠 How to Apply Causal ML to Real Scene Modeling?How to learn Causal ML?【✔从Causal ML到实际场景的Uplift建模】
Chinese-Keyphrase-Extraction
无监督中文关键词抽取(Keyphrase Extraction),基于统计,基于图【LDA与PageRank(TextRank, TPR, Salience Rank, Single TPR等)】,基于嵌入【SIFRank等】,开箱即用!
Chinese-Text-Classification-PyTorch
中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
Chinese-Tokenization
利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)】
Computer-Generated-Hologram
🎞数字全息术与计算机生成全息的计算与仿真框架【This library introduces the current production process of computer holography, and uses MATLAB and Python to record and reproduce holograms. In the future, I will build a computer hologram simulation framework or a simulation application program.】
miniGame
利用C++实现的小游戏:2048,俄罗斯方块,贪吃蛇,飞机大战[Some small games implemented in C++: 2048, Tetris , Snake, Plane War (University Programming)]
PKU-Lessons-Summary
北京大学软件与微电子学院硕士生课程知识点、作业等汇总【Summary of Knowledge Points and Assignments of Peking University Integrated Circuit Major Courses】
USTB-miniPaper
北京科技大学计算机与通信工程学院大学相关课程报告汇总[Summary of University-related Course Report of Beijing University of Science and Technology]
JackHCC's Repositories
JackHCC/Chinese-Text-Classification-PyTorch
中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
JackHCC/PKU-Lessons-Summary
北京大学软件与微电子学院硕士生课程知识点、作业等汇总【Summary of Knowledge Points and Assignments of Peking University Integrated Circuit Major Courses】
JackHCC/Computer-Generated-Hologram
🎞数字全息术与计算机生成全息的计算与仿真框架【This library introduces the current production process of computer holography, and uses MATLAB and Python to record and reproduce holograms. In the future, I will build a computer hologram simulation framework or a simulation application program.】
JackHCC/Awesome-Uplift-Model
🛠 How to Apply Causal ML to Real Scene Modeling?How to learn Causal ML?【✔从Causal ML到实际场景的Uplift建模】
JackHCC/Chinese-Keyphrase-Extraction
无监督中文关键词抽取(Keyphrase Extraction),基于统计,基于图【LDA与PageRank(TextRank, TPR, Salience Rank, Single TPR等)】,基于嵌入【SIFRank等】,开箱即用!
JackHCC/Chinese-Tokenization
利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)】
JackHCC/Digital-Integrated-Circuit-Design
北京大学数字集成电路设计课程作业—FPGA设计【Assignment of digital integrated circuit design course of Peking University】
JackHCC/Graduation-Design
😁【北京市优秀毕业论文】基于车辆轨迹时空数据的城市热点预测模型研究【Urban hot spot prediction model based on spatiotemporal data of vehicle trajectory】
JackHCC/Awesome-DL-Models
🤩Learning and reproducing classic deep learning models by using PyTorch.【Machine Learning,CV,NLP,Mutimodal,GNN,etc.】
JackHCC/Apriori-and-FP_Growth
数据挖掘:Apriori算法与FP-Growth算法实现对比(Data Mining: Apriori Algorithm vs. FP-Growth Algorithm)
JackHCC/SkyDream
个人动态星空网站:天文爱好者(Personal dynamic star website: astronomy enthusiasts)
JackHCC/Rec-Models
📝 Summary of recommendation, advertising and search models.【推广搜技术汇总⭐】
JackHCC/Arxiv-NLP-Reporter
每日自动获取Arxiv上NLP相关最新论文【Arxiv Natural Language Processing Paper Automatic Crawl Daily】
JackHCC/torch2018
北京科技大学芯炬社会实践团网页模型~(Beijing University of Science and Technology Core Torch Social Practice Group webpage model~)
JackHCC/Quantum-Neural-Network
💫Implement Quantum Inspired Neural Network(QINN,QICNN,etc.)
JackHCC/Embedded-Microprocessor-System-Homework
Peking University Embedded Microprocessor System Lesson’s all Homework
JackHCC/JackHCC
🤡 Personal Profile
JackHCC/JackHCC.github.io
JackHCC Personal Blog
JackHCC/Computer-Vision-And-Augmented-Reality-Homework
Homework of Computer Vision And Augmented Reality Lesson
JackHCC/NLP-Bubble
🖨 Natural Language Processing Learning Blog,a Study Bubble to recording learning.
JackHCC/Pcode-Similarity
二进制代码相似性检测算法(Algorithm for calculating similarity between function and library function.)
JackHCC/Fucking-Keng
📗 排坑索引,快速避坑指南【KengBook-a book to index errors and solutions.】
JackHCC/Keyphrase-Extraction
Keyphrase Extraction by using Topic PageRank(TextRank, TPR, Salience Rank, Single TPR)【基于 Topic PageRank的关键词抽取】
JackHCC/How-to-understand-Distribution
The basic distribution probability for Deep Learning
JackHCC/JackHCC.Toolkit
Creative.cc - JackHCC Toolkit, An efficient navigation.🛠
JackHCC/MoJio
🎈MoJio is a relax web~
JackHCC/Quantitative-Trading-Razor
⛏Quantitative Trading Strategy Toolkit
JackHCC/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
JackHCC/AmazingMartin
💋A wonderful virtual dressing room application based on GAN
JackHCC/pennylane
PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum computer the same way as a neural network.