TensorFlow-Examples-master
代码说明:
机器学习算法基于TensorFlow2.0的实现(Implementation of machine learning Based on TensorFlow 2.0)
文件列表:
TensorFlow-Examples-master, 0 , 2019-07-15
TensorFlow-Examples-master\.gitignore, 118 , 2019-07-15
TensorFlow-Examples-master\LICENSE, 1386 , 2019-07-15
TensorFlow-Examples-master\README.md, 14209 , 2019-07-15
TensorFlow-Examples-master\examples, 0 , 2019-07-15
TensorFlow-Examples-master\examples\1_Introduction, 0 , 2019-07-15
TensorFlow-Examples-master\examples\1_Introduction\basic_eager_api.py, 2002 , 2019-07-15
TensorFlow-Examples-master\examples\1_Introduction\basic_operations.py, 2355 , 2019-07-15
TensorFlow-Examples-master\examples\1_Introduction\helloworld.py, 522 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels, 0 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\gradient_boosted_decision_tree.py, 2993 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\kmeans.py, 3153 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\linear_regression.py, 2986 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\linear_regression_eager_api.py, 1964 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\logistic_regression.py, 2360 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\logistic_regression_eager_api.py, 3088 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\nearest_neighbor.py, 1739 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\random_forest.py, 2753 , 2019-07-15
TensorFlow-Examples-master\examples\2_BasicModels\word2vec.py, 6976 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks, 0 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\autoencoder.py, 4755 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\bidirectional_rnn.py, 4571 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\convolutional_network.py, 4759 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\convolutional_network_raw.py, 4814 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\dcgan.py, 6243 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\dynamic_rnn.py, 7373 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\gan.py, 5655 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\multilayer_perceptron.py, 3562 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network.py, 3409 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network_eager_api.py, 4140 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\neural_network_raw.py, 3384 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\recurrent_network.py, 3989 , 2019-07-15
TensorFlow-Examples-master\examples\3_NeuralNetworks\variational_autoencoder.py, 5319 , 2019-07-15
TensorFlow-Examples-master\examples\4_Utils, 0 , 2019-07-15
TensorFlow-Examples-master\examples\4_Utils\save_restore_model.py, 4859 , 2019-07-15
TensorFlow-Examples-master\examples\4_Utils\tensorboard_advanced.py, 5152 , 2019-07-15
TensorFlow-Examples-master\examples\4_Utils\tensorboard_basic.py, 3346 , 2019-07-15
TensorFlow-Examples-master\examples\5_DataManagement, 0 , 2019-07-15
TensorFlow-Examples-master\examples\5_DataManagement\build_an_image_dataset.py, 7417 , 2019-07-15
TensorFlow-Examples-master\examples\5_DataManagement\tensorflow_dataset_api.py, 4852 , 2019-07-15
TensorFlow-Examples-master\examples\6_MultiGPU, 0 , 2019-07-15
TensorFlow-Examples-master\examples\6_MultiGPU\multigpu_basics.py, 2356 , 2019-07-15
TensorFlow-Examples-master\examples\6_MultiGPU\multigpu_cnn.py, 7873 , 2019-07-15
TensorFlow-Examples-master\input_data.py, 5709 , 2019-07-15
TensorFlow-Examples-master\notebooks, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\0_Prerequisite, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\0_Prerequisite\ml_introduction.ipynb, 1914 , 2019-07-15
TensorFlow-Examples-master\notebooks\0_Prerequisite\mnist_dataset_intro.ipynb, 2622 , 2019-07-15
TensorFlow-Examples-master\notebooks\1_Introduction, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\1_Introduction\basic_eager_api.ipynb, 5799 , 2019-07-15
TensorFlow-Examples-master\notebooks\1_Introduction\basic_operations.ipynb, 5297 , 2019-07-15
TensorFlow-Examples-master\notebooks\1_Introduction\helloworld.ipynb, 1594 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\gradient_boosted_decision_tree.ipynb, 32353 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\kmeans.ipynb, 6364 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\linear_regression.ipynb, 62033 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\linear_regression_eager_api.ipynb, 27131 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\logistic_regression.ipynb, 5539 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\logistic_regression_eager_api.ipynb, 7382 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\nearest_neighbor.ipynb, 13094 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\random_forest.ipynb, 7741 , 2019-07-15
TensorFlow-Examples-master\notebooks\2_BasicModels\word2vec.ipynb, 34258 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\autoencoder.ipynb, 47239 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\bidirectional_rnn.ipynb, 11956 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\convolutional_network.ipynb, 33214 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\convolutional_network_raw.ipynb, 12114 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\dcgan.ipynb, 50310 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\dynamic_rnn.ipynb, 15134 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\gan.ipynb, 46898 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\neural_network.ipynb, 30679 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\neural_network_eager_api.ipynb, 8838 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\neural_network_raw.ipynb, 7146 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\recurrent_network.ipynb, 11292 , 2019-07-15
TensorFlow-Examples-master\notebooks\3_NeuralNetworks\variational_autoencoder.ipynb, 298726 , 2019-07-15
TensorFlow-Examples-master\notebooks\4_Utils, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\4_Utils\save_restore_model.ipynb, 8471 , 2019-07-15
TensorFlow-Examples-master\notebooks\4_Utils\tensorboard_advanced.ipynb, 10238 , 2019-07-15
TensorFlow-Examples-master\notebooks\4_Utils\tensorboard_basic.ipynb, 6959 , 2019-07-15
TensorFlow-Examples-master\notebooks\5_DataManagement, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\5_DataManagement\build_an_image_dataset.ipynb, 10553 , 2019-07-15
TensorFlow-Examples-master\notebooks\5_DataManagement\tensorflow_dataset_api.ipynb, 8198 , 2019-07-15
TensorFlow-Examples-master\notebooks\6_MultiGPU, 0 , 2019-07-15
TensorFlow-Examples-master\notebooks\6_MultiGPU\multigpu_basics.ipynb, 4385 , 2019-07-15
TensorFlow-Examples-master\notebooks\6_MultiGPU\multigpu_cnn.ipynb, 14411 , 2019-07-15
TensorFlow-Examples-master\resources, 0 , 2019-07-15
TensorFlow-Examples-master\resources\img, 0 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_advanced_1.png, 286897 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_advanced_2.png, 329796 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_advanced_3.png, 1011024 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_advanced_4.png, 607057 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_basic_1.png, 284683 , 2019-07-15
TensorFlow-Examples-master\resources\img\tensorboard_basic_2.png, 349097 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2, 0 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\README.md, 4771 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\notebooks, 0 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\notebooks\0_Prerequisite, 0 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\notebooks\0_Prerequisite\ml_introduction.ipynb, 1960 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\notebooks\0_Prerequisite\mnist_dataset_intro.ipynb, 2664 , 2019-07-15
TensorFlow-Examples-master\tensorflow_v2\notebooks\1_Introduction, 0 , 2019-07-15
下载说明:请别用迅雷下载,失败请重下,重下不扣分!