登录
首页 » Python » DeepLearning-TensorFlow2.0-master

DeepLearning-TensorFlow2.0-master

于 2020-09-10 发布
0 179
下载积分: 1 下载次数: 2

代码说明:

说明:  实现Densenet、Resnet基于Tnsorflow,可以参考学习(Implemention of Densenet and Resnet)

文件列表:

DeepLearning-TensorFlow2.0-master, 0 , 2020-05-03
DeepLearning-TensorFlow2.0-master\DeepLearning-TensorFlow2.0.zip, 50860 , 2020-05-03
DeepLearning-TensorFlow2.0-master\DenseNet, 0 , 2020-05-03
DeepLearning-TensorFlow2.0-master\DenseNet\README, 539 , 2020-05-03
DeepLearning-TensorFlow2.0-master\DenseNet\model.py, 7018 , 2020-05-03
DeepLearning-TensorFlow2.0-master\DenseNet\train.py, 918 , 2020-05-03
DeepLearning-TensorFlow2.0-master\README.md, 1124 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101, 0 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\README.md, 1336 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\class_indices.json, 108 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\model.py, 6201 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\predict.py, 1652 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\read_ckpt.py, 1581 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\rose_test.jpg, 18657 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet-101\train.py, 6438 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet, 0 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet\reader.md, 280 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet\resnet.py, 3059 , 2020-05-03
DeepLearning-TensorFlow2.0-master\ResNet\train.py, 2417 , 2020-05-03

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

发表评论

0 个回复

  • point operation
    C#完全手册,一本很好的参考书籍,适合入门者使用。(C# Complete Handbook, a good reference book, suitable for beginners to use.)
    2020-06-25 11:20:01下载
    积分:1
  • 自动隐藏导航菜单
    js鼠标滚动自动隐藏导航菜单是一款当页面向下滚动的时候可以帧动画隐藏,在向上滚动到一定距离时又会显示出来。(JS mouse scroll automatic hiding navigation menu is a page scroll down when the frame animation hiding, scroll up to a certain distance will be displayed.)
    2019-04-02 18:15:02下载
    积分:1
  • 一个自己关于图像分析的作业题 该程序已经调试完毕 图像结果清晰明了...
    一个自己关于图像分析的作业题 该程序已经调试完毕 图像结果清晰明了-An image analysis on the operation of their own title, the program has finished debugging the results of the clarity of the image
    2022-01-28 23:52:31下载
    积分:1
  • Lotka-volterra model
    多参数描述Lotka-volterra 捕食者猎物曲线模型(Multi parameter description of Lotka-volterra predator prey curve model)
    2020-12-29 20:39:00下载
    积分:1
  • PCA_Mohan
    说明:  一个简单的代码,一步一步地进行主成分分析,并给出了解释..pca的内置功能用于。此外,代码中还解释了显示如何进行主成分分析的分步过程。(A simple code for doing PCA with step by step procedure along with explanations is given for an novoice to PCA.. The inbuilt function pca is used to. Further a step by step procedure showing how PCA is done is explained in the code.)
    2020-05-13 19:51:31下载
    积分:1
  • Java Swing界面的文本编辑器源代码
    基于Java Swing界面制作的一个简单的文本编辑器,带软件启动画面,功能强大,软件功能完整,运行无错,能够编辑html、java、cpp、txt文件,并支持java的编译与运行,程序还实现一个欢迎屏幕,常用作应用软件的启动画面。   Swing线程在同一时刻仅能被一个线程所访问。一般来说,这个线程是事件派发线程(event-dispatching thread)。 如果需要从事件处理(event-handling)或绘制代码以外的地方访问UI,那么可以使用SwingUtilities类的invokeLater()或invokeAndWait()方法。
    2022-03-29 22:04:09下载
    积分:1
  • LSTM
    说明:  金融数据使用案例 在Matlab 中把文件夹加入工作路径,在命令行中输入 RunLstm(numdely,cell_num,cost_gate)即可。其中: numdely 是选择预测点的数目 cell_num 是隐含层的结点数目 cost_gate是误差的阈值(此处一般取0.25)(Financial data use cases Add the folder to the working path in Matlab, and enter RunLstm(numdely,cell_num,cost_gate) in the command line. among them: numdely is the number of selected prediction points cell_num is the number of nodes in the hidden layer cost_gate is the threshold of the error (usually 0.25 here))
    2020-08-17 10:22:25下载
    积分:1
  • Powerbuilder8.0实用程序设计100例之51
    Powerbuilder8.0实用程序设计100例之51-60-Powerbuilder8.0 Utility Design 100 Cases of 51-60
    2022-01-26 16:00:29下载
    积分:1
  • STM32-clock
    基于STM32实现电子时钟的设计,可以通过按键、或者串口来进行时间设置(STM32-based electronic clock design, can be key, or serial port to set the time)
    2020-07-03 22:00:01下载
    积分:1
  • final_formulas
    Sine Cosine tg, atan, ... formulas
    2018-08-11 17:40:42下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载