From 997e413882e5d15c509303bc7aa1a8e464cdbec1 Mon Sep 17 00:00:00 2001 From: AshwiniDPrabhu <49379016+AshwiniDPrabhu@users.noreply.github.com> Date: Tue, 9 Apr 2019 10:30:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc06702..1b8aeb5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Evolutionary-Machine-Learning -This repository contains implementations of basic evolutionary machine learning algorithms for different data sets. +This repository contains implementations of evolutionary machine learning algorithms for different data sets. 1. Genetic Algorithm for Titanic Data Set - Has implementation of genetic algorithm. Compares the results obtained from neural network with back propogation with results obtained from genetic algorithm for titanic dataset.