GithubHelp home page GithubHelp logo

smile's Introduction

Smile :)

Smile Classifier - The challenge is to create a classifier that can distinguish a smiling face.

Setup

Be sure to clone this repository and unzip the data on your AWS instance

cd ~
git clone https://github.com/lukas/smile.git
cd smile
unzip master.zip

Create an account at https://app.wandb.ai/login?invited if you don't have one. Copy an api key from your profile and paste it after calling wandb login below.

In your AWS terminal run:

pip install -r requirements.txt --upgrade
wandb login

Now try running the default scaffolding:

wandb run smile.py

Help

  1. Slack Channel
  2. Keras Docs
  3. Previous Work
  4. Other datasets
  5. Data Augmentation
  6. Transfer Learning

Files

  • smile.py - scaffolding to get you started
  • smiledataset.py - loads the data
  • master.zip - the face dataset, smiles are in the positive directory the rest are in the negative directory

Stuck?

  1. Ask for or help
  2. https://blog.slavv.com/37-reasons-why-your-neural-network-is-not-working-4020854bd607

Extra Credit

Deploy the model.

Ideas

Simple, Effective:

  • Normalize train_X and test_X
  • Add dense layers
  • Add convolutional layer(s)?
  • Add dropout
  • Change learning rate
  • Experiment with activation functions

Fancier, Maybe Effective:

smile's People

Contributors

lukas avatar vanpelt avatar

Watchers

Vamsi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.