Daya-Jin / ML_for_learnerLinks
Implementations of the machine learning algorithm with Python and numpy
☆86Updated 3 years ago
Alternatives and similar repositories for ML_for_learner
Users that are interested in ML_for_learner are comparing it to the libraries listed below
Sorting:
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆224Updated 6 years ago
- 用python和sklearn两种方法实现李航《统计学习方法》中的算法☆338Updated 7 years ago
- cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attentio…☆208Updated 4 years ago
- WeChat Official Accounts, zhihu and CSDN'blog code☆264Updated 5 years ago
- 天池智慧海洋 2019 https://tianchi.aliyun.com/competition/entrance/231768/introduction?spm=5176.12281949.1003.1.493e5cfde2Jbke☆53Updated 5 years ago
- python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification ar…☆737Updated 6 years ago
- Sample code and picture of my blog or project☆138Updated 3 years ago
- 高斯混合模型(GMM 聚类)的 EM 算法实现。☆200Updated 6 years ago
- 机器学习算法 基于西瓜书以及《统计学习方法》,当然包括DL。☆293Updated 5 years ago
- ☆174Updated 2 years ago
- 廖星宇《深度学习入门之PyTorch》代码实践☆142Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- 2018-CCF大数据与计算智能大赛-面向电信行业存量用户的智能套餐个性化匹配模型联通赛-复赛第二名-【多分类,embedding】☆340Updated 6 years ago
- 深度学习常用优化方法详解