Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Smile Classifier

NotificationsYou must be signed in to change notification settings

lukas/smile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.gitcd smileunzip master.zip

Create an account athttps://app.wandb.ai/login?invited if you don't have one. Copy an api key from yourprofile and paste it after callingwandb login below.

In your AWS terminal run:

pip install -r requirements.txt --upgradewandb 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:

GPU on AWS

export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-0.12.1-cp27-none-linux_x86_64.whlsudo pip install --upgrade $TF_BINARY_URL

About

Smile Classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp