登录
首页 » Python » Radar-HRRP-dl-master

Radar-HRRP-dl-master

于 2021-05-07 发布
0 251
下载积分: 1 下载次数: 5

代码说明:

说明:  该存储库包含一些个人用于实现雷达HRRP目标分类的方法。包括基于tensorflow框架和python的CNN,2通道CNN,DAE,SDAE。(The repository contains methods that individuals use to achieve Radar HRRP target classification. Including CNN, 2-channel CNN, DAE, sdae based on tensorflow framework and python.)

文件列表:

Radar-HRRP-dl-master, 0 , 2019-10-23
Radar-HRRP-dl-master\.gitattributes, 66 , 2019-01-17
Radar-HRRP-dl-master\CNN, 0 , 2019-10-30
Radar-HRRP-dl-master\CNN\CNN.py, 8303 , 2020-04-12
Radar-HRRP-dl-master\CNN\Test_hrrp.mat, 391146 , 2019-01-17
Radar-HRRP-dl-master\CNN\Train_hrrp.mat, 391180 , 2019-01-17
Radar-HRRP-dl-master\CNN\simple_cnn_log, 0 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\test, 0 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\test\events.out.tfevents.1572446697.DESKTOP-BQKOD3Q, 4400 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\test\events.out.tfevents.1572446767.DESKTOP-BQKOD3Q, 8240 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\test\events.out.tfevents.1572446790.DESKTOP-BQKOD3Q, 12080 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\train, 0 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\train\events.out.tfevents.1572446694.DESKTOP-BQKOD3Q, 1931187 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\train\events.out.tfevents.1572446765.DESKTOP-BQKOD3Q, 3920151 , 2019-10-30
Radar-HRRP-dl-master\CNN\simple_cnn_log\train\events.out.tfevents.1572446789.DESKTOP-BQKOD3Q, 5963478 , 2019-10-30
Radar-HRRP-dl-master\DAE, 0 , 2019-10-23
Radar-HRRP-dl-master\DAE\DAE_def.py, 3652 , 2019-01-17
Radar-HRRP-dl-master\DAE\DAE_main.py, 7709 , 2019-01-17
Radar-HRRP-dl-master\DAE\Test_hrrp.mat, 391146 , 2019-01-17
Radar-HRRP-dl-master\DAE\Train_hrrp.mat, 391180 , 2019-01-17
Radar-HRRP-dl-master\DCNN, 0 , 2019-10-23
Radar-HRRP-dl-master\DCNN\DCNN.py, 11688 , 2019-01-17
Radar-HRRP-dl-master\DCNN\Test_hrrp.mat, 391146 , 2019-01-17
Radar-HRRP-dl-master\DCNN\Train_hrrp.mat, 391180 , 2019-01-17
Radar-HRRP-dl-master\HRRP_data, 0 , 2019-10-23
Radar-HRRP-dl-master\HRRP_data\Test_hrrp.mat, 391146 , 2019-01-17
Radar-HRRP-dl-master\HRRP_data\Train_hrrp.mat, 391180 , 2019-01-17
Radar-HRRP-dl-master\README.md, 1065 , 2019-01-17
Radar-HRRP-dl-master\SDAE, 0 , 2019-10-23
Radar-HRRP-dl-master\SDAE\DAE_def.py, 3652 , 2019-01-17
Radar-HRRP-dl-master\SDAE\SDAE.py, 8094 , 2019-01-17
Radar-HRRP-dl-master\SDAE\Test_hrrp.mat, 391146 , 2019-01-17
Radar-HRRP-dl-master\SDAE\Train_hrrp.mat, 391180 , 2019-01-17

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

发表评论

0 个回复

  • python
    Python 基础教程 (莫烦 Python 教程)(Python Basic Tutorial)
    2020-06-21 16:00:01下载
    积分:1
  • surfaces_cells
    ABAQUS中提取几何体、提取几何体表面的参数化建模程序块(In ABAQUS, the geometric body is extracted and the parameterized modeling program block is extracted)
    2021-02-19 20:29:44下载
    积分:1
  • test
    elastic search 的python测试运行(Python test run of elastic search)
    2019-02-16 13:11:57下载
    积分:1
  • project2
    中科大高级计算机网络第二次试验: 1)使用Mininet 、MinEdit模拟数据中心网络; 2)使用Controller,实现由链路故障和没有故障时的两种情况; 3)不使用Controller的模拟,手动配置Fattree的路由转发表; (USTC Advanced Computer Network Second test: 1) the use of Mininet, MinEdit analog data center network 2) Controller, implemented by the two cases and no link failure fault 3) without analog Controller, manual configuration Fattree the routing tables )
    2020-06-29 18:40:01下载
    积分:1
  • media_final
    python源代码,界面美观,能实现音乐播放,变频,混响,画波形图等功能,原数字信号处理作业。(python source code, beautiful interface, enables music playback, conversion, reverb, painting waveform functions, the original digital signal processing.)
    2014-04-11 12:45:04下载
    积分:1
  • 从Python开始学
    说明:  本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
    2020-06-18 03:00:02下载
    积分:1
  • rtmplite-master
    说明:  The siprtmp module implements a SIP-RTMP gateway. Please see the google code project for details on demo instructions and support information. The project description is contained in siprtmp.py file itself. The command line of siprtmp is same as rtmp, hence just replce rtmp by siprtmp in the following example to start the gateway.
    2019-06-28 08:03:42下载
    积分:1
  • Ballsearch
    说明:  NAO机器人识别红球并走向红球位置,参数可调(NAO Robot will detect the red ball, if NAO can't find ball, it will select other camera(bottom or top camera) to search. After the red ball is detected, robot will walk to the ball.)
    2021-01-02 16:58:57下载
    积分:1
  • Python
    说明:  python入门教材,涵盖了python语言的基础教学,并包括三个联手项目(1,外星人入侵游戏 2,数据可视化 3,Web应用程序)(Python Introductory textbook)
    2019-03-27 11:27:49下载
    积分:1
  • gqqqsy
    Ce projet a pour but de nous introduire d’une manière pratique aux techniques de traitement automatique du langage naturel
    2013-11-20 20:10:28下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载