登录
首页 » Python » 1DCNN_Classifier-master

1DCNN_Classifier-master

于 2020-12-05 发布
0 223
下载积分: 1 下载次数: 15

代码说明:

说明:  tensorflow框架下利用一维卷积神经网络对一维数据的分类(Classification of one dimensional convolution neural network)

文件列表:

1DCNN_Classifier-master, 0 , 2019-09-04
1DCNN_Classifier-master\LICENSE, 11357 , 2019-09-04
1DCNN_Classifier-master\README.md, 1006 , 2019-09-04
1DCNN_Classifier-master\code, 0 , 2019-09-04
1DCNN_Classifier-master\code\Readme.md, 7 , 2019-09-04
1DCNN_Classifier-master\code\油藏分类案例整理.py, 8965 , 2019-09-04
1DCNN_Classifier-master\data, 0 , 2019-09-04
1DCNN_Classifier-master\data\Readme.md, 25 , 2019-09-04
1DCNN_Classifier-master\image, 0 , 2019-09-04
1DCNN_Classifier-master\image\Readme.md, 35 , 2019-09-04
1DCNN_Classifier-master\image\acc.png, 16140 , 2019-09-04
1DCNN_Classifier-master\image\loss.png, 12320 , 2019-09-04
1DCNN_Classifier-master\image\val_acc.png, 15442 , 2019-09-04
1DCNN_Classifier-master\image\val_loss.png, 13970 , 2019-09-04

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

发表评论

0 个回复

  • 商人过河游戏,游戏规则详见源代码注释部分
    商人过河游戏,游戏规则详见源代码注释部分-river businessmen game, the rules of the game see the source code Notes
    2022-03-03 13:21:11下载
    积分:1
  • Advanced RAR Repair full by MHW
    SQLite Expert Pro v.3.5.87 Final CRACK
    2018-10-31 21:01:17下载
    积分:1
  • 用API编写的串口通信小程序,2串口连接后,能够相互发送文字...
    用API编写的串口通信小程序,2串口连接后,能够相互发送文字-Prepared using serial communication API applet, 2 serial port connection, can send each other text
    2023-07-10 08:55:02下载
    积分:1
  • Windows套接字 一些API函数的使用
    Windows套接字 一些API函数的使用-Windows Sockets API functions of some use
    2022-01-26 00:41:18下载
    积分:1
  • 未经证实的delphi帮助文档,有一定的利用参考价值,希望对各位的delphi应用有所帮助。...
    未经证实的delphi帮助文档,有一定的利用参考价值,希望对各位的delphi应用有所帮助。-unconfirmed delphi help files, the use of a certain value, and I hope to you delphi application help.
    2022-02-13 17:54:14下载
    积分:1
  • 稀疏矩阵
    此代码是关于稀疏矩阵。我表示稀疏矩阵为结构。它还可以做稀疏矩阵加法。如果你读了这段代码然后你可以了解有关内存分配、 指针和结构中的应用。稀疏 matrix 元素几乎为 0,所以如果你将它定义为 2 的三维数组,然后它会浪费内存。解我的想法是,使用结构.通知: 我是韩国的所以所有的文件和在 c 文件上的评论由朝鲜语写的。
    2022-10-02 11:45:05下载
    积分:1
  • FloorInd
    LCD floor indicator on MC68HC908AP32 CodeWarrior
    2012-03-14 19:33:07下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • wafo_2017
    说明:  WAFO是Matlab用于计算随机载荷下的疲劳寿命(WAFO is a toolbox of Matlab routines for statistical analysis and simulation of random waves and random loads. WAFO is freely redistributable software, see WAFO licence, cf. the GNU General Public License (GPL). It is available on this website and it is included in the wafo-project on GitHub, where also support for Octave is available, as well as a Python version. WAFO contain tools for)
    2020-12-31 12:38:59下载
    积分:1
  • 我所学习过的C++代码大全
    说明:  常用的C++代码,包含C++的基础功能和高级功能,方便查阅。(Commonly used C++ code, including the basic functions and advanced functions of C++ for easy access.)
    2020-06-25 12:40:02下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载