- Notifications
You must be signed in to change notification settings - Fork10
lukas/smile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Smile Classifier - The challenge is to create a classifier that can distinguish a smiling face.
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
- 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
- Ask for or help
- https://blog.slavv.com/37-reasons-why-your-neural-network-is-not-working-4020854bd607
Deploy the model.
- Normalize train_X and test_X
- Add dense layers
- Add convolutional layer(s)?
- Add dropout
- Change learning rate
- Experiment with activation functions
- Data Augmentation (https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html)
- Transfer Learning (https://www.learnopencv.com/keras-tutorial-transfer-learning-using-pre-trained-models/)Other ideas?
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.