Skip to content
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

wwwinsights_logo
Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

  • Home
  • AI
  • Content Management
    • Drupal
    • WordPress
  • Web Infrastructure
    • AWS
    • Network
    • Git
    • Nginx
    • Infra
  • Programming Language
    • Python
  • Contact
  • About
AI

Causal Language Models vs. Conditional Generation Models: Key Differences and Real-World Examples

Anjing February 7, 2025 0 Comments

Natural language generation has rapidly evolved with the rise of large language models, but one common point of confusion is distinguishing between causal language models (CLMs) and conditional generation models.…

AI

Unlocking the Power of Conditional Generation in AI

Anjing February 2, 2025 0 Comments

Artificial Intelligence (AI) has revolutionized how we interact with technology, from chatbots that answer questions to AI models that generate lifelike images and translate languages instantly. But behind many of…

AI

Unveiling NVIDIA DGX: A Journey Through AI Supercomputing

Anjing November 19, 2024 0 Comments

NVIDIA DGX (Deep GPU Xceleration) is synonymous with cutting-edge artificial intelligence (AI) infrastructure. Designed to accelerate AI research and applications, the DGX family of systems provides unparalleled computational power for…

AI

How to Measure the Performance of OCR: Why BLEU Isn’t Always the Best Choice

Anjing November 13, 2024 0 Comments

Optical Character Recognition (OCR) is a technology that converts images of text (such as scanned documents, photos, or screenshots) into machine-readable text. While OCR has come a long way, evaluating…

AI

Understanding sklearn.metrics.accuracy_score and How to Calculate Accuracy Manually

Dr. Anjing Wang November 13, 2024 0 Comments

When evaluating machine learning models, accuracy is one of the most commonly used metrics for classification tasks. In this blog post, we’ll dive into the accuracy_score function provided by Scikit-Learn’s…

AI

Supervised Fine-Tuning (SFT): How to Fine-Tune Your Model Like a Pro

Dr. Anjing Wang November 1, 2024 0 Comments

In the world of machine learning, pretrained models are like finding a treasure chest of knowledge. They save us hours, days, or even weeks of training time, allowing us to…

AI

Deep Learning Model Precision: FP32, BF16, INT8 and INT4

Dr. Anjing Wang October 31, 2024 0 Comments

When training or deploying deep learning models, precision isn’t just about getting accurate predictions—it’s also about finding the right balance between performance, memory usage, and speed. Choosing the optimal precision…

AI

LoRA vs. QLoRA: Fine-Tuning Your Model’s Superpowers on a Budget

Dr. Anjing Wang October 31, 2024 0 Comments

Have you ever tried running a colossal language model on a GPU that feels more like a toaster than a supercomputer? Enter LoRA and QLoRA—two magical spells for squeezing every…

AI Infra

How to Run a CUDA Docker Image on an AWS Ubuntu LTS Instance

Dr. Anjing Wang October 29, 2024 0 Comments

Running a CUDA Docker image on an AWS Ubuntu instance enables you to leverage GPU-accelerated computations directly within Docker containers. In this guide, we’ll walk through the process of installing…

AI Infra

How to Install NVIDIA driver on AWS Ubuntu LTS 24.04

Dr. Anjing Wang October 29, 2024 1 Comments

Installing the NVIDIA driver on an AWS EC2 instance running Ubuntu 24.04 can sometimes be challenging due to AWS’s custom environment and kernel. Although the ubuntu-drivers tool is the recommended…

Infra

Running One Linux Distribution Inside Another Using Docker: A Deep Dive

Dr. Anjing Wang October 28, 2024 0 Comments

Introduction In today’s fast-paced software development landscape, Docker has become an indispensable tool, revolutionizing the way we build, ship, and run applications. One of its remarkable capabilities is enabling developers…

AI

Fine-Tuning Qwen Models: Understanding the Key Parameters

Dr. Anjing Wang October 25, 2024 0 Comments

Fine-tuning large language models (LLMs) can be a challenging process due to the variety of parameters and configurations involved. In this blog, we’ll break down key parameters used to fine-tune…

AI

Why PyTorch Uses Its Own Tensor Library Instead of NumPy

Dr. Anjing Wang October 9, 2024 0 Comments

If you’re just starting out with Python and have heard of NumPy, you probably know it’s a fantastic library for handling numbers, arrays, and matrices. So, why would PyTorch, a…

AI

Using torch.Tensor to Represent Images in PyTorch: A Beginner’s Guide

Dr. Anjing Wang September 17, 2024 0 Comments

In the world of deep learning, images are a critical form of data. Whether you’re building a computer vision model, training on image datasets, or working on image processing tasks,…

AI

Total Available Graphics Memory vs. Dedicated Video Memory – Understanding the Four Types of GPU Memory

Dr. Anjing Wang September 10, 2024 0 Comments

When exploring your system’s GPU settings, you may encounter various memory types that can initially be confusing. Terms like Total Available Graphics Memory, Dedicated Video Memory, System Video Memory, and…

Posts pagination

1 2 … 4

Next Page »

About the Author

Dr. Anjing Wang

Dr. Anjing Wang

I am an entrepreneur, data analyst, website builder, and enthusiastic educator. I hold a Ph.D. in computer science and worked for big corporations for years before starting up a few companies. Notably, one of my recent start-up projects is a video dictionary.

  • AI
  • AWS
  • DNS
  • Drupal
  • Git
  • Infra
  • Network
  • Nginx
  • Python
  • Wordpress
Causal Language Models vs. Conditional Generation Models: Key Differences and Real-World Examples
February 7, 2025
Unlocking the Power of Conditional Generation in AI
February 2, 2025
Unveiling NVIDIA DGX: A Journey Through AI Supercomputing
November 19, 2024
How to Measure the Performance of OCR: Why BLEU Isn’t Always the Best Choice
November 13, 2024
Understanding sklearn.metrics.accuracy_score and How to Calculate Accuracy Manually
November 13, 2024
Supervised Fine-Tuning (SFT): How to Fine-Tune Your Model Like a Pro
November 1, 2024
Deep Learning Model Precision: FP32, BF16, INT8 and INT4
October 31, 2024
LoRA vs. QLoRA: Fine-Tuning Your Model’s Superpowers on a Budget
October 31, 2024
How to Run a CUDA Docker Image on an AWS Ubuntu LTS Instance
October 29, 2024
How to Install NVIDIA driver on AWS Ubuntu LTS 24.04
October 29, 2024
Running One Linux Distribution Inside Another Using Docker: A Deep Dive
October 28, 2024
Fine-Tuning Qwen Models: Understanding the Key Parameters
October 25, 2024
Why PyTorch Uses Its Own Tensor Library Instead of NumPy
October 9, 2024
Using torch.Tensor to Represent Images in PyTorch: A Beginner’s Guide
September 17, 2024
Total Available Graphics Memory vs. Dedicated Video Memory – Understanding the Four Types of GPU Memory
September 10, 2024
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

Copyright by Anjing Wang © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • Terms of Use
  • Privacy Policy
  • Contact