Wesley Kambalekambale.dev·Feb 10, 2025Scalable Model Serving with TensorFlow ServingIntroduction In this article, we explore how to deploy machine learning models in a scalable and efficient manner using TensorFlow Serving. TensorFlow Serving is a flexible, high-performance serving system designed for production environments, enabli...151 readsMachine Learningscalable models
Nitin Sharmaml-world.hashnode.dev·Feb 8, 2025Implementing neural network using keras and TensorflowIn this article, we will use a basic neural network to predict breast cancer outcomes. We will import a dataset from the sklearn library. The breast cancer dataset is a classic and very easy binary classification dataset. The copy of UCI ML Breast Ca...Deep LearningDeep Learning
David singhdavidsingh0.hashnode.dev·Feb 3, 2025Python for Machine learningPython is a simple programming language, and its most used in Machine Learning, due to its tools availability like numpy library that can do complex mathematical operations in seconds. We can use other programming languages like java, c++ but python ...Python
Omkar Kastureomkarkasture.hashnode.dev·Feb 2, 2025Deep Learning with Keras and TensorflowData augmentation is a key technique in machine learning to enhance dataset size and diversity by applying transformations like rotation and noise addition, improving model generalization and performance. In Keras, ImageDataGenerator facilitates real...Mastering Deep Learning and Generative AItranspose convolution
Omkar Kastureomkarkasture.hashnode.dev·Jan 29, 2025Deep Learning with Keras and TensorflowOverview of TensorFlow 2.x TensorFlow 2.X is an open-source platform for machine learning developed by Google. It is designed to simplify the process of building and deploying machine learning models. Eager execution in TensorFlow 2.X is a mode that ...Mastering Deep Learning and Generative AIkeras
HorizonforHorizon Bloghorizontech.hashnode.dev·Jan 27, 2025Machine Learning vs Deep Learning: Entendendo as diferençasA inteligência artificial (IA) tem sido uma das tecnologias mais transformadoras do século XXI. Dentro desse vasto campo, Machine Learning (ML) e Deep Learning (DL) têm se destacado como duas abordagens distintas, mas intimamente relacionadas, que al...AWS
Spreadsheet_uniuniver.hashnode.dev·Jan 15, 2025Get rid of excel and deploy a private spreadsheet systemIntroducing Univer Go The Univer team’s mission is to enable all organizations and individuals to have a personalized office space. In the nearly one year since the release of the Univer SDK, we have helped dozens of companies customize their own eff...Python
Valerevalere.hashnode.dev·Jan 13, 2025Edge AI: The Rise of On-Device AIBy: Guy Pistone At Valere, we’re always looking for the latest trends in Machine Learning and Artificial Intelligence. If Moore’s Law means anything, NVIDIA’s stock will keep surging as chips get even smaller. And small chips means that small devices...on-device ai
Harshvardhan Tiwariharshvardhan.hashnode.dev·Jan 10, 2025Facial Emotion Detection with Convolutional Neural NetworksIntroduction Emotions are an integral part of human communication, influencing everything from personal interactions to professional decisions. With the rapid advancements in Artificial Intelligence, building systems that can recognize and interpret ...9 likes·93 readsCNN
Himanshu Singhleanrwithhimanshu.hashnode.dev·Jan 6, 2025My Machine Learning Journey: From Python Basics to Building Neural NetworksMachine Learning (ML) has always fascinated me. The idea of enabling a machine to "learn" and make decisions intrigued me enough to embark on a journey to understand and implement it. Here, I’ll share my experiences, challenges, and what I’ve achieve...1 like·42 reads#ClassificationProblems