Pinned Repositories
Data-Analyse
实战数据分析
GraphNeuralNetWork
玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe
HuichuanFlow
动手实现一个深度学习框架:HuichuanFlow
NLP_pratice
个人实现一些NLP的算法(分词,关键词提取,实体识别,文本分类,中文摘要,对话,知识图谱,prompt)等等
play-with-data-structure-python
使用python语言写数据结构与算法。线性搜索、选择排序、插入排序、栈,队列,循环队列、链表,链表实现栈,链表实现队列、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配
play-with-graph-algorithme
python实现的初级图论算法库:环检测问题,桥和割点,最小生成树,最短路径,欧拉路径,哈密尔顿路径,拓扑排序,最大流问题,匹配问题(匈牙利算法)
play_with_evolutionary_algorithm
玩转智能算法库:动态规划(DP) ,遗传算法(GA) ,粒子群算法(PSO) ,模拟退火算法(SA) ,蚁群算法(ACO),自适应神经网络(SOM) ,禁忌搜索算法(TS)
play_with_machine_learning
numpy实现常用的的机器学习库,分类模型实现:KNN,LDA,LR,Decision Tree(ID3,C4.5,CART),RF,perception,SVM,Neural network,GBDT,Xgboost,Adaboost;回归模型实现 :LASSO,Ridge,LR,RF,Decision Tree(ID3,C4.5,CART);非监督模型 :PCA,Kmeans,SVD;概率模型 :MEM,HMM,CRF,EM,NB,MCMC
Recommand-Algorithme
推荐算法实战(Recommend algorithm)
visible-algoritme-java
实现算法可视化使用java + swing<Play Data Structures in Java>. 《Java语言玩转数据结构》代码。
HuichuanLI's Repositories
HuichuanLI/Recommand-Algorithme
推荐算法实战(Recommend algorithm)
HuichuanLI/play-with-data-structure-python
使用python语言写数据结构与算法。线性搜索、选择排序、插入排序、栈,队列,循环队列、链表,链表实现栈,链表实现队列、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配
HuichuanLI/GraphNeuralNetWork
玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe
HuichuanLI/play_with_evolutionary_algorithm
玩转智能算法库:动态规划(DP) ,遗传算法(GA) ,粒子群算法(PSO) ,模拟退火算法(SA) ,蚁群算法(ACO),自适应神经网络(SOM) ,禁忌搜索算法(TS)
HuichuanLI/NLP_pratice
个人实现一些NLP的算法(分词,关键词提取,实体识别,文本分类,中文摘要,对话,知识图谱,prompt)等等
HuichuanLI/desgin_pattern
c++设计模式
HuichuanLI/python_db
python尝试实现nosql和sql
HuichuanLI/play_with_algo_cplusplus
HuichuanLI/play_with_deep_reinforcement_learning
玩转深度强化学习
HuichuanLI/play_with_stl
基于stl_pg版本实现自己的stl库:list,vector,deque,stack,BST,biset
HuichuanLI/some_small_recommendation_alog
使用python实现一些推荐系统
HuichuanLI/c_Primer_Plus
<c++ prime plus>练习题解题
HuichuanLI/nlp_implementation_code
一些transformer和transformer的变种,和一些nlp的机器学习实现
HuichuanLI/play-with-data-structure-CPP
DataStructure in CPP
HuichuanLI/play-with-Pool
c++实现一些有意思的小项目:线程池(Thread Pool),连接池(Connect Pool),内存池(Memory Pool)等等
HuichuanLI/play_with_machine_learning_book
阅读《统计学习方法》《机器学习》 《深度学习》等书籍笔记
HuichuanLI/play_with_numerical_method
数值方法c++实现
HuichuanLI/the_way_to_cpp_master
一些cpp的优化方案
HuichuanLI/DLsys-hw
This organization contains the content for CMU's Deep Learning Systems: Algorithms and Implementation course.
HuichuanLI/game_realisation_in_cpp
一些经典的游戏通过c++实现
HuichuanLI/machine_learning_in_cpp
some machine learning algo implement in cpp
HuichuanLI/play-with-tokenizer
一个简单的学习jieba实现的分词器
HuichuanLI/play_with_concurrent_cplusplus
cplusplus高并发
HuichuanLI/play_with_data_base
从0到1实现一个数据库
HuichuanLI/play_with_huichuan_language
实现一个脚本语言
HuichuanLI/play_with_personal_model
tensorflow和pytorch实现一些基础的模型
HuichuanLI/play_with_some_classical_model
Tensorflow和pytorch实现一些基础的模型
HuichuanLI/PlayWithLargeModel
大模型的一些实践
HuichuanLI/python_deep_learning_framework
python实现deep learning 库
HuichuanLI/SmartHousingLoan
房贷提前还贷小程序