Anurag Anandanurag-anand.hashnode.dev·Jan 27, 2025RAG Optimization Unleashed: Reducing Latency and Computational Demands in NLPRetrieval-Augmented Generation (RAG) is an advanced framework in Natural Language Processing (NLP) that combines the capabilities of retrieval systems with large language models (LLMs) to deliver highly accurate and context-aware outputs. Unlike trad...RAG
Jyotiprakash Mishrablog.jyotiprakash.org·Jan 24, 2025Neural Nets: The talk of the townNeural networks have become a central pillar of modern machine learning, powering a broad range of technologies—from facial recognition systems on social media platforms to voice assistants in our smartphones. They draw inspiration from the biologica...139 readsMachine Learning
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
Arman Chaudhary6monthstoaimastery.hashnode.dev·Jan 2, 2025Notebooks You Need to See for Learning PyTorchThis notebook is from a Kaggle competition, demonstrating the effective use of PyTorch. You can customize it to suit your needs for most predictive tasks in machine learning. 👉 Link to Jupyter Notebook import os import pickle import polars as pl i...Jupyter Notebook
Pranjal Chaubeypranjal28.hashnode.dev·Dec 13, 2024Introduction to Sentence Transformers: Enhancing Sentence Embeddings for NLPIn Natural Language Processing (NLP), Sentence Transformers are a powerful tool that convert entire sentences into high-dimensional vectors, or embeddings. Unlike traditional word embeddings like Word2Vec and GloVe, which focus on individual words, s...26 readssbert
Abu Precious O.btere.hashnode.dev·Dec 13, 2024From Training to Inference: How to Use/Know ML Profiling Tools to Maximize PerformanceTo continue our discussion on Latency, we shall talk today about everything profiling. Profiling tools are essential for monitoring the performance of your model and identifying bottlenecks during training and inference. Profiling helps in measuring ...1 likeml profiling
Beau CarnesforfreeCodeCampfreecodecamp.org·Dec 4, 2024Build a Stable Diffusion VAE From Scratch using PytorchWe just published a course on the freeCodeCamp.org YouTube channel that will teach you everything you need to know about Variational Autoencoders (VAEs). This course is perfect for anyone looking to dive deep into one of the fundamental concepts behi...VAEs (Variational Autoencoders
Weskillweskill.hashnode.dev·Dec 1, 2024Top Machine Learning ToolsIntroduction Machine learning tools are software frameworks, platforms, or libraries that enable developers to build, train, and deploy models efficiently. These tools cater to tasks like data preprocessing, model selection, training, evaluation, and...Machine Learning algorithm
AbuBakar khan lakhweraabubakarkhanlakhwera.hashnode.dev·Nov 25, 2024Week in Review: Python, PyTorch, and Building with Tkinter 🚀This week, I took a deep dive into Python and PyTorch, while also exploring GUI development with Tkinter. It was an enriching journey where I not only learned core programming concepts but also applied them in a small project. Here’s a summary of my ...Python
Uffa Modeyfafa.codes·Nov 17, 2024Build an ML Model for Classifying Images in a Django API App using Fastai, Hugging Face, Gradio and ColabOverview I developed an image-sharing API that allows authenticated users to upload images, which can be viewed by other authenticated users following them within the app. One requirement for this API was to integrate AI-based image classification, c...10 likes·45 readsgradio