Practical Experiences and Tips for Building Neural Networks

Practical Experiences and Tips for Building Neural Networks

Click on the above “Xiaobai Learns Vision“, select “Star” or “Pin“ Important content delivered immediately Authors: Matt H and Daniel R Compiled by: ronghuaiyang Introduction Experience and lessons accumulated from thousands of hours of model training. In our machine learning lab, we have accumulated thousands of hours of training on many high-performance machines. However, it … Read more

The Fastest Way to Train Neural Networks: AdamW Optimization Algorithm + Super Convergence

The Fastest Way to Train Neural Networks: AdamW Optimization Algorithm + Super Convergence

Excerpt from fast.ai Authors: Sylvain Gugger, Jeremy Howard Translated by: Machine Heart Contributors: Siyuan, Wang Shuting, Zhang Qian Optimization methods have always been a crucial part of machine learning and are the core algorithms of the learning process. Since its introduction in 2014, Adam has garnered widespread attention, with over 10,047 citations for the original … Read more

Stabilizing BERT Fine-tuning on Small Datasets

Stabilizing BERT Fine-tuning on Small Datasets

Follow our public account “ML_NLP“ Set as “Starred“, heavy content delivered first! Author:Qiu Zhenyu (Algorithm Engineer, Huatai Securities Co., Ltd.) Zhihu Column:My AI Journey Recently, I came across a paper titled “Revisiting Few-sample BERT Fine-tuning”. The paper has just been released on arXiv, and although it hasn’t attracted much attention yet, I found it very … Read more

Short-Term Power Load Forecasting Based on CNN-LSTM Network

Short-Term Power Load Forecasting Based on CNN-LSTM Network

Click the blue text| Follow “Electrical Engineering” Abstract:Traditional neural networks have low accuracy in load forecasting with strong temporal correlation. To effectively improve the accuracy of short-term power load forecasting, a load forecasting method based on the combination of Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) network is proposed. Five-dimensional load feature data … Read more

Summary of Neural Network Optimization Algorithms

Summary of Neural Network Optimization Algorithms

Datawhale Insights Compiled by: Wang Xiaoxin, Source: Quantum Bit When adjusting the way models update weight and bias parameters, have you considered which optimization algorithm can yield better and faster results for the model? Should you use Gradient Descent, Stochastic Gradient Descent, or the Adam method? This article introduces the main differences between various optimization … Read more

Summary of Neural Network Optimization Algorithms

Summary of Neural Network Optimization Algorithms

Datawhale Insights Compiled by: Wang Xiaoxin, Source: Quantum Bits When adjusting the model’s weight and bias update methods, have you considered which optimization algorithm can yield better and faster results for the model? Should you use gradient descent, stochastic gradient descent, or the Adam method? This article introduces the main differences between various optimization algorithms … Read more

Deep Learning Tips for Effective Neural Network Training

Deep Learning Tips for Effective Neural Network Training

Produced by Big Data Digest Compiled by: Shijin Tian, Ni Ni, Hu Jia, Yun Zhou In many machine learning labs, machines have undergone thousands of hours of training. During this process, researchers often take many detours and fix many bugs, but it is certain that the experience and knowledge gained during the research process are … Read more