ChileWang0228 / DeepLearningTutorialLinks
深度学习代码
☆132Updated 6 years ago
Alternatives and similar repositories for DeepLearningTutorial
Users that are interested in DeepLearningTutorial are comparing it to the libraries listed below
Sorting:
- AI学习过程中的实操代码☆210Updated 5 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆53Updated 8 years ago
- 集成学习Stacking方法详解☆77Updated 6 years ago
- 龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本☆176Updated 2 years ago
- ☆503Updated last year
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆212Updated 5 years ago
- ☆420Updated 4 years ago
- 机器学习基本模型算法介绍(附加案例)☆225Updated 6 years ago
- 包括决策树和随机森林进行离职人员预测,Xgboost和lightGBM的应用☆287Updated 5 years ago
- 个人练习,自编码器及其变形(理论+实践)☆339Updated 6 years ago
- ☆174Updated 2 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆157Updated 9 years ago
- 慕课网上深度学习之神经网络(CNN RNN GAN)算法原理+实战练习的代码和部分数据☆42Updated 6 years ago
- 个人的技能树仓库,主要包含个人机器学习以及深度学习的笔记☆368Updated 4 years ago
- simple tutorial of pytorch☆136Updated 6 years ago
- ☆194Updated 5 years ago
- 为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。☆434Updated 4 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆118Updated 5 years ago
- Gitbook Address: https://app.gitbook.com/@nlpgroup/s/nlpnote/☆158Updated 4 years ago
- 包含一些比较常见的数据挖掘竞赛或者项目的源码☆128Updated 6 years ago
- ☆67Updated 5 years ago
- 基于PyTorch使用迁移学习完成项目☆61Updated 7 years ago
- 利用Python实现三层BP神经网络☆83Updated 7 years ago
- Python code of RBF neural network classification model