Philippe Charrièrek33g.hashnode.dev·20 hours ago"Tool Calling" and OllamaPrerequisites You should have read the previous article, Developing Generative AI Applications in Go with Ollama, to understand the basics of using Ollama and baby LLMs. For this new article, we'll use this LLM, qwen2.5:1.5b. So run the following com...1 like·279 readsOllama, Tiny Language Models & Golangollama
K.boopathiprogrammerraja.hashnode.dev·Dec 22, 2024Generative AI: A Personal Deep Dive – My Notes and InsightsHey Everyone! As the world increasingly moves toward AI-driven solutions, I, as a full-stack developer, became intrigued by the potential of generative AI. Curious to explore its capabilities and challenges, I decided to dive in and learn more. Over ...generative ai
Zahiruddin Tavargerezahere.com·Dec 22, 2024Unlocking the Power of Dynamic Prompting with Jinja2Colab Notebook: https://colab.research.google.com/drive/18nzaXc7__KDYaPSRyf2mZyCK_pj4ON26 https://www.youtube.com/watch?v=Rq2zM7_5yw0 Dynamic prompt generation has become a cornerstone of modern AI workflows. Whether you're building personalized em...#PromptEngineering
Tanvi Nadkarniblog.principle-ai.com·Dec 21, 2024Integrating Gen-AI into your applications - Part 1 - The foundationsIntegrating generative AI into your existing applications is one of the major challenges of all businesses. Generative AI has a lot of capabilities and it has simplified how we can use machine learning solutions in usual business workflows. In past t...generative ai
Alexandre Donciu-Julindev.alexdjulin.ovh·Dec 20, 2024Mistral 7B - InDepth Paper PresentationI had the opportunity to dive into the Mistral 7B paper and present it recently for a job interview. This is a recap of my presentation, covering the following topics: 🌟 Model Overview: Release context and promises 🧠 Architecture: Key design choi...Python
Pablo Salvador Lopezpabloaicorner.hashnode.dev·Dec 20, 2024Streamlining Prior Authorization with Generative AIBy Pablo Salvador Lopez & Shiva Pedram, M.D.December 19, 2024 🗐 This article is for educational purposes only. The scenarios (data) are fictional, and no real patient data is used. It aims to demonstrate AI's potential in healthcare. The Future of ...10 likes·206 readsAI That Matters🌟generative ai
Andrii Melashchenko, PhDblog.javatask.dev·Dec 19, 2024The Dawn of AI Workforce: A 2025 PerspectiveIntorduction Recent developments in AI have sparked a significant shift in how businesses view technology investments. Ethan Mollick's observation about the "Dreadnought Moment for AI" and Matt Garman, the AWS CEO's announcements at re:Invent suggest...29 readsAgentic AIgenerative ai
Alexandre Donciu-Julindev.alexdjulin.ovh·Dec 18, 2024Bringing Alice to Life in 7 DaysGithub repo This is an in-depth presentation of my final project at Ironhack AI Engineering Bootcamp, November 2024. https://www.youtube.com/watch?v=VuDmY0BEN10 Meet Alice, your personal AI Librarian! Alice isn’t just any chatbot — she’s a next-lev...1 likelangchain
Maitri Vaghasiyaactjava.hashnode.dev·Dec 16, 2024Everything You Need to Learn About JavaRoadmap you need to know: Object Oriented Programming in Java Advanced Java and Java 8 Programming JUnit and Enterprise Architecture Java Persistence Web Development - Servlet and JSP Spring Core Spring ORM Spring MVC Java with GenAI 💡 ...Java to GenAI
Ritwik RahaforRitwik's blogblog.ritwikraha.dev·Dec 16, 2024DDPM Explained for Dummies!The following blog post is meant to be a companion post for understanding the math of the paper: Denoising Diffusion Probabilistic Models. There are a lof of other blogposts that tackle this in a more elegant and structured manner. Most of them are l...ddpm