Tag: machine learning

How to Install TensorFlow on Ubuntu

November 29, 2022

Designed to simplify the process of implementing machine-learning models, TensorFlow is Google’s open-source platform for machine learning. This article shows how to install TensorFlow on Ubuntu both for CPU or GPU support.

Read more

How to Check PyTorch Version

August 25, 2021

Depending on how the library was installed, there are various ways to check the PyTorch version on your system. Follow the steps in this article to see three different ways to check the library version.

Read more

How To Check TensorFlow Version

March 3, 2021

TensorFlow can be installed in many ways and there are many different versions and builds available. Learn how to check which version is installed on your machine.

Read more

How to Install Keras With TensorFlow Backend on Linux

August 24, 2020

Follow the step by step instructions to learn how to prepare your system for the installation of Keras and TensorFlow. We also talk about the main features of Keras and TensorFlow.

Read more

Introduction to Python Pandas

July 28, 2020

This tutorial introduces you to basic Python Pandas concepts and commands. A selection of clear-cut images and well-defined examples show you how to manage simple data structures.

Read more

Cassandra vs MongoDB - What are the Differences?

April 27, 2020

Learn about the difference between Cassandra and MongoDB. These NoSQL databases have some similarities, but many more differences. Examine these factors and decide which database is better for you.

Read more

How to Install Anaconda on Ubuntu 18.04 and 20.04

October 10, 2019

This tutorial is a step-by-step guide on how to download and install the latest version of Anaconda on an Ubuntu 18.04 or 20.04 system. It also provides instructions on how to create and activate Anaconda environments.

Read more

How to Install and Use TensorFlow on CentOS 7

October 8, 2019

TensorFlow is Google’s open-source platform for machine learning. It was designed to simplify the process of implementing machine-learning models. This article shows how to install TensorFlow on CentOS no matter whether you need it for CPU or GPU support.

Read more