TensorFlow Activation Functions

tensorflow activation functions

Recently, I was working on a deep learning project where I needed to choose the right activation function for my neural network. The challenge was, there are so many options in TensorFlow, each with different properties and use cases. So, which one should I choose? In this guide, I’ll share everything I’ve learned about TensorFlow … Read more >>

TensorFlow Gradient Descent in Neural Network

gradient descent in tensorflow

When I was building a neural network to predict housing prices in California, I ran into a common issue: my model wasn’t learning effectively. The culprit? I hadn’t properly configured my gradient descent optimizer. Gradient descent is the backbone of neural network training, yet many developers struggle to implement it correctly in TensorFlow. In this … Read more >>

Training Neural Networks in TensorFlow

Training Neural Networks in TensorFlow

Recently, I was working on a project where I needed to build and train a neural network to predict housing prices in the US market. As I’ve discovered over my decade-plus career, TensorFlow is one of the most useful frameworks for this task. The issue is, getting started with neural networks can be intimidating. In … Read more >>

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 >>

Subtract Days From a Date in TypeScript

Subtract days from date in Typescript using library

Recently, while working on a TypeScript project, I needed to find a date a few days before an important event, like when to start preparing or send reminders. If I had changed the dates directly, it could have caused issues in the code. So, I created a reusable function that subtracts days using TypeScript’s Date … 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 >>

Use TypeScript Enums as Object Keys

Use TypeScript Enums as Object Keys

While working on a TypeScript project, I needed to store values in an object where the keys represented different user roles, such as Admin, Editor, and Viewer. Instead of using plain strings (which can cause typos or mistakes), I used a TypeScript enum to define the roles. This made the code more readable, safer, and … 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 >>

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.