人工智能概论大作业---基于ANN与KNN的图像分类
☆10Dec 11, 2020Updated 5 years ago
Alternatives and similar repositories for images_classification
Users that are interested in images_classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 计算机视觉课程项目3:分别组合两种图像表示方法(Tiny images representation, get bags of words)和图像分类方法(KNN, SVC)对场景进行识别和分类☆11Jun 17, 2021Updated 4 years ago
- [文稿整理]日本生活留学指北_哔哩哔哩_bilibili☆12May 10, 2025Updated last year
- 集学习游戏于一体的儿童教育类软件☆10Oct 28, 2015Updated 10 years ago
- 研一人工智能原理大作业:基于垂直领域的电影查询问答系统,采用Neo4j、jieba分词和朴素贝叶斯分类算法实现☆12Jan 3, 2021Updated 5 years ago
- A simple package for leveraging Falcon 180B and the HF ecosystem's tools, including training/inference scripts, safetensors, integrations…☆12Mar 11, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 急救小程序☆12Oct 27, 2017Updated 8 years ago
- NLP Fundamental Course for 2024 Spring☆10Sep 3, 2024Updated last year
- 深度学习是利用卷积网络的深层结构提取的信息,卷积网络目前主要用于图像识别分类技术,其实在其中间层中包含了丰富的有用信息,而这些正是风格迁移的基础。 如果研究 CNN 的各层级结构,会发现里面的每一层神经元的激活态都对应了一种特定的信息,越是底层的就越接近画面的纹理信息,如…☆10Aug 25, 2021Updated 4 years ago
- 一维条形码识别☆15Oct 27, 2021Updated 4 years ago
- A computer vision model designed to autonomously play the "Wanted!" minigame from Super Mario 64 DS☆11Jan 29, 2023Updated 3 years ago
- K Nearest Neighbors classifier from scratch for image classification using MNIST Data Set.☆10Sep 14, 2018Updated 7 years ago
- 人工智能大作业论文,粒子群优化算法求解旅行商问题的源代码及数据☆19Dec 14, 2020Updated 5 years ago
- PyTorch implementation of CARE☆16Oct 6, 2023Updated 2 years ago
- 分别使用KNN和SVM在CIFAR10数据集上进行物体分类任务,后续加入了HOG特征提取对图像做预处理,提高SVM的分类性能。