Introduction to TensorFlow Playground 1. Introduction When I was learning deep learning, I deeply felt the benefits of visualization: if you have an intuitive Jul 1, 2023 · 2 min read
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 Jul 1, 2023 · 3 min read
Text Classification with TensorFlow 1 Introduction In natural language processing, text classification is a very common application. This article will introduce the use of Jul 1, 2023 · 7 min read
Neo4J Graph Database Anti-Fraud Analysis in Practice (IV) - Risk Scoring 1 Preface In the Neo4J graph database anti-fraud series, we have identified risky users. This article will explain how to Jul 1, 2023 · 2 min read
Neo4J Graph Database Anti-Fraud Analysis in Practice (III) - Identifying Criminal Groups 1 Introduction In the Neo4J Graph Database Anti-Fraud Analysis Practice (II) - Preparing Data section, I introduced how to import Jul 1, 2023 · 3 min read
Neo4J Graph Database Anti-Fraud Analysis in Practice (II) - Prepare Data 1 Introduction In the previous article Neo4J Graph Database Anti-Fraud Analysis in Practice (Part 1) - Setup Analysis Environment, we Jul 1, 2023 · 3 min read
Neo4J Graph Database Anti-Fraud Analysis in Practice (I) - Set Up Analysis Environment 1 Introduction In the article An Introduction to Graph Databases, we introduced the basic components of a graph, such as Jul 1, 2023 · 2 min read
Introduction to Graph Databases 1. Introduction Have you ever heard of "Graph Databases - Graph Database"? Are they databases used to store Jul 1, 2023 · 3 min read
Permutation Importance for Feature Selection 1 Introduction In previous articles like Decision Tree Notes, some common feature selection techniques have been introduced. In this article, Jun 11, 2023 · 2 min read
Automatically Build and Push Docker Image with GitHub Action 1 Introduction In this article, we will introduce how to use GitHub Action to automatically push Docker images to a Jun 11, 2023 · 3 min read