Posts

Showing posts from February, 2021

About machine learning programming

Recently, I've been studying AI and machine learning using Python, and it's quite interesting to start doing it. Especially, I think it's really convenient that you can easily use TensorFlow and Keras with just a browser using Google Colaboratory. At first, I'm a little confused about where to start this kind of study, but there are many books on AI and machine learning, and when I read them at a bookstore and somehow keep in mind the keywords, I somehow understand the image. After that, if you make an online reservation for a book that seems good from the library and read it, your understanding will gradually deepen. It was a book called "Deep Learning Mechanism to Learn While Working with TensorFlow and Keras" that was very interesting to me and deepened my understanding of machine learning. As a result, I was able to grasp the concept of logistic regression, softmax function, sigmoid function, ReLU, convolutional filter, CNN, etc. in addition to matrix calc