AI

Artificial intelligence, machine learning and deep learning.

Named Entity Recognition and Knowledge Graph for Natural Language Understanding

Dig into connection of natural language with named entity recognition and knowledge graph.

Build a Decision Tree by Hand with TensorFlow Decision Forest

1 Problem Statement In the real business world, business strategies are mostly generated by decision trees, but the native rules

Summary of Data Science and Artificial Intelligence Resources (Continuously Updated)

1 Overview The purpose of this article is to summarize the machine learning reference materials that I usually use, facilitate

AMEX - Default Prediction Kaggle Competition Summary

1 Overview American Express (AMEX), a famous financial services company in the United States, hosted a data science competition on

Image Classification with TensorFlow

1 Introduction This article discusses the task of multi-class image classification using TensorFlow. The main topics covered include loading image

Introduction to Convolutional Neural Network Explainer

1 Introduction In the article Introduction to TensorFlow Playground, the author introduced a product that uses visualization to understand neural

Univariate Time Series Prediction with TensorFlow

1 Introduction This article will use TensorFlow to solve time series prediction problems. There is a very detailed but lengthy

Introduction to TensorFlow Playground

1. Introduction When I was learning deep learning, I deeply felt the benefits of visualization: if you have an intuitive

Building Tree Models with TensorFlow Decision Forests

1 Introduction Both deep learning and traditional machine learning have excellent frameworks in their respective fields. For example, when building

Text Classification with TensorFlow

1 Introduction In natural language processing, text classification is a very common application. This article will introduce the use of