Category
Technologies
AI Tutorials
Keep up to date with the latest techniques, tools, and research in artificial intelligence. Out AI tutorials will walk you though challenging machine learning models.
Other technologies:
DeepSeek-Coder-V2 Tutorial: Examples, Installation, Benchmarks
DeepSeek-Coder-V2 is an open-source code language model that rivals the performance of GPT-4, Gemini 1.5 Pro, Claude 3 Opus, Llama 3 70B, or Codestral.
Dimitri Didmanidze
July 31, 2024
Fine-Tuning Gemma 2 and Using it Locally
This is a simple guide to fine-tuning Gemma 2 9B-It on patient-doctor conversations and converting the model into GGUF format so that it can be used locally with the Jan application.
Abid Ali Awan
July 29, 2024
Fine-Tuning Llama 3.1 for Text Classification
Get started with the new Llama models and customize Llama-3.1-8B-It to predict various mental health disorders from the text.
Abid Ali Awan
July 28, 2024
ScrapeGraphAI Tutorial: Getting Started With AI Web Scraping
ScrapeGraph AI is an open-source tool that simplifies web scraping by automatically extracting structured data from websites, allowing users to interact with and retrieve the data through simple prompts.
Ryan Ong
July 28, 2024
Zero-Shot Prompting: Examples, Theory, Use Cases
Zero-shot prompting is a technique in which an AI model is given a task or question without any prior examples or specific training on that task, relying solely on its pre-existing knowledge to generate a response.
Dr Ana Rojo-Echeburúa
July 21, 2024
Few-Shot Prompting: Examples, Theory, Use Cases
Few-shot prompting is a technique in which an AI model is given a few examples of a task to learn from before generating a response, using those examples to improve its performance on similar tasks.
Dr Ana Rojo-Echeburúa
July 21, 2024
Building User Interfaces For AI Applications with Gradio in Python
Learn how to convert technical models into interactive user interfaces with Gradio in Python.
Bex Tuychiev
July 15, 2024
RAG vs Fine-Tuning: A Comprehensive Tutorial with Practical Examples
Learn the differences between RAG and Fine-Tuning techniques for customizing model performance and reducing hallucinations in LLMs.
Abid Ali Awan
July 14, 2024
Qwen (Alibaba Cloud) Tutorial: Introduction and Fine-Tuning
Qwen is a family of large language and multimodal models developed by Alibaba Cloud, designed for various tasks like text generation, image understanding, and conversation.
Dr Ana Rojo-Echeburúa
July 11, 2024
Chain-of-Thought Prompting: Step-by-Step Reasoning with LLMs
Unlock the full potential of Large Language Models (LLMs) with our guide on Chain-of-Thought (CoT) prompting. Learn how to enhance reasoning and problem-solving abilities in LLMs.
Andrea Valenzuela
July 10, 2024
MatMul-Free vs MatMul LLMs: Speed and Memory Consumption
This article compares the performance of MatMul-free and traditional large language models in terms of speed and memory usage.
Dimitri Didmanidze
July 10, 2024
GPT-4o and LangGraph Tutorial: Build a TNT-LLM Application
This article presents a practical guide to implementing TNT-LLM, a framework that automates taxonomy generation and text classification using LLMs, demonstrated through a news article clustering example with GPT-4 and LangGraph.
Ryan Ong
July 10, 2024