-
start_with_python
book for beginners / python
- 2010-05-25 07:02:34下载
- 积分:1
-
DNN for Image Classification
说明: TensorFlow 不是一个严格的“神经网络”库。只要你可以将你的计算表示为一个数据流图,你就可以使用Tensorflow。你来构建图,描写驱动计算的内部循环。我们提供了有用的工具来帮助你组装“子图”(常用于神经网络)(Build and train ML models easily using intuitive high-level APIs like Keras with eager execution, which makes for immediate model iteration and easy debugging.)
- 2019-03-17 09:55:52下载
- 积分:1
-
STM32超声波测距
说明: 超声波测距,通过声波测出距离,并打印到串口上(Ultrasonic ranging)
- 2020-06-19 03:00:01下载
- 积分:1
-
python练习50例
python练习50例,题目在每个文件中,包括基础的python应用及练习,希望能帮到刚入门python的小伙伴,人生苦短,我用Python!哈哈哈哈哈
- 2022-02-10 06:13:03下载
- 积分:1
-
Python飞机大战主模块程序
用python和pygame模块编写的飞机大战的游戏,里面有很多编写的小技巧,有检测碰撞,播放音乐,敌机又分为大中小三种战机。编写代码的思路(从简单开始写起)1 背景和游戏音效 (完成后能出现游戏界面)2 我方飞机,并使其能上下左右移动(完成后能出现一辆我方飞机)在myplane函数里飞机上下左右移动需要写4个方法在main函数里实例化出我方飞机并绘制出来且有突突突的飞行效果,并通过键盘响应调用不同方法难点一:如何使飞机有突突突的视觉感受思路: 加载两张飞机图片,然后不断切换,并延迟图片切换(5帧切换一次)
- 2022-03-16 17:47:01下载
- 积分:1
-
NN_XNOR
利用Pytorch实现的一个简单的神经网络,实现了异或门。(Using a simple neural network implemented by Pytorch, XOR gates are realized.)
- 2019-03-16 17:05:15下载
- 积分:1
-
Python Deep Learning
说明: 革新计算机技术、人工智能、语音和数据分析的下一代技术(Next generation techniques to revolutionize computer vision, AI, speech and data analysis)
- 2019-03-05 20:54:52下载
- 积分:1
-
dlbook_cn_v0.5-beta
(中文版)深度学习(Deep Learning)是由Yoshua Bengio推出的机器学习领域的教科书,以开源的形式免费在网络上提供,主要面向学习机器学习的学生和研究者,以及没有机器学习背景但希望能快速地掌握这方面知识并在他们的产品中使用的软件工程师。(Deep Learning by Yoshua Bengio launched a textbook in the field of machine Learning, in the form of open source provided for free on the Internet, mainly for Learning machine Learning of students and researchers, and the lack of machine Learning background but hope to be able to quickly grasp the knowledge and use of software engineer in their products.)
- 2020-06-20 11:20:02下载
- 积分:1
-
ann
用简单神经网络(ANN)实现的手写数字识别(minst),可直接运行,用的是Tensorflow框架,通过该例程可以掌握Tensorflow基本用法(With a simple neural network (CNN) to achieve the handwritten numeral recognition (minst), can be run directly, using the Tensorflow framework, through the routine can master Tensorflow basic usage)
- 2017-04-06 23:59:55下载
- 积分:1
-
PCA python程序
该程序实现PCA的分类功能,程序后面有详细的解释,经检测,程序能够跑通(The program realizes the classification function of PCA. The program is explained in detail later. After testing, the program can run through.)
- 2018-12-23 22:45:14下载
- 积分:1