Skip to content
Knowledge Transfer
  • PyTorch
  • Keras
  • Flutter
  • TensorFlow
  • Pandas
  • Android
  • Contact Us

Category Archives: Keras

April 26, 2019

U-Net Image Segmentation in Keras

admin

This tutorial provides a brief explanation of the U-Net architecture as well as implement it using TensorFlow High-level API.

February 16, 2019

ResNet implementation in TensorFlow Keras

admin

Very deep neural network are difficult to train because of vanishing and exploding gradients problems.

December 10, 2018

Text Classification using Attention Mechanism in Keras

admin

We build text classification models in Keras that use attention mechanism

November 17, 2018

Predict Next Word using TensorFlow Keras

admin

Build a language model to predict the next word based on the previous word in the sequence.

November 13, 2018

Predict Cryptocurrency Price using Tensorflow Keras

admin

How to predict the Bitcoin price, but this can apply to any cryptocurrency.

September 22, 2018

Convolutional Neural Networks in TensorFlow Keras with MNIST(.9953% Accuracy)

admin

Build simplest possible neural network for recognizing handwritten digits.

September 6, 2018

Train Keras model with TensorFlow Estimators and Datasets API

admin

Recognition images from CIFAR-10 data-set with the TensorFlow Estimators and Datasets API.

September 4, 2018

Create your own Image Recognition Model using TensorFlow Keras API.

admin

How to make a Convolutional Neural Network for recognition images from CIFAR-10 data-set with the Following concept.

Posts navigation

Previous 1 … 5 6

Recent Posts

  • PyTorch Confusion Matrix for multi-class image classification
  • What does model.evaluate() return in keras?
  • Create NumPy array from PyTorch Tensor using detach().numpy()
  • How to use optimizer.zero_grad() in PyTorch
  • Use of ‘model.eval()’ and ‘with torch.no_grad()’ in PyTorch model evaluate
  • Privacy Policy
Copyright © 2022 Knowledge Transfer All Rights Reserved.