Subscribe via RSS
  Looking for VBA Tutorials?

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.

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.

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.

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!

How to Perform Face Recognition with the Python Deepface Library

Jan 19, 2024

Learn to use the Python deepface library for face recognition. Recognize multiple faces in an image and extract facial embeddings using deep learning models.

Zero-Shot Object Detection with Hugging Face Transformers

Jan 10, 2024

Zero-shot object detection is a task that aims to locate and identify objects in images without having any visual examples of those objects during training.

Customizing Loss Functions and Metrics in TensorFlow Keras

Dec 19, 2023

Let's explore how to create custom loss functions and evaluation metrics for training and evaluating deep learning models in TensorFlow Keras. We'll show you how to create a macro F1 score and a loss function that combines the binary cross entropy loss and the mean squared error loss.

Fine-tuning Hugging Face Multimodal Transformers in PyTorch

Dec 6, 2023

Let's learn how to fine-tune a multimodal transformer from the Hugging Face library in PyTorch. We'll show you how to perform sentiment analysis using multimodal image and text data.

Text Classification with ChatGPT in Python using OpenAI API

Nov 22, 2023

In this tutorial, we'll show you how to use ChatGPT to classify ham and spam messages. We'll use the OpenAI API to access ChatGPT functions in Python to help us with this text classification exercise.

subscribe via RSS