Syed Hasangenblogs.hashnode.dev·Sep 29, 2023Mastering Diffusion Models: Your Road-map from DDPM to Stable Diffusion to Dreambooth and Beyond"Introduction This blog is a part of the “Road-maps for Generative AI” series and in this blog, we will be starting from the absolute basics of neural networks and guiding you through the pre-requisites, fundamentals of diffusion models to SOTA diffus...DiscussAI
Iqmaiqmacodes.hashnode.dev·Sep 27, 2023How to Run All Cells In Google ColabI had a presentation with a teammate a month back where we had to showcase a project in front of an audience. I couldn't use my code which was on colab mostly because it wasn't complete yet and we decided to go with my teammate's code instead since w...Discuss·14 likessolutions
Aleksandarstaleks.hashnode.dev·Sep 27, 2023How to deploy Chroma DB to AWS EC2 instanceLet's start with the already prepared AWS CloudFormation template, that will create an EC2 instance. Usually, I start by using t3.small (vCPU: 2, Memory: 2GiB). Deployment will be performed in the existing Default VPC and using one, random AZ. Once t...DiscussAWS
SubeeTalksallaboutai.hashnode.dev·Sep 26, 2023LLM-Based Code Generators on CS1 Coding Tasks and Learning TrajectoriesA recent study delves into the interaction between budding programmers, aged 10–17, and Large Language Models (LLMs) like OpenAI Codex, revealing pivotal insights into their amalgamation in learning programming. The investigation highlighted diverse ...Discussllm
Saugat Regmisaugatregmi.hashnode.dev·Sep 26, 2023Large Language Models (LLMs)LLMs generally represent a class of Artificial Intelligence Models that know how to predict the next word in sentences or know how to fill in the missing words of a sentence, translate into different languages, write the text creatively, question ans...Discussnlp
Rekib Ahmedrekib-ahmed023.hashnode.dev·Sep 25, 2023Introduction to Langchain Agents 🦜️Introduction LangChain is an open-source framework designed for developing applications utilising large language models (LLMs). The framework offers a standardised interface for constructing chains, a multitude of integrations with various tools, and...DiscussAI
Rohan Anandrohan-anand.hashnode.dev·Sep 24, 2023Navigating XGBoost 2.0.0: From Doctest Dilemma to Issue ResolutionMy recent escapade led me to the world of XGBoost, where an upgraded version turned my doctest world upside down. I was contributing to open source, at TheAlgorithms/Python, in an algorithm that uses XGBoost. Everything was running smoothly with the ...Discuss·10 likesAI
Aleksandarstaleks.hashnode.dev·Sep 22, 2023Installing LocalAI on AWS EC2 instanceCreated EC2 instance AMI Linux based on CloudFormation template. Connect to EC2 instance using SSH $ sudo yum update Last metadata expiration check: 0:02:36 ago on Thu Sep 21 15:49:01 2023. Dependencies resolved. Nothing to do. Complete!...Discuss·33 readsAI
Axel Lonnforsaxelbob.hashnode.dev·Sep 22, 2023Improving developer productivity by preventing and addressing technical debt with AISoftware engineers and developers are typically among the most expensive labor forces within organizations. The average base salary for software engineers in San Francisco was $167K a year. Because of this, it is unsurprising that one of the main pri...DiscussWeMakeDevs
Axel Lonnforsaxelbob.hashnode.dev·Sep 22, 2023Quality Assurance using AI Code ReviewsAs software developers and data scientists, we have had whole weeks burnt on codebase maintenance. We've had bugs in our codebase that date back to when we first made our first git project commit. We have come across many challenges that come with ma...DiscussAI