Summary of Reasons for Neural Network Training Failures

Summary of Reasons for Neural Network Training Failures

Click the "Xiaobai Learns Vision" above, choose to add "Starred" or "Top" Heavyweight content delivered first hand This article analyzes the reasons for model training not converging or failing from both data and model perspectives. It summarizes four possible reasons from the data side and nine potential issues from the model side. In addition, the … Read more

In-Depth Summary of 27 Common Deep Learning Questions

In-Depth Summary of 27 Common Deep Learning Questions

Follow our WeChat public account “ML_NLP“ Set it as “Starred“, delivering heavy content as soon as possible! Source | https://github.com/scutan90/DeepLearning-500-questions/blob/master/ch03_%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80/%E7%AC%AC%E4%B8%89%E7%AB%A0_%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80.md Organizer | dilligencer https://zhuanlan.zhihu.com/p/105476748 This article is for interview experience sharing only and not for commercial use. If there is any infringement, please contact for deletion. 1. Why is it difficult to train deep neural … Read more

Understanding the XGBoost Algorithm

Understanding the XGBoost Algorithm

XGBoost (eXtreme Gradient Boosting) has become quite popular in various competitions in recent years due to its excellent predictive performance. Below, we will introduce its principles. Principle First, we need to understand that XGBoost is an improvement of the GBDT algorithm. During the k-th iteration, the loss function of GBDT can be denoted as L(y,F[k](x)). … Read more

New Method Proposed by Software Institute to Enhance GAN Model Performance

New Method Proposed by Software Institute to Enhance GAN Model Performance

Recently, the research team of the National Key Laboratory of Space-Based Integrated Information System at the Software Institute had their paper Intriguing Property and Counterfactual Explanation of GAN for Remote Sensing Image Generation accepted by the top journal in the field of computer vision, the International Journal of Computer Vision (IJCV). The paper presents a … Read more

Practical Summary of CNN Tuning

Practical Summary of CNN Tuning

Click on the above “Beginner Learning Vision“, select to add “Star” or “Top“ Essential insights delivered promptly Reprinted from: Author | Charlotte Source | Deep Learning Enthusiasts Editor | Jishi Platform Summary of tuning techniques, all about CNN optimization. Summary of CNN Optimization Systematic evaluation of CNN advances on the ImageNet Using ELU non-linearity without … Read more

Summary of XGBoost Parameter Tuning

Summary of XGBoost Parameter Tuning

XGBoost has shone in Kaggle competitions. In previous articles, the principles of the XGBoost algorithm and the XGBoost splitting algorithm were introduced. Most explanations of XGBoost parameters found online only scratch the surface, making it extremely unfriendly for those new to machine learning algorithms. This article will explain some important parameters while referencing mathematical formulas … Read more