-
python写的验证码识别
一个python写的验证码识别程序,依赖PIL、Tesseract-OCR,包括简单的噪点去除等等,识别率还不错
- 2022-03-21 15:57:56下载
- 积分:1
-
BP神经网络-Python实现
BP神经网络-Python实现:经典的BP神经网络通常由三层组成: 输入层, 隐含层与输出层.通常输入层神经元的个数与特征数相关,输出层的个数与类别数相同, 隐含层的层数与神经元数均可以自定义。
- 2022-05-29 00:19:24下载
- 积分:1
-
Recommender-Systems-master
说明: 使用协同过滤的推荐系统测试代码Predicting movie ratings using collaborative filtering and latent concept extractors based on matrix decomposition methods like SVD and CUR on the movielens-100k dataset
The project explores techniques for predicting unknown user ratings based on a large dataset of users and movie ratings.(Recommender-SystemsWe used 6 different recommender methods to predict user ratings across the data sets.
Namely we set up Collaborative Filtering along with its baseline variant and Matrix decomposition techniques like Singular Value Decomposition and CUR. Moreover, we also implemented dimensionality reduction in these matrix decomposition techniques which preserved 90% of the energy so as to increase the computational efficiency while keeping the accuracy similar for these methods.)
- 2019-01-13 21:30:57下载
- 积分:1
-
对哔哩哔哩弹幕情感分析
说明: 对哔哩哔哩弹幕进行抽取并完成情感倾向的分析和估计(To extract bilibili barrage and complete the analysis and estimation of emotional tendency)
- 2021-03-09 14:59:28下载
- 积分:1
-
手写体识别
基于卷积神经网络用于离线手写体识别,适用于初学者,非常详细的代码注释,很容易上手
- 2023-07-20 08:05:03下载
- 积分:1
-
Python入门资料
Python入门资料,Python入门资料,Python入门资料,Python入门资料,Python入门资料,Python入门资料,Python入门资料,Python入门资料,Python入门资料.
- 2023-03-29 03:05:06下载
- 积分:1
-
RED-WGAN-master
说明: 3D MRI denoising based deep learning.
- 2020-06-17 07:40:01下载
- 积分:1
-
《Python神经网络编程》源代码
说明: 《Python神经网络编程》中文版PDF+英文版PDF+源代码(Python neural network programming pdf and code)
- 2020-03-23 22:14:16下载
- 积分:1
-
css_code
关于压缩感知的一些代码,对初学者有很大的帮助,是一篇文献的仿真(some python code about comprehenssed sensing)
- 2014-01-14 13:28:43下载
- 积分:1
-
深度学习之八:机器学习之KNN原理与代码实现
给定一个训练数据集,对新的输入实例,在训练数据集中找到与该实例最邻近的 k (k <= 20)个实例,这 k 个实例的多数属于某个类,
就把该输入实例分为这个类。(Given a training data set, the nearest K (k <= 20) instances to the new input instance are found in the training data set. Most of the K instances belong to a class. The input instance is categorized into this class.)
- 2020-06-17 02:20:02下载
- 积分:1