Skip to content

Commit dfdf795

Browse files
authored
Merge branch 'master' into patch-3
2 parents ffc6744 + 1cca5c4 commit dfdf795

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

+44
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,47 @@ Author: [Gil Levi and Tal Hassner](http://www.openu.ac.il/home/hassner/projects/
8888
Reference: [Age and Gender Classification using Convolutional Neural Networks](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/CNN_AgeGenderEstimation.pdf)
8989

9090
Example: [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo)
91+
92+
### CNNEmotions
93+
Model: [CNNEmotions](https://drive.google.com/file/d/0B1ghKa_MYL6mTlYtRGdXNFlpWDQ/view?usp=sharing)
94+
95+
Description: Emotion Recognition
96+
97+
Author: [Gil Levi and Tal Hassner](http://www.openu.ac.il/home/hassner/projects/cnn_emotions/)
98+
99+
Reference: [Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns](http://www.openu.ac.il/home/hassner/projects/cnn_emotions/LeviHassnerICMI15.pdf)
100+
101+
Example: [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo)
102+
103+
### NamesDT
104+
Model: [NamesDT](https://github.com/cocoa-ai/NamesCoreMLDemo/raw/master/Names/Resources/NamesDT.mlmodel)
105+
106+
Description: Gender Classification from first names
107+
108+
Author: [http://nlpforhackers.io](http://nlpforhackers.io)
109+
110+
Reference: [Is it a boy or a girl? An introduction to Machine Learning](http://nlpforhackers.io/introduction-machine-learning/)
111+
112+
Example: [NamesCoreMLDemo](https://github.com/cocoa-ai/NamesCoreMLDemo)
113+
114+
### Oxford102
115+
Model: [Oxford102](https://drive.google.com/file/d/0B1ghKa_MYL6meDBHT2NaZGxkNzQ/view?usp=sharing)
116+
117+
Description: Flower Classification
118+
119+
Author: [Jimmie Goode](https://github.com/jimgoo)
120+
121+
Reference: [Classifying images in the Oxford 102 flower dataset with CNNs](http://jimgoo.com/flower-power/)
122+
123+
Example: [FlowersVisionDemo](https://github.com/cocoa-ai/FlowersVisionDemo)
124+
125+
### FlickrStyle
126+
Model: [FlickrStyle](https://drive.google.com/file/d/0B1ghKa_MYL6maFFWR3drLUFNQ1E/view?usp=sharing)
127+
128+
Description: Image Style Classification
129+
130+
Author: [Sergey Karayev](https://gist.github.com/sergeyk)
131+
132+
Reference: [Recognizing Image Style](http://sergeykarayev.com/files/1311.3715v3.pdf)
133+
134+
Example: [StylesVisionDemo](https://github.com/cocoa-ai/StylesVisionDemo)

0 commit comments

Comments
 (0)