Pinned Repositories
A-stock-prediction-algorithm-based-on-machine-learning
(陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM、随机森林等
ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
Adv-ALSTM
Code for paper "Enhancing Stock Movement Prediction with Adversarial Training" IJCAI 2019
apollo
An open autonomous driving platform
bigdataproject
Analyzing yelp reviews using topic modelling and aspect mining
ConWea
Code for the paper "Contextualized Weak Supervision for Text Classification"
CPlusPlusThings
C++那些事
CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
cpp-backend-reference
C++后端开发面试题
cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
MrZhangmc's Repositories
MrZhangmc/A-stock-prediction-algorithm-based-on-machine-learning
(陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM、随机森林等
MrZhangmc/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
MrZhangmc/apollo
An open autonomous driving platform
MrZhangmc/ConWea
Code for the paper "Contextualized Weak Supervision for Text Classification"
MrZhangmc/CPlusPlusThings
C++那些事
MrZhangmc/CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
MrZhangmc/cpp-backend-reference
C++后端开发面试题
MrZhangmc/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
MrZhangmc/Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
MrZhangmc/data-structures-questions
golang sorting algorithm and data construction.
MrZhangmc/DeepTrends
Tensorized LSTM with Adaptive Shared Memory for Learning Trends in Multivariate Time Series (AAAI'20)
MrZhangmc/EventBus
A lightweight and very fast event bus / event framework for C++17
MrZhangmc/Fast-DDS
The most complete DDS - Proven: Plenty of success cases.
MrZhangmc/finBERT
Financial Sentiment Analysis with BERT
MrZhangmc/ganbert
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks
MrZhangmc/HC_Sentence_Summarization
Discrete Optimization for Unsupervised Sentence Summarization with Word-Level Extraction
MrZhangmc/interview-questions
根据超过 1500 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
MrZhangmc/lhy_DL_Hw
MrZhangmc/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
MrZhangmc/multi-v2ray
v2ray多用户管理部署程序
MrZhangmc/overnight-stock-movement-prediction
MrZhangmc/RACL
Zhuang Chen, Tieyun Qian: Relation-Aware Collaborative Learning for Unified Aspect-Based Sentiment Analysis. Accepted by ACL 2020.
MrZhangmc/raft-zh_cn
Raft一致性算法论文的中文翻译
MrZhangmc/Rank-Emotion-Cause
[ACL2020] Effective Inter-Clause Modeling for End-to-End Emotion-Cause Pair Extraction
MrZhangmc/SDRN
Source code of the paper "Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction, ACL 2020."
MrZhangmc/SENN
Code implementation of "SENN: Stock Ensemble-based Neural Network for Stock Market Prediction using Historical Stock Data and Sentiment Analysis"
MrZhangmc/summary_loop
Codebase for the Summary Loop paper at ACL2020
MrZhangmc/vaderSentiment
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
MrZhangmc/Waking-Up
计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试:rocket:;可用于模拟面试、面试前复习、短期内快速备战面试...
MrZhangmc/WebServer
A C++ High Performance Web Server