Subscribe via RSS
  Looking for VBA Tutorials?

YouTube Chatbot in LangChain Using Alibaba Qwen 2.5 Model

Oct 20, 2024

Learn to develop a retrieval augmented generation (RAG) chatbot for YouTube video question-answering using Alibaba Qwen 2.5 Model from Hugging Face.

Time Series Prediction with Hugging Face Transformers

Sep 19, 2024

This tutorial teaches you how to predict future time series data using a transformer model from the Hugging Face library in Python. To illustrate this, we will classify stock market data.

Ultimate VBA Training Bundle

$120.00 $57.00

Want to learn more programming languages? We've combined each of our comprehensive VBA reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.

Anthropic Claude 3.5 Sonnet - Is it better than ChatGPT?

Aug 23, 2024

This article presents a comparison of Anthropic Claude 3.5 Sonnet LLM with OpenAI GPT 4o for zero-shot text classification and text summarization.

Chatbot Development Using Meta Llama 3.1 in LangChain

Aug 7, 2024

Learn how to develop a chatbot using open-source Meta Llama 3.1 model in LangChain. We'll also show you how to import this open-source model from Hugging Face in LangChain.

Introduction to Custom and Built-in Python LangChain Agents

Apr 26, 2024

We'll teach you the basics of Python LangChain agents, including how to use built-in LangChain agents to access third party tools, and how to create custom agents with memory.

Thought about learning VBA?

$120.00 $57.00

We created a suite of 6 VBA cheat sheets with over 200 tips showing you everything you need to know to start making power Excel applications. Take a look!

Missing Data Handling with Python Feature-Engine Library

Apr 17, 2024

Learn to handle missing data in Pandas DataFrames using the Python feature-engine library. We'll show you how to handle missing numerical and categorical data.

Fine Tuning Llama-2 for Question Answering Tasks in Python

Mar 28, 2024

This tutorial explains how to fine-tune Meta's Llama-2 model for question answering. We'll walk you through how to use Python to fine-tune the Llama-2 model on a custom dataset.

Passing Command Line Arguments in Python with argparse

Mar 8, 2024

This tutorial is going to walk you through how to pass command line arguments to a Python script using the argparse module. We're also going to show you how to create subparsers using argparse.

Fine-tuning Hugging Face Models in TensorFlow Keras

Feb 21, 2024

Learn to use Hugging Face models as layers in TensorFlow Keras. We'll fine-tune the Hugging Face BERT model for ham and spam message classification in TensorFlow Keras.

How Feature Scaling Improves Model Training in Deep Learning

Feb 1, 2024

This tutorial explains how to speed-up and improve your deep learning model training process using feature scaling and normalization in TensorFlow Keras.

subscribe via RSS