# 基于字典学习的图像分类算法 **Repository Path**: Harris-X/Dictionary-Learning-Based-Image-Classification-Algorithm ## Basic Information - **Project Name**: 基于字典学习的图像分类算法 - **Description**: 字典学习常用来进行特征提取压缩,本代码采用sklearn库实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # 基于字典学习的图像分类算法 > 字典学习可以用来图像分类、降噪 > > 本代码采用sklearn库实现 什么是字典学习? l https://blog.csdn.net/qq_34687559/article/details/107190601 l https://www.docin.com/p-2608383906.html 字典学习案例代码 l https://blog.csdn.net/ouyangfushu/article/details/88978386 l https://github.com/Z-P-J/PixelCompleter l https://blog.csdn.net/anonymity_/article/details/85196505 l https://blog.csdn.net/liu_guanzhang/article/details/44241935 l https://blog.51cto.com/u_16213583/7171966