Designing a Multi-Cloud Environment with IaaS, PaaS, and SaaS [Tutorial]
In this tutorial, you will understand a scenario that describes how to use solutions from different cloud providers and frameworks. You will learn how...
Interpretation of Functional APIs in Deep Neural Networks by Rowel Atienza
Deep neural networks have shown excellent performance in terms of classification accuracy on more challenging established datasets like ImageNet, CIFAR10, and CIFAR100. This article...
Keeping animations running at 60 FPS in a React Native app [Tutorial]
An important aspect of any quality mobile app is the fluidity of the user interface. Animations are used to provide a rich user experience,...
React Native development tools: Expo, React Native CLI, CocoaPods [Tutorial]
There are a large number of React Native development tools. Expo, React Native CLI, CocoaPods being the more popular ones. As with any development...
Building a Progressive Web Application with Create React App 2 [Tutorial]
The beauty of building a modern web application is being able to take advantage of functionalities such as a Progressive Web App (PWA)! But they can be...
Using Autoencoders for detecting credit card fraud [Tutorial]
Autoencoders, which are one of the important generative model types have some interesting properties which can be exploited for applications like detecting credit card...
Working on Jetson TX1 Development Board [Tutorial]
When high-end visual computing and computer vision applications need to be deployed in real-life scenarios, then embedded development platforms are required, which can do computationally...
How to handle backup and recovery with PostgreSQL 11 [Tutorial]
If you are running a PostgreSQL setup, there are basically two major methods to perform backups:
Logical dumps (extract an SQL script representing your...
How to leverage transfer learning using pretrained CNN models [Tutorial]
Pretrained models are used in the following two popular ways when building new models or reusing them:
Using a pretrained model as a feature...
Creating a chatbot to assist in network operations [Tutorial]
In this tutorial, we will understand how to leverage chatbots to assist in network operations. As we move toward intelligent operations, another area to...