Essentials of Andrew Ng’s DeepLearning.ai Course: Neural Networks Basics

Essentials of Andrew Ng's DeepLearning.ai Course: Neural Networks Basics

The following notes summarize key points from the second week of the first part of Andrew Ng’s “Neural Networks and Deep Learning” course in the DeepLearning.ai project on Coursera. These notes do not cover all the details of the video lectures. For content omitted in these notes, please refer to Coursera or NetEase Cloud Classroom. … Read more

Introduction to 10 Common Machine Learning Algorithms (Part 1)

Introduction to 10 Common Machine Learning Algorithms (Part 1)

1. Linear Regression Linear regression is a statistical method used to study the relationship between two continuous variables: one independent variable and one dependent variable. The goal of linear regression is to find the best-fit line through a set of data points, which can then be used to predict future observations. The equation for a … Read more

Pros and Cons of the Top 10 Machine Learning Algorithms

Pros and Cons of the Top 10 Machine Learning Algorithms

Source: Zhihu Abner says AI This article is approximately 4500 words long and suggests a reading time of 9 minutes. This article summarizes the pros and cons of the top 10 machine learning algorithms. 1. Logistic Regression The binary logistic regression model is a classification model represented by the conditional probability distributionP(Y|X), which takes the … Read more

Illustrating The 10 Most Common Machine Learning Algorithms

Illustrating The 10 Most Common Machine Learning Algorithms

Source: Author: james_aka_yale Hello everyone, I am Xiao Z. In the field of machine learning, there is a saying that “there is no free lunch in the world”, which simply means that there is no single algorithm that performs best on every problem. This theory is particularly important in supervised learning. For example, you cannot … Read more

Effectiveness of XGBoost Algorithm in Predicting Mortality in Severe TBI

Effectiveness of XGBoost Algorithm in Predicting Mortality in Severe TBI

First Author: Wang Ruoran, Wang Leping Corresponding Author: Xu Jianguo Author Affiliation: West China Hospital, Sichuan University [REF: Wang R, Wang L, Zhang J, He M, Xu J. XGBoost Machine Learning Algorithm Performed Better Than Regression Models in Predicting Mortality of Moderate-to-Severe Traumatic Brain Injury [published online ahead of print, 2022 Apr 14]. World Neurosurg. … Read more

Illustration of the Top 10 Machine Learning Algorithms

Illustration of the Top 10 Machine Learning Algorithms

Source: Turing Artificial Intelligence, Aotu Data This article is about 3600 words long and suggests a reading time of 7 minutes. This article introduces the 10 most common machine learning algorithms in an illustrated manner. In the field of machine learning, there is a saying that “there is no free lunch in the world”, which … Read more

Illustrated Guide to the 10 Most Common Machine Learning Algorithms

Illustrated Guide to the 10 Most Common Machine Learning Algorithms

In the field of machine learning, there is a saying that “there is no free lunch in the world,” which simply means that no single algorithm can perform best on every problem. This theory is particularly important in supervised learning. For example, you cannot say that neural networks are always better than decision trees, or … Read more

Understanding Neural Networks: A Comprehensive Guide

Understanding Neural Networks: A Comprehensive Guide

Author: Matthew Stewart Translator: Che Qianzi Proofreader: Chen Dan This article is approximately 5500 words, and it is recommended to read it in 12 minutes. The knowledge in this article will provide a strong foundation to introduce you to the performance of neural networks, applied in deep learning applications. “Your brain does not generate thoughts. … Read more

Beginner’s Guide to Using BERT: Principles and Hands-On Examples

Beginner's Guide to Using BERT: Principles and Hands-On Examples

Author Jay Alammar, Translated by QbitAI | WeChat Official Account QbitAI BERT, as a key player in the field of natural language processing, is an unavoidable topic for NLPer. However, for those with little experience and a weak foundation, mastering BERT can be a bit challenging. Now, tech blogger Jay Alammar has created a “Visual … Read more

Understanding Ten Models: Lasso, Bayesian, KNN, Logistic, Decision Trees, Random Forests, SVM, Neural Networks, XGBoost, LightGBM

Understanding Ten Models: Lasso, Bayesian, KNN, Logistic, Decision Trees, Random Forests, SVM, Neural Networks, XGBoost, LightGBM

Machine Learning Machine learning is an important branch of artificial intelligence, playing an increasingly significant role in areas such as data analysis, image recognition, and natural language processing in recent years. The basic concept of machine learning revolves around how to enable computers to learn and predict using data. R, as a powerful tool for … Read more