Articles by Tag #tensorflow

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Embedding a Self-Updating Machine Learning Model in a Static Site

Machine learning typically means servers, GPUs, and Python scripts running in the cloud — but what if...

Learn More 6 0Apr 23 '25

🚀 How I Cut Deep Learning Training Time by 45% — Without Upgrading Hardware

A practical experiment comparing Caching + Prefetching, Mixed Precision, and Gradient...

Learn More 1 0Nov 30 '25

Understanding Overfitting in Neural Networks (TensorFlow- CNN)

📘 Understanding Overfitting in Neural Networks and Techniques to Prevent It Using Fashion-MNIST...

Learn More 0 0Dec 11 '25

Brewing Neural Networks with TensorFlow: A Coffee Example for Beginners

Machine learning can feel intimidating if you’re starting from zero. But let’s make it fun: imagine...

Learn More 0 0Dec 23 '25

Forward and Backward Propagation In Neural Networks

If you’re new to neural networks, two key concepts you’ll hear are forward propagation and backward...

Learn More 0 0Dec 23 '25

TensorFlow with Azure ML: An Architectural Guide to Pre-Trained Models

Most machine learning systems fail long before model quality becomes a problem. They fail due to cost...

Learn More 39 13Jan 7

Unlocking the Magic: My First ML Project – Handwritten Digit Recognition with MNIST ✨

Ever felt that swirl of intimidation and excitement looking at Machine Learning? That feeling of "I...

Learn More 8 0Aug 17 '25

Converting TensorFlow Models to TensorFlow Lite: A Step-by-Step Guide

Deploying machine learning models on mobile devices, IoT hardware, and embedded systems requires...

Learn More 0 0Oct 2 '25

The Great AI Convergence: PyTorch vs. TensorFlow in 2026

In the rapidly evolving world of artificial intelligence, two titans continue to dominate the...

Learn More 5 0Dec 23 '25

TPU vs GPU: Real-World Performance Testing for LLM Training on Google Cloud

As Large Language Models (LLMs) continue to grow in scale, the underlying hardware used for training...

Learn More 0 0Dec 31 '25

Serverless Deep Learning: From Notebook to Production with AWS Lambda

Training a model in a Jupyter Notebook is satisfying. But deploying it? That's where the headaches...

Learn More 0 0Dec 8 '25

Building models on decentralized data? Federated Averaging (FedAvg) + gradient compression reduce communication overhead by 94%+ 🚀. Handle non-IID data, add DP for privacy. Code it with TensorFlow Federated. Guide here 👇

A post by Alex Nguyen

Learn More 3 12Apr 22 '25

TensorFlow - Hyperparameter Tuning - Complete Tutorial

TensorFlow - Hyperparameter Tuning - Complete Tutorial ...

Learn More 0 0Jan 4

Using Object Detection Model YOLOV7 with Tensorflow.Js

1. Introduction A few weeks ago, I was assigned a task at work involving object detection....

Learn More 3 0Apr 21 '25

Cat or Dog? — Building a Binary Image Classifier with TensorFlow

This article is co-authored by @eerrynnee. Interactive version of the article on Google Colab “Is...

Learn More 27 0Apr 24 '25

Vibe Coding With AI Agents -LOL

What Are AI Agents “AI agents are software systems that use artificial intelligence to...

Learn More 2 0Apr 1 '25

From Zero to Neural Networks in Go: Concepts, Structure, and Practical Implementation

Leapcell: The Best of Serverless Web Hosting Building a Neural Network from Scratch with...

Learn More 8 1May 21 '25

The Story of Docker And a Newbie

Starting the Journey with Docker as a ML developer, Fed up of using Streamlit now... Takes a whole...

Learn More 0 0Dec 8 '25

Building a Solar Energy Predictor with React and TensorFlow.js

I built a web app that predicts how much energy solar panels can produce based on real weather data...

Learn More 0 0Nov 7 '25

Project of the Week: PyTorch

The dynamic deep learning framework that's reshaping AI development with automation-first...

Learn More 12 0Aug 29 '25

Project of the Week: TensorFlow

When Google steps back: 97% community contributions power the world's largest ML framework. ...

Learn More 14 1Jun 5 '25

ESP32-S3 + TensorFlow Lite Micro: A Practical Guide to Local Wake Word & Edge AI Inference

This post breaks down how we deploy TensorFlow Lite Micro (TFLM) on ESP32-S3 to run real-time wake...

Learn More 0 0Nov 25 '25

Battle of the Lightweight AI Engines: TensorFlow Lite vs ONNX Runtime Web

Quick Verdict (TL;DR) Use Case Best Choice Why Browser extension / Web-based AI ✅...

Learn More 8 0Nov 3 '25

My journey optimizing TensorFlow.js to run neural networks directly in the client's browser.

As a computer science student, most of my AI coursework was strictly Python-based. We used PyTorch or...

Learn More 1 0Dec 1 '25

How AI Sees Images: A Gentle Introduction to Convolutional Neural Networks

If you’ve ever wondered how Instagram recognizes faces, how self-driving cars see roads, or how...

Learn More 5 0Dec 31 '25

Part 1: Detecting Alzheimer’s with EEG and Deep Learning – Theory, Motivation, and Preprocessing

Introduction Alzheimer’s disease (AD) is a challenging neurodegenerative disorder that...

Learn More 5 1Feb 20 '25

Label With Label Studio

Labeling a dataset using label Studio....

Learn More 0 0Dec 31 '25

Increase Productivity with Neural DSL v0.2.4: Automatic Shape Propagation Explained

Explore how Neural DSL’s automatic shape propagation catches dimension errors pre-runtime, alongside...

Learn More 5 0Mar 23 '25

How to Build an NSFW AI Image Generator Using Next.js and TensorFlow.js

How to Build an NSFW AI Image Generator Using Next.js and TensorFlow.js ...

Learn More 5 2Apr 28 '25

Getting started with TensorflowJS

Tensorflow is a machine learning library that lets you create all kinds of neural networks....

Learn More 2 0Jul 9 '25