-
――
I planned it with reference to the following site. https://blog.kikagaku.co.jp/2020/04/06/how-to-learn-ai/
I also attended a programming school to learn about IT, but I am afraid that this kind of language will become a so-called mass-produced engineer because it is a field with low barriers to entry and a large competitive population when anyone can do it. I did. Therefore, it is good that the basics include highly specialized content.
You also need to study deep learning ... Neural network calculation (forward propagation), linear transformation, non-linear transformation, neural network calculation (back propagation) Error back propagation method, gradient descent method, mini-batch learning, neural network implementation (TensorFlow or PyTorch) </ b>
Machine learning is too dark and scary About the data to be handled below
Image data, convolutional neural network (CNN), object detection algorithm (R-CNN, YOLO, SSD, etc.), semantic segmentation algorithm, sentence data, sentence data feature extraction method (Bag of words, Word2Vec, etc.) , Machine translation algorithms (Seq2Seq, Attention, etc.)
Time-series data (1/1 number of visitors is data that has a context in the data of 100 people)
Recurrent neural networks (RNN, LSTM, GRU, etc.)
Convolutional Neural Network (CNN)
Table data (data as described in an Excel sheet)
Feature engineering
Evolving machine learning algorithms (XGBoost, LightGBM, etc.) </ B>
Recommended Posts