1,615 skills found · Page 1 of 54
twitter / The Algorithm MlSource code for Twitter's Recommendation Algorithm
linyiqun / DataMiningAlgorithm数据挖掘18大算法实现以及其他相关经典DM算法
HuangCongQing / Algorithms MathModels【国赛】【美赛】数学建模相关算法 MATLAB实现(2018年初整理)
PacktPublishing / Hands On Machine Learning For Algorithmic TradingHands-On Machine Learning for Algorithmic Trading, published by Packt
starry-sky6688 / MARL AlgorithmsImplementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario of StarCraft II
PacktPublishing / Machine Learning For Algorithmic Trading Second Edition OriginalMachine Learning for Algorithmic Trading, Second Edition - published by Packt
fzliu / Style TransferAn implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
DrTimothyAldenDavis / SuiteSparseThe official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
LiYangHart / Hyperparameter Optimization Of Machine Learning AlgorithmsImplementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
liuyubobobo / Play With Machine Learning AlgorithmsCode of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
E869120 / Math Algorithm Book拙著『「アルゴリズム×数学」が基礎からしっかり身につく本』(2021/12/25 発売)の GitHub ページです。演習問題の解答や、C++ 以外のソースコードなどが掲載されています。ぜひご活用ください。
careermonk / Data Structures And Algorithms Made Easy In JavaData Structure And Algorithms Made Easy In Java
yourtion / LearningMasteringAlgorithms CMastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
lintool / MapReduceAlgorithmsData-Intensive Text Processing with MapReduce
krishnaik06 / Machine Learning Algorithms MaterialsNo description available
saeed349 / Microservices Based Algorithmic Trading SystemMBATS is a docker based platform for developing, testing and deploying Algorthmic Trading strategies with a focus on Machine Learning based algorithms.
vonsylvia / MATLAB Algorithm With Cases遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等常用智能算法的MATLAB实现
careermonk / Data Structures And Algorithms Made EasyData Structures And Algorithms Made Easy
esrrhs / Majiang Algorithm麻将胡牌算法以及AI算法
moyuweiqing / A Stock Prediction Algorithm Based On Machine Learning(陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM、随机森林等