From 940b4a68ba3b08cf6bc6261c90e1dbe9598dc195 Mon Sep 17 00:00:00 2001 From: Kaustubh Singh Date: Mon, 10 Oct 2022 09:36:34 +0530 Subject: [PATCH] Grammar --- FaceRecognition/README.md | 2 +- KaggleTitanic/README.md | 4 +++- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/FaceRecognition/README.md b/FaceRecognition/README.md index 612dde3..ded77ff 100644 --- a/FaceRecognition/README.md +++ b/FaceRecognition/README.md @@ -1,6 +1,6 @@ ## Face Recognition -Modern face recognition with deep learning and HOG algorithm. +This project undertakes- Modern face recognition with deep learning and HOG algorithm. 1. Find faces in image (HOG Algorithm) 2. Affine Transformations (Face alignment using an ensemble of regression diff --git a/KaggleTitanic/README.md b/KaggleTitanic/README.md index 01f605e..57d42ea 100644 --- a/KaggleTitanic/README.md +++ b/KaggleTitanic/README.md @@ -1,3 +1,5 @@ ## Titanic: Machine Learning from Disaster -The Titanic challenge on Kaggle is a competition in which the goal is to predict the survival or the death of a given passenger based on a set of variables describing him such as his age, his sex, or his passenger class on the boat. \ No newline at end of file +The Titanic challenge on Kaggle is a competition in which the goal is to predict the survival or the death of a given passenger based on a set of variables describing him such as his age, his sex, or his passenger class on the boat. + +There is a sample submission on the home page where it has been assumed that all the females survived and the men died.. While this is too good to be true, the accuracy of this prediction was 0.77 , and if you look online you would find that you can tweak up your accuracy by knowning that the richer survived more and also the younger survived more and also the females did survive more ofcourse excluding the exceptions........ \ No newline at end of file diff --git a/README.md b/README.md index cd6fd2f..71f2945 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Online-Challenge -Challenge submitted on HackerRank and Kaggle. + This is an online Challenge submitted on HackerRank and Kaggle. Algorithm challenges are made on HackerRank using Python.