Pinned Repositories
Active-Learning-Bayesian-Convolutional-Neural-Networks
Active Learning on Image Data using Bayesian ConvNets
Algorithm-Data-Structure-Implement
常用数据结构和算法c++实现
CodingInterviewChinese2
《剑指Offer》第二版源代码
Data-Structure-And-Algorithm
Data Structure And Algorithm(常用数据结构与算法C/C++实现)
Distributed-quantitative-automatic-trading-framework
Ensure high concurrency, accuracy, and reliability of automated trading of stock strategies
financial-NLP-intelligent-interaction
项目介绍: 智能交互金融智能聊天。具体实现用户在所有关于股票话题的智能问答。其中难点是问题 分类、数据预处理、参数提取。 ☆个人工作: 实现金融智能聊天,实现所有股票问题的精确回答。通过提取通用特征将5亿+条训练语料缩减为10w条,语料内存占用量从10G减少到2M,并将精确度提高98%以上。设计划分股票问题为问股、选股、诊股、百科四个话题。设计利用TF-IDF,无监督训练得到分类。提供可靠稳定的后台服务,利用Redis,合理设计数据存储方式,提高平均查询速度到1秒之内。实现用户和机器人流畅交流。
Python-study-demo
python详细操作和库的详细使用实践
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Skill-Tree
🐼 准备秋招,欢迎来树上取果实
USTC-CS-Courses-Resource
:heart:中国科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/)
likeweilikewei's Repositories
likeweilikewei/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
likeweilikewei/Distributed-quantitative-automatic-trading-framework
Ensure high concurrency, accuracy, and reliability of automated trading of stock strategies
likeweilikewei/Python-study-demo
python详细操作和库的详细使用实践
likeweilikewei/financial-NLP-intelligent-interaction
项目介绍: 智能交互金融智能聊天。具体实现用户在所有关于股票话题的智能问答。其中难点是问题 分类、数据预处理、参数提取。 ☆个人工作: 实现金融智能聊天,实现所有股票问题的精确回答。通过提取通用特征将5亿+条训练语料缩减为10w条,语料内存占用量从10G减少到2M,并将精确度提高98%以上。设计划分股票问题为问股、选股、诊股、百科四个话题。设计利用TF-IDF,无监督训练得到分类。提供可靠稳定的后台服务,利用Redis,合理设计数据存储方式,提高平均查询速度到1秒之内。实现用户和机器人流畅交流。
likeweilikewei/Algorithm-Data-Structure-Implement
常用数据结构和算法c++实现
likeweilikewei/Skill-Tree
🐼 准备秋招,欢迎来树上取果实
likeweilikewei/USTC-CS-Courses-Resource
:heart:**科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/)
likeweilikewei/CodingInterviewChinese2
《剑指Offer》第二版源代码
likeweilikewei/Active-Learning-Bayesian-Convolutional-Neural-Networks
Active Learning on Image Data using Bayesian ConvNets
likeweilikewei/Data-Structure-And-Algorithm
Data Structure And Algorithm(常用数据结构与算法C/C++实现)