ruohaiweb / machine-learning-exampleLinks
☆70Updated 3 years ago
Alternatives and similar repositories for machine-learning-example
Users that are interested in machine-learning-example are comparing it to the libraries listed below
Sorting:
- Pytorch_Learning_Notes☆103Updated 5 months ago
- 基于SVM的简单机器学习分类,可以使用svm, knn, 朴素贝叶斯,决策树四种机器学习方法进行分类☆117Updated 2 years ago
- ☆136Updated 2 years ago
- 【PyTorch】手把手教你跑通第一个神经网络☆268Updated 2 years ago
- 采用SVM方法,对美国威斯康星州的乳腺癌诊断数据集进行分类,最终实现一个针对乳腺癌检测的分类器☆27Updated 5 years ago
- 毕业设计项目-基于深度学习的阿兹海默症早期诊断辅助系统设计与实现☆109Updated 5 years ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆240Updated last year
- ✨基于卷积神经网络(CNN)和CIFAR10数据集的图像智能分类 Web 应用 Intelligent Image Classification Web Applcation based on Convolutional Neural Networks and the CI…☆107Updated 11 months ago
- 使用pytorch复现vit模型(图像分类)☆29Updated 3 years ago
- ✨基于 3D 卷积神经网络(CNN)的阿尔兹海默智能诊断 Web 应用 Alzheimer's Intelligent Diagnosis Web Application based on 3D Convolutional Neural Network and the AD…☆141Updated 7 months ago
- 中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classif…☆116Updated 3 years ago
- 本项目演示如何在PyTorch中使用Transformer模型进行中文文本分类☆36Updated 2 years ago
- (纯个人向)本科毕业设计 主要是对项目进行记录和代码存储 《基于深度学习的多任务空气质量预测模型设计与实现》☆29Updated last year
- Python 基于BP神经网络实现鸢尾花的分类☆352Updated 5 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆144Updated 2 years ago
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆80Updated 2 years ago
- NLP实战项目☆102Updated 2 years ago
- 文本数据挖掘课程大作业,实现一个情感分类系统,分别采用情感词典法、传统的机器学习方法和深度学习方法实现情感分类,并对比性能。☆54Updated 2 years ago
- 基于PyTorch框架,相关项目实战代码。☆26Updated 2 years ago
- 用Python实现SVM多分类器☆415Updated last year
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆176Updated 5 years ago
- 对豆瓣影评进行文本分类情感分析,利用爬虫豆瓣爬取评论,进行数据清洗,分词,采用BERT、CNN、LSTM等模型进行训练,采用tensorboardX可视化训练过程,自然语言处理项目\A project for text classification, based on to…☆162Updated 2 years ago
- ☆83Updated last year
- 机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马…☆147Updated 4 years ago
- 学习深度学习不如边写代码边学习,实际操作一遍才能理解数据的变换过程,参数的训练过程,这里整合了B站的jupter代码,可以结合着B站的视频边看边练,希望能对大家有帮助。☆137Updated 2 years ago
- ☆33Updated 3 years ago
- 机器学习算法经典案例☆111Updated 4 years ago
- 博客配套视频链接: https://space.bilibili.com/383551518?spm_id_from=333.1007.0.0 b 站直接看 配套 github 链接:https://github.com/nickchen121/Pre-trainin…☆441Updated 3 years ago
- PyTorch框架构建花朵图像分类模型(Resnet网络,迁移学习)☆16Updated 3 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆426Updated 4 years ago