登录
首页 » Python » 浅层NN

浅层NN

于 2020-02-24 发布
0 101
下载积分: 1 下载次数: 1

代码说明:

说明:  手动实现一个浅层神经网络的BP。分开了4个模块,清晰明了(Manually implement BP of a shallow neural network. Four modules are separated to make it clear.)

文件列表:

2_浅层NN\planar_utils.py, 2167 , 2018-09-19
2_浅层NN\test.py, 1569 , 2020-02-17
2_浅层NN\testCases.py, 4155 , 2018-03-24
2_浅层NN\__pycache__\planar_utils.cpython-36.pyc, 2151 , 2020-02-19
2_浅层NN\__pycache__\testCases.cpython-36.pyc, 4377 , 2020-02-19
2_浅层NN\浅层NN.py, 4460 , 2020-02-19
2_浅层NN\__pycache__, 0 , 2020-02-19
2_浅层NN, 0 , 2020-02-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 雷达系统仿真matlab代码
    该程序完成16个脉冲信号的脉压、动目标显示/动目标检测(MTI/MTD)(The program completes pulse pressure and moving target display / moving target detection of 16 pulse signals (MTI/MTD).)
    2021-04-13 17:38:56下载
    积分:1
  • 解决 ecuations
    这些都是一些有效的方法来解决 ecuations 和细根的每一个人,例如高斯、 高斯约旦、 高斯赛德尔、 路。
    2023-06-28 03:30:03下载
    积分:1
  • LUAC解密工具
    说明:  luac解密工具 方便快捷的解密luac文件(Luac decryption tool to decrypt luac files conveniently and quickly)
    2021-04-04 12:39:04下载
    积分:1
  • 管理系统小十分 而就身体后 是上 按时上突然后
    管理系统小十分 而就身体后 是上 按时上突然后 -management system is very small and it is on the body after time after suddenly
    2022-02-04 02:42:28下载
    积分:1
  • lancaozhidian
    浪潮之巅,一本非常不错的书,介绍了信息技术的发展的一些代表企业的历程。(Wave of the summit, a very good book on the development of information technology course some representatives of enterprises.)
    2013-06-09 18:56:01下载
    积分:1
  • Desktop - Copia
    说明:  top e show de bola para baixar coisas
    2019-06-08 03:24:17下载
    积分:1
  • 视频开发工具 C语言源程序。(视频处理)
    视频开发工具 C语言源程序。(视频处理)-video development tools C language source code. (Video)
    2022-04-10 22:06:56下载
    积分:1
  • License_20180115
    Intouch 一种工业自动化组态软件,Wonderware公司产品. Wonderware 公司成立于 1987 年,是在制造运营系统率先推出 Microsoft Windows 平台的人机界面 (HMI) 自动化软件的先锋。世界第一家推出组态软件的公司. Wonderware InTouch for FactorySuite为以工厂和操作人员为中心的制造信息系统提供了可视化工具。这些制造信息系统集成了操作人员所必需的各种信息,可以在工厂内部和各工厂之间共享。 InTouch HMI软件用于可视化和控制工业生产过程。它为工程师提供了一种易用的开发环境和广泛的功能,使工程师能够快速地建立、测试和部署强大的连接和传递实时信息的自动化应用。InTouch软件是一个开放的、可扩展的人机界面,为定制应用程序设计提供了灵活性,同时为工业中的各种自动化设备提供了连接能力intouch 授权(Intouch an industrial automation configuration software, Wonderware company product. keygen Wonderware InTouch for FactorySuite provides a visual tool for manufacturing information systems centered around factory and operator. These manufacturing information systems integrate the various information necessary for the operator, which can be shared within the factory and between the factories. InTouch HMI software is used to visualize and control the industrial production process. It provides engineers with an easy-to-use development environment and extensive functions, enabling engineers to quickly establish, test and deploy powerful connections and transmit real-time information automation applications. InTouch software is an open and extensible man-machine interface, which provides flexibility for customized application design, and provides connectivity for all kinds of automation devices in industry. intouch keygen)
    2018-03-05 09:57:41下载
    积分:1
  • WAV音频的LSB信息隐藏实验matlab实现
    说明:  WAV音频的LSB信息隐藏实验matlab实现.zip 内涵wav音频,WAV音频隐写的matlab代码 randhiding.m randextract.m wavextract.m wavhiding.m nc.m(Realization of LSB Information Hiding Experiment of WAV Audio by matlab.zip Connotation wav audio, WAV audio steganography matlab code Randhiding.m Randextract.m Wavextract.m Wavhiding.m Nc.m)
    2020-12-13 13:29:15下载
    积分:1
  • CH11-KEA128-SPI
    说明:  1. 硬件接线 (1)调试串口(UART_Debug)使用UART2,在“printf.h”文件中宏定义, 对应引脚为TX-PTD7,RX-PTD6 (在“uart.h文件中宏定义)。 (2)灯0~3(LIGHT_0~LIGHT_3)对应的引脚是PTC0~PTC3,高电平点亮(由硬件接法决定) (3)SPI0_CLK对应的引脚是PTE0, SPI0_MOSI对应的引脚是PTE1, SPI0_MISO对应的引脚是PTE2,SPI0_PCS对应的引脚是PTE3, SPI1_CLK对应的引脚是PTG4, SPI1_MOSI对应的引脚是PTG5, SPI1_MISO对应的引脚是PTG6,SPI1_PCS对应的引脚是PTG7。 (4)SPI0作为master,SPI1作为slave,SPI1接收SPI0发送的数据并产生中断。 用导线将PTE0与PTG4对接,将PTE1与PTG5对接,将PTE2与PTG6对接,将PTE3与PTG7对接。(1. Hardware wiring (1) Debugging Serial Port (UART_Debug) uses UART2, macro-defined in "printf.h" file, corresponding pins are TX-PTD7, RX-PTD6. (macro definition in the uart.h file). (2) The pins corresponding to the lamp 0~3 (LIGHT_0~LIGHT_3) are PTC0~PTC3, and the high-level lighting is determined by the hardware connection. (3) The pin corresponding to SPI0_CLK is PTE0, and the pin corresponding to SPI0_MOSI is PTE1. The pin corresponding to SPI0_MISO is PTE2, and the pin corresponding to SPI0_PCS is PTE3. The pin corresponding to SPI1_CLK is PTG4, and the pin corresponding to SPI1_MOSI is PTG5. The pin corresponding to SPI1_MISO is PTG6, and the pin corresponding to SPI1_PCS is PTG7. (4) SPI0 acts as master and SPI1 acts as slave. SPI1 receives data sent by SPI0 and generates interruption. PTE0 and PTG4 are docked by wire, PTE1 and PTG5 are docked, PTE2 and PTG6 are docked, PTE3 and PTG7 are docked.)
    2020-06-16 12:00:01下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载