Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXE] Horses_vs_Humans Classification #197

Open
Overlrd opened this issue Nov 7, 2022 · 1 comment
Open

[EXE] Horses_vs_Humans Classification #197

Overlrd opened this issue Nov 7, 2022 · 1 comment

Comments

@Overlrd
Copy link

Overlrd commented Nov 7, 2022

Learning Goals

  • Learn Convolutional Neural Networks in Tensorflow
  • Learn Multi-dimentional Image Classification
  • Learn Image Augmentation

Exercise Statement

Write a Convolutional Neural Network for binary classification on the horse_vs_human dataset

Prerequisites

  • Computer vision fundamentals including simple neural networks

Data source/summary:

Horses or Humans is a dataset of 300×300 images, created by Laurence Moroney, that is licensed CC-By-2.0 for anybody to use in learning or testing computer vision algorithms.

The set contains 500 rendered images of various species of horse in various poses in various locations. It also contains 527 rendered images of humans in various poses and locations. Emphasis has been taken to ensure the diversity of humans, and to that end, there are both men and women as well as Asian, Black, South Asian, and Caucasians present in the training set. The validation set adds 6 different figures of different gender, race, and poses to ensure breadth of data.

For more info http://www.laurencemoroney.com/horses-or-humans-dataset/

(Optional) Suggest/Propose Solutions

I have the solution using Tensorflow, will be happy to create pull request to include the exercise statement/solution]

(Optional) Further Links/Credits to Relevant Resources:

This exercise and solution's proposal came from a lab session from The Tensorflow Developer Professional Certificate Course On Coursera

@DhruvSanghvi2002
Copy link

I would love to contribute over the project, pls assign me this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants