This page was machine-translated and may differ from the original. View original
[Webinar Review] e4ds Electronics Technology Research Institute, Machine Learning and Deep Learning Basics Lecture ①
▲Introduction to Machine Learning & Deep Learning for Beginners (Capture: e4ds EEWebinar)
“Regression models predict scores, classification predicts whether or not you pass”
Useful for binary classification models and Logistic Regression algorithms
Useful for binary classification models and Logistic Regression algorithms
As machine learning and deep learning are spreading into all aspects of our lives, a one-point lecture was held for beginner and entry-level developers who are not AI experts.
The first webinar, 'Introduction to Machine Learning & Deep Learning for Beginners', was recently released by e4ds EEWebinar. This webinar, hosted by e4ds Electronic Technology Research Institute, introduced AI terminology and basic concepts while conducting a contest on YOLO version 8 object detection at e4ds Make, and provided education for non-majors and beginners in AI.
The introductory webinar on machine learning and deep learning for beginners will explore machine learning and deep learning, and explain machine learning and supervised learning, regression, learning, and loss functions, gradient descent, artificial neural networks, deep learning architecture, backpropagation, CNN, and NN structures.
In the first part of the webinar that day, the lecture focused on a general explanation of regression and classification models in supervised learning, loss functions, and gradient descent.
Artificial intelligence encompasses learning and reasoning, and machine learning is included within it. Machine learning uses data to learn data characteristics and patterns and predict future values based on them. Deep learning is a branch of machine learning and is a set of algorithms that learn through neural networks.
Machine learning includes △supervised learning △unsupervised learning △reinforcement learning, and Research Director Jeon Jong-cheon focused on supervised learning. Supervised learning is divided into regression models and classification models, and the regression model predicts continuous output values for input values, and the classification model determines which category the input data belongs to.
The former head researcher added, “For example, regression models are suitable for developing models that predict test scores based on study time, and classification models are suitable for predicting whether a student will pass or fail a test based on study time.”
In regression models, it is important to find the weights and biases that produce the smallest error. Former Principal Researcher said, “The loss function is a function that calculates the error value as the difference between the correct answer and the predicted value. If possible, it is calculated as a square to make the error a larger value in order to maximize the learning effect in machine learning.”
This prevents the problem that the error has a larger value due to squaring, and that the sum of the errors becomes 0 when squaring is not performed, making effective learning possible in machine learning.
Next, the former head researcher explained the Logistic Regression algorithm used in binary classification models. For example, in finding the boundary point that determines whether or not a test is passed, the Logistic Regression algorithm finds the optimal straight line that appears in the training data distribution and classifies it based on this.
This Logistic Regression algorithm is known to have high accuracy among classification algorithms and is used as a basic component in deep learning.
Meanwhile, the second part of the webinar, 'Introduction to Machine Learning & Deep Learning for Beginners', will be held live on the e4ds EEWebinar on the 6th.
본 기사에 대한 정정·반론·추후보도 청구는 보도 청구 안내를, 그간 게재된 보도문은 정정·반론보도 모아보기를 참고해 주세요.














