
Classify objects
AI RecipesFiguring out what's in an image.

Recognizing faces
AI RecipesUsing TensorFlow for faces recognition.

Style transfer
AI RecipesApplying a style from one image to another.

Localizing objects
AI RecipesRecognizing things in images.

Generative adversarial network
AI RecipesUsing a GAN on MNIST.

Q-learning
AI RecipesUsing q-learning to play pong.

Reinforced tennis
AI RecipesLearning to play tennis using TensorFlow.

Gated recurrent units
AI RecipesUsing a gated recurrent unit to classify the IMDB dataset.

Bidirectional LSTM
AI RecipesClassifying the IMDB dataset using a bidirectional long short-term memory.

Classification with LSTM
AI RecipesClassifying the IMDB dataset using long short-term memories.