psiang / TensorFlow-Deep_Learning_and_Transfer_Learning
用Tensorflow实现深度学习模型和迁移学习模型
☆12Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for TensorFlow-Deep_Learning_and_Transfer_Learning
- 使用改良的Transformer模型应用于多维时间序列的分类任务上☆76Updated 3 years ago
- 基于SVM的简单机器学习分类,可以使用svm, knn, 朴素贝叶斯,决策树四种机器学习方法进行分类☆101Updated last year
- 基于自学习(伪标签)的数据自动标注算法(半监督)☆16Updated 3 years ago
- 用TensorFlow搭建CNN/RNN/LSTM/GRU/BiRNN/BiLSTM/BiGRU/Capsule Network等deep learning模型☆56Updated 6 years ago
- 模糊聚类算法及其改进算法☆12Updated 3 years ago
- 一维卷积神经网络☆36Updated 5 years ago
- CNN-BiGRU-Attention模型☆83Updated 2 years ago
- Autoencoders in PyTorch☆97Updated 5 years ago
- 代码主要包括:1。特征提取 首先对文本信息进行分词处理,采用基于字符串匹配的方法: 假如一段叫:李二狗就是一个傻逼 基于匹配的方法就是依次截取一到多个词,并与字典库进行匹配。如二狗,如果匹配到字典中有这个词,则将其分为一个词;当取到“狗就”,发现字典中没有与之匹配的,则说明…☆20Updated 5 years ago
- 麻雀算法优化支持向量机 python实现☆12Updated 2 years ago
- Include Supervised learning:Logistic Regression、Multilayer perceptron and Deep Convolutional Network .And Unsupervised learning:Auto Enco…☆12Updated 2 years ago
- ☆64Updated 4 years ago
- AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.☆38Updated 4 years ago
- feature selections and extractions☆87Updated 5 months ago
- 由于CSDN博客里面不能直接上代码链接,涉嫌营销推广,因此建一个github仓库用于整理这些代码链接☆152Updated last year
- dbn with smote 增强☆11Updated 5 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆21Updated 5 years ago
- BroadCF (Broad Collaborative Filtering) is one of the BroadRS algorithms, a series of recommendation algorithms based on broad learning …☆14Updated last year
- 这是论文Unsupervised Domain Adaptation by Backpropagation的复现tf2代码,并完成了MNIST与MNIST-M数据集之间的迁移训练☆20Updated 3 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆133Updated 4 years ago
- Simple one-dimensional data classification using LSTM, CNN, FC in Pytorch☆21Updated 5 years ago
- 集成学习Stacking方法详解☆65Updated 5 years ago
- 常用的特征选择方法☆68Updated 2 years ago
- 自动编码器及降噪自动编码器☆14Updated 5 years ago
- 深度残差收缩网络处理一维时域信号☆37Updated last year
- BiLSTM-CNN for Chinese text classification.☆17Updated 3 years ago
- 卷积神经网络提取特征并用于SVM//www.cnblogs.com/chuxiuhong/p/6132814.html☆15Updated 6 years ago
- 数据预处理之缺失值处理,特征选择☆21Updated 5 years ago
- 这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。☆128Updated 3 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆51Updated 7 years ago