Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FaceRecognition/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion KaggleTitanic/README.md
Original file line number Diff line number Diff line change
@@ -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.
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........
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down