-
TensorFlow-Examples-master
机器学习算法基于TensorFlow2.0的实现(Implementation of machine learning Based on TensorFlow 2.0)
- 2020-06-21 09:40:02下载
- 积分:1
-
tfAlexNet-master
基于tensorflow的alexnet实现,用于机器学习图片分类网络模型入门(Tensorflow based alexnet implementation for machine learning picture classification network model introduction)
- 2017-12-05 18:43:25下载
- 积分:1
-
MF-DCCA-master
多重分形趋势互 分析法(MF-DCCA)方法可以用来量化这种交叉相关,例如 MF-选区基于趋势波动分析方法(MF-X-DFA)(The multifractal trend analysis of each method (MF-DCCA) method can be used to quantify this cross-correlation, such as MF-constituency based on detrended fluctuation analysis (MF-X-DFA))
- 2017-10-16 21:48:45下载
- 积分:1
-
深度学习资料
这是一个来自git的深度学习算法的python、代码,需要自己编译安装,压缩包里面含有安装步骤
- 2023-06-28 22:45:06下载
- 积分:1
-
Hero_Era_Pro2
python 游戏源码
python 游戏源码 python 游戏源码
python 游戏源码 python 游戏源码
python 游戏源码(Source code
Source code Source code Source code)
- 2019-05-15 08:36:37下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
处理大全升级版
进行电离层电子密度反演是与标准数据的对比分析(The inversion of ionospheric electron density is a comparison with standard data)
- 2018-09-15 10:25:59下载
- 积分:1
-
ASExplorer
网络数据包捕获查看工具, 支持三种 数据包捕获方式: 1、Raw嗅探 2、Hook指定进程API,截获数据包 3、端口数据转发(Network Packet Capture and View Tool supports three ways of data packet capture: 1. Raw Sniffer 2. Hook Specifies Process API, Intercepts Packet 3, Port Data Forwarding)
- 2020-06-19 05:00:02下载
- 积分:1
-
arcpy
可以进行批量裁剪TIF格式文件,适用于大量数据预处理(GOODLUCK,wish that my code will help your clip)
- 2018-10-08 09:51:54下载
- 积分:1
-
sdd_UIDesigner_V1
由本人开发的maya ui生成工具,所见即所得ui设计工具,帮助开发者脱离文档直接创建ui.简单方便易用,能生成python和mel两种语言ui代码.
本程序为纯python语言开发,支持maya2013和以上版本(Developed by me Maya UI generation tools, WYSIWYG UI design tools to help developers from the document, directly create ui., simple, convenient and easy to use, you can generate Python and Mel two languages UI code)
- 2017-06-14 15:08:09下载
- 积分:1