登录
首页 » Python » TensorFlow-Examples-master

TensorFlow-Examples-master

于 2018-04-01 发布 文件大小:2814KB
0 181
下载积分: 1 下载次数: 12

代码说明:

  基于Tensorflow的Unet实现,里面有详细的教程。(TensorFlow for Unet, in which there are detailed teaching lecture.)

文件列表:

TensorFlow-Examples-master\.gitignore, 118 , 2018-03-07
TensorFlow-Examples-master\examples\1_Introduction\basic_eager_api.py, 1937 , 2018-03-15
TensorFlow-Examples-master\examples\1_Introduction\basic_operations.py, 2355 , 2018-03-07
TensorFlow-Examples-master\examples\1_Introduction\helloworld.py, 483 , 2018-03-15
TensorFlow-Examples-master\examples\2_BasicModels\kmeans.py, 3159 , 2018-03-07
TensorFlow-Examples-master\examples\2_BasicModels\linear_regression.py, 2986 , 2018-03-07
TensorFlow-Examples-master\examples\2_BasicModels\linear_regression_eager_api.py, 2043 , 2018-03-07
TensorFlow-Examples-master\examples\2_BasicModels\logistic_regression.py, 2360 , 2018-03-07
TensorFlow-Examples-master\examples\2_BasicModels\logistic_regression_eager_api.py, 3155 , 2018-03-07
TensorFlow-Examples-master\examples\2_BasicModels\nearest_neighbor.py, 1735 , 2018-03-15
TensorFlow-Examples-master\examples\2_BasicModels\random_forest.py, 2753 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\autoencoder.py, 4755 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\bidirectional_rnn.py, 4571 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\convolutional_network.py, 4759 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\convolutional_network_raw.py, 4814 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\dcgan.py, 6243 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\dynamic_rnn.py, 7373 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\gan.py, 5655 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\multilayer_perceptron.py, 3562 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network.py, 3413 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network_eager_api.py, 4221 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network_raw.py, 3384 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\recurrent_network.py, 3989 , 2018-03-07
TensorFlow-Examples-master\examples\3_NeuralNetworks\variational_autoencoder.py, 5319 , 2018-03-07
TensorFlow-Examples-master\examples\4_Utils\save_restore_model.py, 4859 , 2018-03-07
TensorFlow-Examples-master\examples\4_Utils\tensorboard_advanced.py, 5152 , 2018-03-07
TensorFlow-Examples-master\examples\4_Utils\tensorboard_basic.py, 3346 , 2018-03-07
TensorFlow-Examples-master\examples\5_DataManagement\build_an_image_dataset.py, 7397 , 2018-03-07
TensorFlow-Examples-master\examples\5_DataManagement\tensorflow_dataset_api.py, 5345 , 2018-03-07
TensorFlow-Examples-master\examples\6_MultiGPU\multigpu_basics.py, 2356 , 2018-03-07
TensorFlow-Examples-master\examples\6_MultiGPU\multigpu_cnn.py, 7873 , 2018-03-07
TensorFlow-Examples-master\input_data.py, 5709 , 2018-03-07
TensorFlow-Examples-master\LICENSE, 1386 , 2018-03-07
TensorFlow-Examples-master\notebooks\0_Prerequisite\ml_introduction.ipynb, 1914 , 2018-03-07
TensorFlow-Examples-master\notebooks\0_Prerequisite\mnist_dataset_intro.ipynb, 2622 , 2018-03-07
TensorFlow-Examples-master\notebooks\1_Introduction\basic_operations.ipynb, 5297 , 2018-03-07
TensorFlow-Examples-master\notebooks\1_Introduction\helloworld.ipynb, 1592 , 2018-03-07
TensorFlow-Examples-master\notebooks\2_BasicModels\kmeans.ipynb, 6364 , 2018-03-07
TensorFlow-Examples-master\notebooks\2_BasicModels\linear_regression.ipynb, 62033 , 2018-03-07
TensorFlow-Examples-master\notebooks\2_BasicModels\logistic_regression.ipynb, 5001 , 2018-03-07
TensorFlow-Examples-master\notebooks\2_BasicModels\nearest_neighbor.ipynb, 13095 , 2018-03-07
TensorFlow-Examples-master\notebooks\2_BasicModels\random_forest.ipynb, 7735 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\autoencoder.ipynb, 47239 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\bidirectional_rnn.ipynb, 11956 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\convolutional_network.ipynb, 33214 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\convolutional_network_raw.ipynb, 12114 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\dcgan.ipynb, 50310 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\dynamic_rnn.ipynb, 15134 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\gan.ipynb, 46898 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\neural_network.ipynb, 30679 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\neural_network_raw.ipynb, 7146 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\recurrent_network.ipynb, 11292 , 2018-03-07
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\variational_autoencoder.ipynb, 298726 , 2018-03-07
TensorFlow-Examples-master\notebooks\4_Utils\save_restore_model.ipynb, 8471 , 2018-03-07
TensorFlow-Examples-master\notebooks\4_Utils\tensorboard_advanced.ipynb, 10238 , 2018-03-07
TensorFlow-Examples-master\notebooks\4_Utils\tensorboard_basic.ipynb, 6959 , 2018-03-07
TensorFlow-Examples-master\notebooks\5_DataManagement\build_an_image_dataset.ipynb, 10524 , 2018-03-07
TensorFlow-Examples-master\notebooks\5_DataManagement\tensorflow_dataset_api.ipynb, 8841 , 2018-03-07
TensorFlow-Examples-master\notebooks\6_MultiGPU\multigpu_basics.ipynb, 4385 , 2018-03-07
TensorFlow-Examples-master\notebooks\6_MultiGPU\multigpu_cnn.ipynb, 14411 , 2018-03-07
TensorFlow-Examples-master\README.md, 11953 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_advanced_1.png, 286897 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_advanced_2.png, 329796 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_advanced_3.png, 1011024 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_advanced_4.png, 607057 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_basic_1.png, 284683 , 2018-03-07
TensorFlow-Examples-master\resources\img\tensorboard_basic_2.png, 349097 , 2018-03-07
TensorFlow-Examples-master\examples\1_Introduction, 0 , 2018-03-15
TensorFlow-Examples-master\examples\2_BasicModels, 0 , 2018-03-15
TensorFlow-Examples-master\examples\3_NeuralNetworks, 0 , 2018-03-15
TensorFlow-Examples-master\examples\4_Utils, 0 , 2018-03-15
TensorFlow-Examples-master\examples\5_DataManagement, 0 , 2018-03-15
TensorFlow-Examples-master\examples\6_MultiGPU, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\0_Prerequisite, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\1_Introduction, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\2_BasicModels, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\4_Utils, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\5_DataManagement, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks\6_MultiGPU, 0 , 2018-03-15
TensorFlow-Examples-master\resources\img, 0 , 2018-03-15
TensorFlow-Examples-master\examples, 0 , 2018-03-15
TensorFlow-Examples-master\notebooks, 0 , 2018-03-15
TensorFlow-Examples-master\resources, 0 , 2018-03-15
TensorFlow-Examples-master, 0 , 2018-03-15

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

发表评论

0 个回复

  • radar-moving-target-simulation
    利用固定目标和运动目标之间速度的差别所引起的多普勒频移不同根据在动目标 显示和动目标检测中使用的各种滤波器去除固定杂波提取动目标的回波能够大大 改善在杂波背景下检测运动目标的能力仿真结果显示出很好的效果也给出了改善 因子与积累脉冲数间关系 (radar moving target simulation)
    2015-05-04 22:35:32下载
    积分:1
  • imagesegment
    此M文件主要利用区域生长和边缘检测进行图像分割(image segment by region grow )
    2010-01-20 11:35:17下载
    积分:1
  • 钢轨断面
    说明:  60轨CAD断面图,严格按照国家标准作图,60轨CAD断面图(Cross-sectional drawing of 60-rail CAD)
    2021-04-01 09:59:08下载
    积分:1
  • Untitled1
    yuv格式的视频分解成每一帧图像,使用的是matlab语言(yuv format video into each frame, using matlab language)
    2013-07-18 16:35:29下载
    积分:1
  • 947504
    对随机数的检测,统计0和1的频数,有利于减少计算量()
    2018-05-27 19:24:50下载
    积分:1
  • 3DAni
    正方体透视投影变换,可通过鼠标及键盘实现动画效果(cube perspective projection transform, through mouse and keyboard to achieve animation effects)
    2004-11-07 22:56:45下载
    积分:1
  • chapter11
    精通MATLAB数字图像处理与识别 chapter11 代码(Proficient in MATLAB digital image processing and recognition chapter11 code)
    2013-12-05 20:50:09下载
    积分:1
  • 卷积神经网络用于两幅遥感像或者红外和可见光像的融合 CNN-Fusion
    说明:  卷积神经网络用于两幅遥感图像或者红外和可见光图像的融合(For fusion of two remote sensing images or infrared and visible images)
    2020-08-27 09:58:13下载
    积分:1
  • section2
    超声相控阵声场仿真程序,可以对相控阵探头的声场进行仿真(The ultrasonic phased array acoustic field simulation program can simulate the sound field of phased array probe)
    2017-10-11 21:46:26下载
    积分:1
  • vtkVolume-from-DICOM.tar
    Get and render vtk Volume DICOM file
    2015-04-13 18:47:09下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载