lguduy / Machine-LearningLinks
☆36Updated 8 years ago
Alternatives and similar repositories for Machine-Learning
Users that are interested in Machine-Learning are comparing it to the libraries listed below
Sorting:
- personal practice(个人练习,实现了深度学习中的一些算法,包括:四种初始化方法(zero initialize, random initialize, xavier initialize, he initialize),深度神经网络,正则化,dropout,…☆223Updated 6 years ago
- B站上炼数成金的公开课笔记☆363Updated 5 years ago
- python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification ar…☆736Updated 6 years ago
- 论文分享☆42Updated 2 years ago
- Chinese (zh-cn) translation of the Keras documentation.☆792Updated 2 years ago
- ☆65Updated 7 years ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- Using tensorflow to implement different deep learning model☆85Updated 5 years ago
- 用python和sklearn两种方法实现李航《统计学习方法》中的算法☆338Updated 6 years ago
- 阿水的数据竞赛开源分支☆349Updated 5 years ago
- 一个面向初学者的,友好的Keras入门教程☆123Updated 5 years ago
- TensorFlow2.0 官方教程翻译,基本概念讲解、实战项目、TensorFlow2.0编程技巧。☆201Updated 5 years ago
- 《深度学习理论与实战:基础篇》代码☆133Updated 4 years ago
- ☆141Updated 6 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆215Updated 6 years ago
- ’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。☆258Updated 6 years ago
- 仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...☆545Updated 4 years ago
- 微专业: 吴恩达 深度学习工程师 作业☆204Updated 7 years ago
- ☆70Updated 6 years ago
- ☆184Updated 6 years ago
- ☆166Updated 6 years ago
- 深度学习框架PyTorch快速开发与实战☆51Updated 5 years ago
- 个人机器学习,主要是神经网络方面的学习笔记和代码。☆50Updated 9 months ago
- 黄海广博士整理的【吴恩达】深度学习笔记☆50Updated 6 years ago
- 人工智能论文关键点集结。This project aims to collect key points of AI papers.☆103Updated 3 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、 决策树、逻辑回归、svm、adaboost、朴素贝叶斯☆731Updated 5 years ago
- Deep learning algorithms source code for beginners☆1,217Updated 4 years ago
- 龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本☆175Updated 2 years ago
- A easy HMM program written with Python, including the full codes of training, prediction and decoding.☆403Updated 6 years ago
- 用python实现SVM/AdaBoost/C4.5/CART/Naïve Bayes等数据挖掘领域十大经典算法☆79Updated 7 years ago