Update Google-ML-Crash-Course_MNIST_model.py
Browse files
Google-ML-Crash-Course_MNIST_model.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Upgraded to use TensorFlow 2.x and the Keras API. Provides multiple visualizations of the weights.
|
| 2 |
# Ready to copy, paste, run in colab using TensorFlow 2.x
|
| 3 |
"""
|
| 4 |
-
Corrected and upgraded by
|
| 5 |
https://github.com/spiderPan/Google-Machine-Learning-Crash-Course/blob/master/multi-class_classfication_of_handwritten_digits.py
|
| 6 |
"""
|
| 7 |
|
|
|
|
| 1 |
# Upgraded to use TensorFlow 2.x and the Keras API. Provides multiple visualizations of the weights.
|
| 2 |
# Ready to copy, paste, run in colab using TensorFlow 2.x
|
| 3 |
"""
|
| 4 |
+
Corrected and upgraded by the Martial Terran, from
|
| 5 |
https://github.com/spiderPan/Google-Machine-Learning-Crash-Course/blob/master/multi-class_classfication_of_handwritten_digits.py
|
| 6 |
"""
|
| 7 |
|