This model capable of detecting different types of toxicity like threats, obscenity, insults, and identity-based hate.
This tutorial provides a brief explanation of the U-Net architecture as well as implement it using TensorFlow High-level API.
TensorFlow high-level API for building encoder-decoder architecture for image captioning.
Very deep neural network are difficult to train because of vanishing and exploding gradients problems.
We build text classification models in Keras that use attention mechanism
Build a language model to predict the next word based on the previous word in the sequence.
How to make a Convolutional Neural Network for recognition images from CIFAR-10 data-set with the Following concept.