Antonio ArgentoforNiji Techniji.tech·Dec 9, 2024Introduction à l'Intelligence ArtificielleBienvenue à tous ! Je suis très heureux de vous retrouver dans cet épisode, qui poursuit notre aperçu des techniques de base en apprentissage automatique. Dans cette section, nous nous intéresserons à l'apprentissage non supervisé et, en particulier,...1 likeL'Intelligence ArtificielleAI
Jayesh Chauhanexploring-backend-with-jayesh.hashnode.dev·Dec 3, 2024Scaling up a Node.js serverScaling up a Node.js server to handle increasing traffic and workload can be efficiently achieved using the OS module and Cluster module in Node.js. Here's an overview of how these modules can be used and how they contribute to scaling. 1. The OS Mo...2 likesNode.js
Meemansha Priyadarshinimeemansha.hashnode.dev·Nov 30, 2024The Math Behind K-Means Clustering: A Simplified OverviewThe computer scientist Yann LeCun famously said that if intelligence was a cake, unsupervised learning would be the cake , supervised learning would be the icing and reinforcement learning would be the cherry on the cake. So, here we are dealing with...Unsupervised learning
Nahidnahidislam.hashnode.dev·Nov 22, 2024Kubernetes Demystified: Understanding Its Core Components, Objects, and How It WorksKubernetes, often abbreviated as K8s, is an open-source platform for automating the deployment, scaling, and management of containerized applications. Think of it as the operating system for your containerized workloads, helping you efficiently manag...Kubernetes
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 21, 2024Kubernetes Basics: Step-by-Step Creation of Pods, Namespaces, and Clusters + Key Interview QuestionsWhen planning to set up a cluster, you should first decide how many nodes you want to create. The first should be the control plane and the worker nodes. We will create one control plane and two worker nodes. By the way, the control plane includes th...3 likes·31 readsKubernetes
Ali YazdizadehforDataChef's Blogblog.datachef.co·Nov 11, 2024The Symphony of AI: How We Deduplicate Our Databases in the Age of AIFirst Movement: Tackling "Almost-Duplicate" Records in Our Database Understanding Our Mission At Datachef, we are on a mission to build our own interconnected knowledge base on Notion, where we organize records of our Hiring Pipeline linked to our ...1 like·36 readsDatabases
Fatima Jannetmahia.hashnode.dev·Nov 10, 2024ML Chapter 4 : ClusteringCongrats for completing regression and classification. I’m so proud of you. In this blog we will learn clustering. Clustering is similar to classification but the basis is different. In clustering we don’t know what we are looking for but we are tryi...1 like·56 readsMachine Learning (Python)cluster
Nahidnahidislam.hashnode.dev·Nov 8, 2024Kubernetes Cluster Setup: Step-by-Step ProcessPrerequisite: One master (Control Plane) Node Two or more servers for worker Node 2 GB or more of RAM per machine 2 CPUs or more for control plane machines Full network connectivity between all machines in the cluster Unique hostname, MAC addre...Kubernetes
Indu Jawlacoders.hashnode.dev·Oct 14, 2024Understanding Machine Learning: Key Concepts and TechniquesMachine learning, a subfield of artificial intelligence, empowers computers to learn from data and make decisions without being explicitly programmed. It is typically categorized into two main types: supervised learning and unsupervised learning. Sup...Machine Learning
Juan Carlos Olamendyjuancolamendy.hashnode.dev·Sep 30, 2024Back to Basics: Mastering K-Means Clustering with NumPyImagine you're standing in front of a massive, chaotic pile of colorful marbles. Your task? Organize them into distinct groups based on their similarities. Sounds daunting, right? Now, picture an intelligent algorithm that can do this for you, not ju...Machine Learning