ChileWang0228 / DeepLearningTutorialLinks
深度学习代码
☆132Updated 5 years ago
Alternatives and similar repositories for DeepLearningTutorial
Users that are interested in DeepLearningTutorial are comparing it to the libraries listed below
Sorting:
- 集成学习Stacking方法详解☆76Updated 5 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆53Updated 7 years ago
- Python code of RBF neural network classification model☆46Updated 6 years ago
- AI学习过程中的实操代码☆208Updated 5 years ago
- 利用Python实现三层BP神经网络☆82Updated 7 years ago
- 这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。☆132Updated 4 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆156Updated 8 years ago
- 包括决策树和随机森林进行离职人员预测,Xgboost和lightGBM的应用☆289Updated 5 years ago
- ☆418Updated 4 years ago
- ☆68Updated 4 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆210Updated 5 years ago
- simple tutorial of pytorch☆136Updated 6 years ago
- 用Python实现SVM多分类器☆412Updated last year
- ☆503Updated last year
- 机器学习集成模型之Stacking各类模型及工具源码☆118Updated 4 years ago
- 龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本☆176Updated 2 years ago
- 机器学习算法经典案例☆111Updated 4 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Updated 5 years ago
- 为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。