-
基于Tensorflow用CNN(卷积神经网络)处理kdd99数据集ids-kdd99
基于Tensorflow用CNN(卷积神经网络)处理kdd99数据集,代码包括预处理代码和分类代码,准确率99.6%以上,并且快速收敛至最优值。(Based on Tensorflow (convolutional neural network) processing KDD99 data set based on CNN, the code includes preprocessing code and classification code, the accuracy rate is more than 99.6%, and quickly converge to the optimal value.)
- 2021-04-08 15:59:01下载
- 积分:1
-
python、session
#!/usr/bin/env python# -*- coding: utf-8 -*-import webweb.config.debug = Falseurls = ( "/count", "count", "/reset", "reset")app = web.application(urls, locals())session = web.session.Session(app, web.session.DiskStore("sessions"), initializer={"count": 0})class count: def GET(self): session.count += 1 return str(session.count)class reset: def GET(self): session.kill() return ""if __name__ == "__main__": app.run()
- 2022-03-07 21:05:44下载
- 积分:1
-
WEBRTC
利用WEBRTC完成视频 语音通信,利用webRTC 视频通信,利用C++语言成功实现,同时整套代码实现了,视频降噪等功能.WebRTC的视频部分,包含采集、编解码(I420/VP8)、加密、媒体文件、图像处理、显示、网络传输与流控RTP/RTCP)等功能。
- 2022-01-31 04:26:15下载
- 积分:1
-
有限域上的柯西矩阵
该资源是通过给定的维度来生成柯西矩阵的python代码,其中是通过有限域来进行的,因为有限域的运算规则与平常我们所接触到的数学里的运算规则是不一样的,所以我们需要首先将维度转换成有限域里的运算,然后再根据柯西矩阵的规则来生成柯西矩阵。
- 2023-03-30 20:45:03下载
- 积分:1
-
game2048
说明: 基于python3.6版本的2048算法开发(Development of 2048 algorithm based on python3.6)
- 2020-06-19 16:00:02下载
- 积分:1
-
python组合优化工具包
python组合优化工具包
- 2022-03-12 10:46:09下载
- 积分:1
-
灰色关联分析法
1 数据无量纲化处理
2 确定最优指标集
3、计算指标序列与最优序列的关联系数
4、计算灰色关联度
- 2023-02-23 01:05:04下载
- 积分:1
-
instanceFinal
Use Python to interact with Amazon Cloud Computing AWS to create instance and handle requests
- 2014-09-23 20:05:15下载
- 积分:1
-
python-Adaptation
利用python编写的均衡器,用于通信仿真(a equalizer based python)
- 2017-07-19 15:35:37下载
- 积分:1
-
ch05
说明: 人脑神经网络和计算机神经网络的不同在于,人脑可以解决通用性和跨领域的问题,而计算机神经网络只能解专门的问题,所以哪怕阿尔法狗在围棋界孤独求败战胜了所有男人,但他也不能识别出站在他面前的两个女生谁更漂亮(The difference between human brain neural network and computer neural network is that human brain can solve universal and cross domain problems, while computer neural network can only solve specialized problems. Therefore, even if alpha dog defeats all men alone in go, he can not identify the two girls standing in front of him who is more beautiful)
- 2020-08-06 22:40:51下载
- 积分:1