Build Artificial Neural Network in TensorFlow

tensorflow neural network

Recently, I was working on a project that required predicting housing prices in the US market. After exploring various options, I decided to use an artificial neural network built with TensorFlow. The problem was, I wasn’t sure where to start. TensorFlow offers numerous options, which can be overwhelming for beginners. In this article, I’ll walk … Read more >>

How to Compile Neural Network in TensorFlow

tensorflow compile

In my journey as a Python developer, I’ve found that TensorFlow has become one of the most useful libraries for building and training neural networks. But before you can train any neural network, you need to compile it properly. Compiling a neural network in TensorFlow is like preparing your car before a race. Without proper … Read more >>

Tensors in TensorFlow

what is a tensor in tensorflow

As a developer, I was working on a deep learning project where I needed to understand the fundamental building blocks of TensorFlow. The issue is, many developers jump straight into using TensorFlow without truly understanding what tensors are and how they work. This can lead to confusion when debugging models or optimizing performance. In this … Read more >>

TensorFlow Variables

tf variable tensorflow

Recently, I was working on a deep learning project where I needed to build a model that could predict housing prices in the US market. One of the fundamental concepts I had to master was how to properly use TensorFlow variables. The issue is, many tutorials don’t properly explain when and how to use variables … Read more >>

TensorFlow Convert String to Int

tensor to int

Working with TensorFlow often requires converting data between different types, and one of the most common conversions is from string to integer. I’ve encountered this need countless times in my decade of Python development experience. In real-world machine learning projects, data rarely comes in the perfect format. Sometimes you’ll get text data that needs to … Read more >>

TensorFlow Fully Connected Layer

fully connected layer tensorflow

Recently, I was working on a deep learning project that involved analyzing customer data, where I needed to implement neural networks. One of the fundamental building blocks I used was the fully connected layer in TensorFlow. If you’re building neural networks with TensorFlow, you’ll inevitably work with fully connected layers (also called dense layers). These … Read more >>

Batch Normalization in TensorFlow

tensorflow batch normalization

Recently, I was working on a deep learning project where my model was taking forever to train, and the accuracy was all over the place. The issue was, I wasn’t using batch normalization. Once I implemented it correctly, my training time decreased by 40%, and the model became much more stable. In this guide, I’ll … Read more >>

Binary Cross Entropy in TensorFlow

binary cross entropy tensorflow

While working on a machine learning project, I needed to train a neural network for binary classification. The crucial decision was selecting the right loss function, and Binary Cross Entropy (BCE) emerged as the perfect choice. In this article, I’ll cover everything you need to know about implementing and optimizing Binary Cross Entropy in TensorFlow, … Read more >>

Matplotlib Plot a Line

matplotlib line plot

As a developer working on a data visualization project, I needed to create clear and informative line plots to present some trend analysis. As I’ve discovered over my years working with Python, Matplotlib is incredibly useful, yet sometimes the basics can trip us up. In this article, I’ll walk through several approaches to plot lines … Read more >>

Update Column Values in Python Pandas DataFrame

update value in dataframe

As a developer working with data in Python, I often need to modify values in a DataFrame column. Whether it’s correcting errors, applying transformations, or updating based on conditions, knowing how to update column values efficiently is an essential skill for any data professional. In this tutorial, I’ll walk you through various methods to update … Read more >>

51 Python Programs

51 PYTHON PROGRAMS PDF FREE

Download a FREE PDF (112 Pages) Containing 51 Useful Python Programs.

pyython developer roadmap

Aspiring to be a Python developer?

Download a FREE PDF on how to become a Python developer.

Let’s be friends

Be the first to know about sales and special discounts.