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

🚀 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

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

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

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

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

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

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

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

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

Project of the Week: PyTorch

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

Learn More 12 0Aug 29

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

Project of the Week: TensorFlow

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

Learn More 14 1Jun 5

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

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

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

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

How to Train AI Model

Training a model using modern AI techniques involves several steps, and the process can vary...

Learn More 8 2Jul 6

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 3 2Apr 28

Neural DSL v0.2.7: Enhanced HPO Support and Parser Improvements

We're excited to announce the release of Neural DSL v0.2.7, which significantly improves...

Learn More 6 0Apr 23

⚡ Simplifying NNs : Simple MNIST Classifier!

As a developer passionate about machine learning, I don't want to write repetitive boilerplate code...

Learn More 5 0Feb 25

The Developer’s Roadmap to Building and Deploying AI Models

Let’s be real for a second. AI feels overwhelming, right? Everywhere you look, there’s hype—new...

Learn More 1 1Sep 9

🚀 Release 0.1.2: Smoother, Faster, and Better! 🎉

Hey, fellow developers! 🖐️ We’re back with an exciting new release that’s packed with improvements...

Learn More 5 0Feb 24

Detecting Alzheimer’s Disease using a CNN-BiLSTM Architecture

Abstract Alzheimer's disease (AD) represents a significant global health challenge. This...

Learn More 4 0May 10

🧠 GrowthGPT: The AI Assistant That Runs Your Monday While You Sleep

☕️ The Monday Problem Mondays are chaos. You wake up to 87 unread emails. Your calendar is a...

Learn More 3 0Jul 6

Getting Started with TensorFlow and Keras

Machine learning is one of the most exciting fields in modern technology, and TensorFlow and Keras...

Learn More 1 0Feb 19

Understanding Feature Engineering: The Hidden Power Behind Data Science Success

🧠 What is Feature Engineering in Data Science? Feature engineering is the process of...

Learn More 2 0Jun 25

TensorFlow Learning Paths: Free Online Resources for AI Enthusiasts

The article is about a curated collection of five free, high-quality online TensorFlow and AI learning resources from top universities and expert instructors. Covering diverse topics such as deep learning applications, neural networks, reinforcement learning, and artificial intelligence fundamentals, these courses offer learners a comprehensive pathway to mastering cutting-edge AI technologies. Featuring resources from renowned institutions like Washington University, NUS, Princeton, and expert instructors like Andrej Karpathy, the compilation provides accessible, in-depth learning opportunities for developers and researchers at all skill levels. Each resource is carefully selected to provide practical, hands-on experience with Python, TensorFlow, and advanced machine learning techniques, making complex AI concepts approachable and engaging for technology enthusiasts.

Learn More 0 0Dec 5 '24

Getting started with TensorflowJS

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

Learn More 1 0Jul 9

Binary classification with Machine Learning: Neural Networks for classifying Chihuahuas and Muffins

[Article by Elia Togni] Introduction to Image Classification Image Classification is one...

Learn More 4 0Jan 15