Skip to content
For Machine Learning
  • PyTorch
  • Keras
  • Flutter
  • TensorFlow
  • Pandas
  • Contact Us

Category Archives: Uncategorized

May 4, 2020

How to use LeakyReLU as an Activation Function in Keras?

admin

Leaky ReLU function is nearly identical to the standard ReLU function. The Leaky ReLU sacrifices hard-zero sparsity for a gradient which is potentially more robust during optimization. Alpha is a fixed parameter(float >= 0.).

May 29, 2019

How to fine-tune the pre-trained VGG model in TensorFlow Keras

admin

In this tutorial, we will demonstrate how to use the previously fine-tune trained VGG16 model in TensorFlow Keras to classify our own image. VGG16 won the 2014 ImageNet competition this is basically computation where there are 1000 of images belonging to 1000 different categories.VGG model weights are freely available and can be loaded and used in your own models and applications. This allowed other researchers and developers to use a state-of-the-art image classification model in their own work and programs. Download Data Before you start, you’ll need a set of […]

October 30, 2017

How to use DateTime datatype in SQLite Using Room

admin

SQLite does not have a storage class for storing dates and/or times. Instead, the built-in Date and Time Functions of SQLite are capable of storing dates and times as TEXT, REAL, or INTEGER values:

Latest Posts

  • What is a feature map or activation map in convolutional neural networks?
  • Pooling Layer vs Convolution Stride for Downsampling.
  • Max Pooling Layer vs Average Pooling Layer Which is Better?
  • PyTorch Difference Between View and Reshape.
  • Difference Between Contiguous and Non-Contiguous Array
  • Privacy Policy
Copyright © 2023 For Machine Learning All Rights Reserved.
Powered by WordPress. Designed by Yossy's web service.