728x90 반응형 AI24 2nd K-AI Manufacturing Competition (2) ▤ 목차Analysis Model DevelopmentAI Analysis Model Selection: GRURecurrent Neural Networks (RNNs) and LSTMsRecurrent Neural Networks (RNNs) are highly effective for sequential data processing due to their ability to capture temporal dependencies. However, traditional RNNs face limitations in retaining long-term dependencies, often suffering from the vanishing gradient problem.To address this, Long .. 2025. 1. 15. 2nd K-AI Manufacturing Competition (1) ▤ 목차Manufacturing Data Definition and ProcessingOverview of Manufacturing Data CollectionThe dataset analyzed in this study was collected from the melting and mixing process during powdered cream production. This data was obtained via PLCs and a Database Management System (DBMS) with a collection cycle set at 6-second intervals. The data collection period spans approximately two months, from Mar.. 2025. 1. 15. 2nd K-AI Manufacturing Competition (0) ▤ 목차OverviewKAMP, an AI manufacturing platform managed by the Ministry of SMEs and Startups in the Republic of Korea, held a competition. The goal was to define and solve a problem based on the anonymized random dataset, and we received a melting tank dataset from the food manufacturing industry.Analysis BackgroundOverview of the Process and EquipmentThe dataset analyzed in this study originates.. 2025. 1. 15. Backpropagation ▤ 목차The Purpose of Backpropagation인공 신경망을 학습시키기 위한 알고리즘 중 하나 신경망을 학습시키는 목표 중 하나는 도출된 예측값과 실제 값의 차이(오차)를 줄이기 위함이다 그렇기에 역전파를 사용해 오차를 모든 가중치에 전달하여 갱신을 하며 궁극적으로 오차를 줄이는 기법이다노드가 가지고 있는 가중치(weight)나 편향(bias) 같은 변수들을 어떻게 갱신(update) 하나?노드의 변수들을 어떻게 개별적으로 얼마큼 업데이트 하나?Chain rule(연쇄 법칙)을 이용해 위 두 가지 질문들을 해결할 수 있다Chain Rule (연쇄법칙)💡 Chain rule (연쇄법칙) 함수 f,g가 있을 때 f와 g가 모두 미분 가능하고 F=f(g(x))=f∘g.. 2024. 12. 17. Improving Deep Neural Networks: Hyperparameter Tuning, Regularization, and Optimization (1) ▤ 목차Practical Aspects of Deep LearningRegularizing your Neural NetworkClarification about Upcoming Regularization VideoPlease note that in the next video (Regularization) at 5:45, the Frobenius norm formula should be the following:∣∣w[l]∣∣2=∑n[l]i=1∑n[l−1]j=1(w[l]i,j)2 The limit of summation of i should be from 1 to n[l], The limit of summation of j should be .. 2024. 12. 10. Improving Deep Neural Networks: Hyperparameter Tuning, Regularization, and Optimization (0) ▤ 목차About this CourseIn the second course of the Deep Learning Specialization, you will open the deep learning black box to systematically understand the processes that drive performance and generate good results. By the end, you will learn the best practices to train and develop test sets and analyze bias/variance for building deep learning applications; be able to use standard neural network t.. 2024. 12. 5. 이전 1 2 3 4 다음 728x90 반응형