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

TensorFlow-Examples-master

于 2018-04-01 发布 文件大小:2814KB
0 94
下载积分: 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 个回复

  • matlabcode1
    利用matlab实现图像的边界检测。包括sobels算子,prewitt算子,还包括图像的边界追踪(use matlab to detect the boundary of the image)
    2009-07-11 11:14:20下载
    积分:1
  • MPCACodes
    说明:  MPCA一个博士编写的多线程pca变换方法,内含发表论文(Dr. MPCA prepared a multi-threaded PCA transform methods, including papers)
    2021-05-09 17:48:34下载
    积分:1
  • SART
    SART图像重建代码 基于C++ 主要用于CT等射线处理(code of image and with a wide application of CT, x-RAY , ETC)
    2017-09-16 12:48:22下载
    积分:1
  • hausdorff111
    在matlab下用hausdorff进行两幅图的匹配问题,可以得到hausdorff的距离(in Matlab using hausdorff two plans for the match, can be hausdorff distance)
    2007-04-04 12:14:06下载
    积分:1
  • M
    说明:  本程序利用为自适应中值滤波器的实现,可用于图像去噪(An image noise reduction algorithm)
    2017-10-17 09:16:59下载
    积分:1
  • 卡尔曼滤波
    1、运动目标进行检测与跟踪,背景差分法,卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像; 3、代码部分附详细解释(1. The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference method, the tracking part uses Calman filter, the detection result is represented by the red outer rectangle frame, and the tracking result is expressed in green rectangle frame. 2. The background image is updated with the average background method. 3. The part of the code is explained in detail)
    2021-01-01 21:48:58下载
    积分:1
  • StarGuide
    通过与导航星库中的参考星进行三角形匹配实现姿态确定(satellite attitude determination)
    2021-03-22 14:39:17下载
    积分:1
  • dlushdebugger
    各种矩阵算法库,支持UpperTriangularMatrix,LowerTriangularMatrix, Diagon()
    2018-03-14 07:38:51下载
    积分:1
  • 能带
    说明:  其可以直接绘制vaspkit生成的能带图,直接调用即可,可以批量生成能带图(It can directly draw the band diagram generated by vaspkit)
    2020-05-27 11:46:48下载
    积分:1
  • PCA-SIFT
    说明:  共享主成份尺度不变变换PCA-SIFT代码,用于SAR图像配准,希望对各位雷达爱好者和SAR工作者有用!(Principle component analysis, PCA- Scale invariant feature transform-SIFT used for SAR processing. )
    2020-10-30 15:39:56下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载