From 1268feb716d5fbff6594dccf7be0c53739bd192d Mon Sep 17 00:00:00 2001 From: JYNi16 <49049752+JYNi16@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:56:08 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43df724..4174d57 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ Including: 1. PCA method for 2D Ising model (unsupervised learning method). 2. AutoEncoder neural network for 2D Iisng model (unsupervised deep learning method). 3. VAE neural network for 2D Ising model (unsupervised deep learning method). -4. Binary classification neural network for Kosterlitz-Thouless transition in 2D-XY model (CNN method). +4. Binary classification neural network for magnetic transition in 2D-Ising model (CNN method). +5. Binary classification neural network for Kosterlitz-Thouless transition in 2D-XY model (CNN method).