[Experience in 3 days] Deep learning learned with TensorFlow x Python 3 https://www.udemy.com/tensorflow/learn/v4/overview
I had a bit of a bite on pyhton so I thought it would be easy, but I could understand how to do it, but the content was refreshing. To briefly explain, it was an explanation of the TensorFlow tutorial and an application problem. The purpose was to implement it without worrying about the content of the code. For the time being, I did everything from implementing TensorFlow to assuming images. First, the tutorial MNIST For ML Beginners https://www.tensorflow.org/get_started/mnist/beginners This is to calculate the probability of hitting a number from handwritten characters. next Deep MNIST for Experts https://www.tensorflow.org/get_started/mnist/pros Here, I entered various codes to increase the probability and popped out more accurate values than MNIST for ML Beginners.
Finally Image Recognition https://www.tensorflow.org/tutorials/image_recognition This is to implement a certain image recognition program in advance and go to see the image prepared by yourself.
I was a complete beginner, but the explanation was very easy to understand. There were many things I didn't understand, but the first one was perfect for beginners to learn image recognition and TensorFlow. I just wondered if I needed mathematical knowledge such as matrices and probabilities and statistics to learn more about this.
Recommended Posts