登录
首页 » Python » reguralization

reguralization

于 2020-04-22 发布
0 272
下载积分: 1 下载次数: 3

代码说明:

说明:  利用python的深度学习优化算法,比如优化算法:Adam,RmsProp等(DeepLearning optimize algorithm by python such as optimize algorithm Adam,rmsprop and so on)

文件列表:

reguralization\.spyproject\codestyle.ini, 62 , 2020-04-01
reguralization\.spyproject\encoding.ini, 64 , 2020-04-01
reguralization\.spyproject\vcs.ini, 92 , 2020-04-01
reguralization\.spyproject\workspace.ini, 300 , 2020-04-06
reguralization\datasets\data.mat, 6038 , 2018-04-03
reguralization\dropout正则化分类结果.png, 62792 , 2020-04-02
reguralization\dropout正则化成本曲线.png, 18573 , 2020-04-02
reguralization\gc_utils.py, 2129 , 2020-04-02
reguralization\initialize_parameters_he.png, 24233 , 2020-04-01
reguralization\init_utils.py, 6944 , 2020-04-01
reguralization\L2正则化分类结果.png, 64140 , 2020-04-02
reguralization\L2正则化成本曲线.png, 17580 , 2020-04-02
reguralization\main_check.py, 6837 , 2020-04-02
reguralization\main_init.py, 6356 , 2020-04-02
reguralization\main_reg.py, 9400 , 2020-04-02
reguralization\reg_utils.py, 8158 , 2020-04-02
reguralization\__pycache__\gc_utils.cpython-37.pyc, 2119 , 2020-04-01
reguralization\__pycache__\init_utils.cpython-37.pyc, 6436 , 2020-04-01
reguralization\__pycache__\reg_utils.cpython-37.pyc, 7643 , 2020-04-02
reguralization\不适用正则化的分类结果.png, 65002 , 2020-04-02
reguralization\不适用正则化的成本.png, 20601 , 2020-04-02
reguralization\分类3.png, 49975 , 2020-04-01
reguralization\正则化数据集.png, 70822 , 2020-04-02
reguralization\.spyproject, 0 , 2020-04-01
reguralization\datasets, 0 , 2018-04-03
reguralization\__pycache__, 0 , 2020-04-02
reguralization, 0 , 2020-04-02

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

发表评论

0 个回复

  • window32-clock.rar
    汇编时钟显示器,在window32下开发的汇编程序,窗口界面,时钟应时而变,功能强大,还包含win32的教程(clock window32 assembly language)
    2013-07-20 09:36:52下载
    积分:1
  • MATLABxinhaoyuxitongGUI
    说明:  一个完整的信号与系统的matlab的GUI仿真界面程序,适合与毕业设计,包括连续和离散部分(A complete signal and system simulation matlab' s GUI interface program, and graduation for the design, including continuous and discrete parts)
    2011-04-10 15:36:29下载
    积分:1
  • 314730
    刷网页流量源码程序,结合易语言扩展界面支持库,在时钟的周期事件下访问指定的网页,时钟不停就一直访问。(Brush Web traffic source program, combined with easy language extensions interface support library , in the event of the clock cycle access to the specified web page , the clock has been non-stop access .)
    2017-02-06 13:13:45下载
    积分:1
  • tkasm20092
    masm集成开发环境...提供可视化的操作界面..(Integrated Development Environment ... masm Visualized provide interface ..)
    2009-04-07 17:22:05下载
    积分:1
  • 4850
    桌面钢笔源码例程,程序结合易语言扩展界面支持库,用画板实现在桌面写字。(Desktop pen source routines, programs combined with easy language support library expansion interface , using Sketchpad achieve desktop writing.)
    2016-07-01 13:59:26下载
    积分:1
  • 15975
    小白阅读器2.0源码,例程程序结合易语言扩展界面支持库,实现语音读小说。(White Reader 2.0 source code, routine program interface combined with easy language support library extensions , voice reading novels .)
    2017-03-28 09:01:32下载
    积分:1
  • codeutnguageteacher
    c语言的源代码,教师信息管理,不错的源码(C language source code, the teacher information management, good source)
    2017-05-21 19:51:28下载
    积分:1
  • HGE_OBJECT
    说明:  本例子介绍了HGE粒子,动画,GUI界面控件,字体,是一个良好的游戏框架(This example describes HGE particles, animation, GUI interface controls, fonts, is a good game framework)
    2010-04-13 17:47:50下载
    积分:1
  • delphi 金额大小写转换 源码
    delphi 金额大小写转换 源码
    2015-06-01下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载