-
计算器
计算器小程序 简易的计算器代码 自学练习 python 代码程序(Self-learning Calculator Small Program Learning)
- 2020-06-18 20:40:01下载
- 积分:1
-
AI
说明: 一个简单的人工智能神经网络,训练一段时间后可以自动接球,但是需要的硬件性能比较强10系显卡比较好,需要安装python3.6.5 ,tensorflow,等,不会安装找我,我有教程。(A simple artificial intelligence neural network, after training for a period of time, can automatically catch the ball, but the required hardware performance is stronger than 10 series graphics card is better, need to install Python 3.6.5, tensorflow, etc., will not install to find me, I have a tutorial.)
- 2019-07-28 11:40:13下载
- 积分:1
-
射击游戏
说明: 基于pygame简单的2维平面射击游戏。python新手可以参考(A Simple 2-D Planar Shooting Game Based on pyGame)
- 2019-04-20 10:14:01下载
- 积分:1
-
chatbot
聊天机器人
原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。
运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot Principle: Strictly speaking, it is called "Open Domain Generation Dialogue Model Based on Deep Learning". The framework is Keras (High-level Packaging of Tensorflow). The scheme is LSTM (Long-term and Short-term Memory Network)+seq2seq (Sequence to Sequence Model), plus Attention Mechanism (Attention Mechanism). The word segmentation tool is Jieba and the UI is Tkinter. Based on "Qingyun" corpus (100,000 + chat dialogue) training. Running environment: Python 3.6 or more, Tensorflow, pandas, numpy, jieba.)
- 2019-06-21 20:59:09下载
- 积分: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
-
derain
说明: 对有雨的单幅图像进行去雨操作,包括训练、测试、数据集处理(Remove the rain from the image with rain)
- 2020-12-28 12:09:02下载
- 积分:1
-
sprite_sheets
just s sprit sheets game sample for beginners
- 2015-07-16 10:12:18下载
- 积分:1
-
Face_ID
说明: shape_predictor_68_face_landmarks.dat文件太大,请自行下载(face recognition,python,ssh)
- 2020-04-04 12:30:20下载
- 积分:1
-
BayesSpam-master
基于朴素贝叶斯的垃圾邮件分类,包含算法代码,邮件数据集以及中文停用词文件(Spam classification based on Naive Bayes, including algorithm code, mail dataset and Chinese stop word file)
- 2018-10-14 14:25:40下载
- 积分:1
-
聚类算法
各种经典的图聚类算法,包括马尔科夫聚类MCL, COACH,IPAC等等
- 2022-07-14 19:54:46下载
- 积分:1