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
    • Home
    • Dr. Anjing Wang
    • Page 2
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…

Git

How to Import Git Repo into Github?

Dr. Anjing Wang July 28, 2024 0 Comments

Importing a Git repo into GitHub is a common task that can be accomplished using either the GitHub web interface or command-line tools. Many developers work with different Git hosting…

AI

How to Install CUDA on WSL?

Dr. Anjing Wang June 9, 2024 0 Comments

As the use of WSL (Windows Subsystem for Linux) for development becomes increasingly popular among programmers, many AI engineers are adopting WSL and Visual Studio Code as their preferred environment…

Python

Extract Pip Packages from Source Code

Dr. Anjing Wang June 2, 2024 0 Comments

When working on Python projects, it’s often necessary to identify and list all external dependencies to ensure your code runs smoothly across different environments. There are two primary methods to…

AI

Install Tesseract OCR 5 on Ubuntu: A Complete Guide

Dr. Anjing Wang April 9, 2024 2 Comments

Upgrade to Tesseract OCR 5 on Ubuntu with a simple PPA addition, unlocking advanced text recognition features and accuracy.

AI

How to Install PPOCRLabel on Windows

Dr. Anjing Wang March 23, 2024 1 Comments

This guide will walk you through installing PPOCRLabel on Windows, ensuring you can start your OCR projects quickly.

Python

Use Pydantic to Validate Integer

Dr. Anjing Wang March 9, 2024 0 Comments

Our tutorial dives into the essentials of using Pydantic to validate integers, unpacking the intricacies from basic checks to advanced techniques like decorators and type annotations.

Git

Git Repo Nesting – Clone a Git Repo inside another Repo

Dr. Anjing Wang December 20, 2023 0 Comments

For small projects, instead of Git Submodule, we recommend directly cloning a repo inside another repo for so-called repo nesting.

Infra Python

Use gdown to download Google Drive files in Linux – forget wget

Dr. Anjing Wang December 7, 2023 0 Comments

Use gdown to download files from Google drive and forget wget. This would save you lots of preciousl time and efforts.

AI

How to Install Azure Speech Python Package on Ubuntu

Dr. Anjing Wang October 20, 2023 0 Comments

Microsoft Azure provides excellent AI speech service, but how it organizes its documents and SDK drags me back to the bad memories when I read Microsoft Visual C++ MSDN documents…

Infra

The Best Way to Install Linux on Windows 11

Dr. Anjing Wang October 9, 2023 2 Comments

When it comes to merging the power of Linux with the user-friendliness of Windows, users often find themselves at a crossroads. The traditional methods, such as setting up a dual…

Network Nginx

Install a Free SSL Certificate on Linux for HTTPS

Dr. Anjing Wang September 8, 2023 0 Comments

Since Google requires HTTPS, you must apply for one. This blog shows you the step-by-step guide to installing an SSL certificate on Linux.

Posts pagination

1 2 3 … 5

« Previous Page — 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
LoRA: Low-Rank Adaptation Made Simple
September 17, 2025
Mixed Precision Training: Faster Deep Learning Without Losing Accuracy
September 17, 2025
Understanding FP32, FP16, and BF16: Floating-Point Formats in Deep Learning
September 17, 2025
Demystifying Floating-Point Precision: Half, Single, and Double
September 16, 2025
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
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