From 2adbb9f71995d3968683a044bf467086ff64a372 Mon Sep 17 00:00:00 2001
From: DejasDejas <38346343+DejasDejas@users.noreply.github.com>
Date: Thu, 28 May 2020 11:52:31 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 965d38137..d8b88d827 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ We study these binary activations with two datasets: [Part1: MNIST](#part1-mnist
 
 This repository uses Pytorch library.
 
-Colaboratory notebooks for part1 et part2 contains some differents visualization tools to compare networks with binary weights and network with no binary weights, e.g.:
+Colaboratory notebooks in Parts 1 and 2 contain visualization tools to compare binary and no binary networks, such as:
 - visualization activations values for a specific data
 - visualization filters trained by network
 - visualization heatmap for prediction data
@@ -12,7 +12,7 @@ Colaboratory notebooks for part1 et part2 contains some differents visualization
 - visualization generated images for activation maximization with gradient a ascent
 - visualization 1 nearest neighbor classification with different global representation of data
 
-Learning networks code use Pytorch Ignite (in "experiments/MNIST_binary_Run_Notebook.ipynb).
+The code to train networks is located in "experiments/MNIST_binary_Run_Notebook.ipynb and uses Pytorch Ignite.
 
 # Introduction: train discrete variables
 
-- 
GitLab