Carlos Alarcónblog.carlos-alarcon.com·Dec 7, 2024OpenAI presenta reinforcement fine tunning para sus modelosOpenAI lanzó o1 en ChatGPT como sorpresa del dia 1 de su campaña de lanzamientos navideños y pronto lo integrará a su API. Ahora en su segundo anuncio de navidad, la compañía anuncia un avance significativo en su programa de personalización de modelo...36 readsopenai
Telosystelosys.hashnode.dev·Nov 28, 2024Telosys 4.2.0 - new features for modelsThis new version brings even more flexibility, particularly for models management. Models installation Indeed, it is now possible to install models from GitHub, each model being a "git repository". This version introduces the notion of "depot". A "de...45 readstelosys
Victoria Lolo-victoria.com·Nov 27, 2024GitHub Models: Responsible Use of GitHub Models and Best PracticesWelcome to the GitHub Models series! This series will guide you through using GitHub Models to enhance development workflows by integrating AI into projects. We'll explore key features, learn to prototype AI models, integrate them into workflows, and...10 likes·33 readsGitHub ModelsMachine Learning
Ashikur Rahmanashikonweb.hashnode.dev·Nov 27, 2024How Browsers Work: What Happens When You Type a URL?You might think you already know how a browser works: type a URL, hit enter, the browser makes an HTTP request, the server responds, and the website loads—simple, right? Not quite! Behind the scenes, your browser is doing far more. It’s performing co...79 readsBrowsers
Anshul Gargmymlopsjourney.hashnode.dev·Nov 14, 2024Deploying a Serverless Machine Learning Model on AWS SageMakerIn this article, we will walk through the process of deploying a machine learning model using AWS SageMaker in a serverless manner. This guide serves as a prerequisite to my previous article on building a machine learning model with AWS SageMaker. If...mlops
sujithamypersonalblog.hashnode.dev·Nov 13, 2024What is cross-validation, and why is it important?Cross-validation is essential because it: Provides a more accurate measure of model performance by testing it on multiple subsets of data, which better represents how it will perform on unseen data. Helps identify overfitting or underfitting by rev...Machine Learning
Karan Datwanibackpackforlaravel.hashnode.dev·Nov 11, 2024🍣 Sushi — Your Eloquent model driver for other data sourcesIn Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level of complexity. Sometimes, you have small, static datasets—like a list of countries, settings, or configs—that hardl...Laravel
Aayushi Singhasaayushi.hashnode.dev·Nov 7, 2024How AI Foundation Models Revolutionizing Video Content Creation for CreatorsIn an era where content is king👑, video creators are turning to AI foundational models to streamline their workflows, improve engagement, and expand their creative potential. This shift in video content creation, powered by AI, is not only simplifyi...10 likesAI
Hugo Tavareshugotav.hashnode.dev·Nov 5, 2024MVC: The Superhero Trio of Web DevelopmentWhen building web apps, the MVC (Model-View-Controller) pattern provides a structured approach that enhances manageability, scalability, and collaboration. Models handle data, Views display information, and Controllers manage interactions, making dev...mvc
Nagen Kthinkboundlessai.hashnode.dev·Nov 5, 2024Securing Large Language Models: An Overview of Common Security PracticesWith the explosion of Large Language Models (LLMs) like GPT and BERT, these tools are now everywhere—from customer service chatbots to complex automation tasks. But as powerful as LLMs are, they’re also packed with vulnerabilities that can be exploit...AI