-
hopfield神经网络数字识别
说明: 基于hopfield神经网络的数字识别Python程序,本人对现有的程序进行了扩充修改,只需要添加训练样本图片就可以增加训练样本(注意样本像素要一致),这是我的课程设计,只做了数字0-5的识别,如有需要,稍微修改程序即可实现0-9的识别。(Based on the number recognition Python program of Hopfield neural network, I have expanded and modified the existing program. I only need to add the training sample image to increase the training sample (note that the sample pixels should be consistent). This is my curriculum design, only do the number 0-5 recognition, if necessary, slightly modify the program to achieve 0-9 recognition.)
- 2021-01-15 12:16:38下载
- 积分:1
-
lesson51-WGAN实战
说明: 生成式对抗网络(GAN, Generative Adversarial Networks )是一种深度学习模型,是近年来复杂分布上无监督学习最具前景的方法之一。模型通过框架中(至少)两个模块:生成模型(Generative Model)和判别模型(Discriminative Model)的互相博弈学习产生相当好的输出。(Emergent against network (GAN, Generative Adversarial Networks) is a kind of deep learning model, is a complex distribution in recent years on one of the most promising method for unsupervised learning.
The frame of the Model by (at least) two modules: generation Model (Generative Model) and the discriminant Model (Discriminative Model) of the game to learn each other produce fairly good output.)
- 2019-10-16 19:59:06下载
- 积分:1
-
Python数据处理
说明: 关于课本的python数据处理,python基础知识pdf(Python data processing)
- 2020-12-01 18:08:45下载
- 积分:1
-
html下载网页
html下载网页,通过网址下载里面的链接网页
- 2022-03-25 08:27:38下载
- 积分:1
-
python 井字棋 游戏源码
井字棋
- 2021-05-06下载
- 积分:1
-
飞机大战源码
飞机大战是python的基础代码,里面是初学者经常用到的代码,如果掌握了这个游戏的制作,那么你python已经入门了
- 2022-02-26 14:13:34下载
- 积分:1
-
ransac
说明: sift特征提取,ransac剔除匹配点进行优化,实现图像拼接。(SIFT feature extraction, RANSAC eliminate matching points for optimization, to achieve image mosaic.)
- 2020-07-04 18:03:06下载
- 积分:1
-
python实现奶茶店自动结算系统
项目名称:培华奶茶店自动结算系统作者:Kitt版本:V1.0时间:2018年5月功能描述:1、每位顾客购物时,可多次输入奶茶编号和数量,并设置退出;2、将每位顾客的购买信息记录在字典中(奶茶名称及数量),使用字典计算购买的总数量;3、顾客购物信息打印时,分别显示每种口味的编号和数量,末尾显示总金额;4、非会员顾客要求设置会员号和手机号,并且将会员号和手机号记录为字典形式;5、将每位顾客的每条购物信息记录为一个字典(每种口味一个字典,分别记录会员号)6、将顾客的购物过程、购物信息打印、购物详情记录分别封装为函数;7、设置主函数,在主函数中调用上条所定义的函数。版本:V2.0(1)购物过程shopping_procedue:(2)计算购物金额,并打印购物内容;(3)记录vip会员号和手机号在字典vip_dic中,购物时判断是否为老会员,如果是,享受9折优惠。更新两个功能:1、将vip信息保存成文件vip_no.csv,格式如下:vip_no,phone_no,date123,18712345678,2018-05-30124,13966902212,2018-05-30125,13899002232,2018-05-302、将每天的购物信息保存成文件user_buy_log_yyyy_mm_dd.csv,格式如下:vip_no,milk_tea_no,milk_tea_amount123,1,2123,4,1123,3,2124,2,1125,4,2
- 2022-12-13 10:15:03下载
- 积分:1
-
tran.tar
使用python+qt开发的GUI软件,翻译多国语言,目前测试版本只支持中英翻译(GUI software developed by Python + QT is used to translate multinational languages. Currently, the test version only supports Chinese-English translation.)
- 2018-11-23 11:03:33下载
- 积分:1
-
豆瓣影评情感分析
说明: 贝叶斯分类器构建网络,对豆瓣进行情感分析;TF-IDF(Using Bayesian classifier to construct network to analyze the emotion of Douban; TF-IDF)
- 2020-11-30 13:54:59下载
- 积分:1