Data Science Tutorials
Develop your data science skills with tutorials in our blog. We cover everything from intricate data visualizations in Tableau to version control features in Git.
Temukan kategori
Pelatihan untuk 2 orang atau lebih?Coba DataCamp for Business
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
14 Juli 2024
The Complete Guide to Data Version Control With DVC
Learn the fundamentals of data version control in DVC and how to use it for large datasets alongside Git to manage data science and machine learning projects.
Bex Tuychiev
14 Juli 2024
PyTorch Lightning: A Comprehensive Hands-On Tutorial
This comprehensive, hands-on tutorial teaches you how to simplify deep learning model development with PyTorch Lightning. Perfect for beginners and experienced developers alike, it covers environment setup, model training, and practical examples.
Bex Tuychiev
14 Juli 2024
What is Terraform? Get Started With Infrastructure as Code
Read our step-by-step beginner's guide to using Terraform, and learn how to efficiently automate and manage your Azure, AWS, and Google Cloud infrastructure.
Marie Fayard
12 Juli 2024
The Complete Guide to Data Warehousing on GCP with BigQuery
Discover how Google BigQuery provides scalable, flexible, and cost-effective data warehousing and analytics solutions that seamlessly integrate with other GCP services.
Josep Ferrer
11 Juli 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
11 Juli 2024
How to Use the Python pass Statement
Learn to use the Python pass statement in loops, functions, and classes. Understand the pass statement's importance in code execution and readability.
Allan Ouko
11 Juli 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
10 Juli 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
10 Juli 2024
Python yield Keyword: What Is It and How to Use It?
The yield keyword in Python turns a regular function into a generator, which produces a sequence of values on demand instead of computing them all at once.
Stephen Gruppetta
10 Juli 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
10 Juli 2024
Prompt Chaining Tutorial: What Is Prompt Chaining and How to Use It?
Prompt chaining is a technique that involves breaking down a complex task into a series of smaller, interconnected prompts, where the output of one prompt serves as the input for the next, guiding the LLM through a structured reasoning process.
Dr Ana Rojo-Echeburúa
9 Juli 2024