Skip to content

Knowledge Transfer

  • PyTorch
  • Keras
  • Flutter
  • TensorFlow
  • Pandas
  • Android
  • Contact Us
December 9, 2018

Replac your RNN and LSTM with Attention base Transformer model for NLP

Deep Learningadmin

Train the network with a long range with that can look back thousands of steps and remember it.

December 5, 2018

TensorFlow BERT for Pre-training Natural Language Processing

Deep Learningadmin

It is a method of representations pre-training language.

November 28, 2018

TensorFlow Text Classification using Attention Mechanism

TensorFlowadmin

Build a recurrent neural network that’s able to classify reviews.

November 17, 2018

Predict Next Word using TensorFlow Keras

Kerasadmin

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

Kerasadmin

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

November 1, 2018

Multi-layer LSTM model for Stock Price Prediction using TensorFlow.

TensorFlowadmin

The implementation of the network has been made using TensorFlow High-level API

October 27, 2018

Time Series Prediction using TensorFlow Deep Learning

TensorFlowadmin

In this tutorial, we will build a TensorFlow RNN model for Time Series Prediction.

October 22, 2018

Build Your Chatbot Using TensorFlow seq2seq

TensorFlowadmin

Build a basic seq2seq model in TensorFlow for chatbot application.

October 13, 2018

Neural Machine translation using Seq2Seq model in TensorFlow

TensorFlowadmin

Build machine translation seq2seq or encoder-decoder model in TensorFlow.

October 7, 2018

Seq2Seq Model using TensorFlow

TensorFlowadmin

The sequence to Sequence model is used for a whole bunch of different stuff everything from chatbots to speech to text to dialogue systems to Q&A to image captioning.

Posts navigation

Previous 1 … 16 17 18 … 24 Next

Recent Posts

  • Activation function for Output Layer in Regression, Binary, Multi-Class, and Multi-Label Classification
  • Adam optimizer with learning rate weight decay using AdamW in keras
  • Split data set into Train and Test set Using Keras image_dataset_from_directory/folder.
  • Split Imbalanced dataset using sklearn Stratified train_test_split().
  • Split Custom PyTorch DataSet into Training, Testing and Validation set using random_split
  • Privacy Policy
Copyright © 2023 Knowledge Transfer All Rights Reserved.