Learn Machine Learning with FlammingFrost 🤗

Mainly focus on maching learning. Just tackle with codes everywhere :-). Hope some of my experience will be helpful to you.

Recent Posts

Layout Setting for Plotly

Nov 14, 2024 · 3 min.
Plotly

Canva size, axis, inset, multi-plot, and more

Network Science Notes 1: Random Network

Apr 12, 2024 · 6 min.
Network Science Tutorial

The analysis of network science is basically based on graph theory. We use some quantitative measures to describe the structure of a network and analyze its properties.

Network Science Notes 2: Random Network

Apr 12, 2024 · 5 min.
Network Science Tutorial

Random networks are the simplest type of network. By studying random networks, I get to know what aspects of a network are important and how to measure them.

Network Science Notes 3: Scale-Free Network

Apr 12, 2024 · 1 min.
Network Science Tutorial

Deviated from the random network, the scale-free network has a power-law degree distribution and seems to be more common in real-world networks. What's the intrinsic mechanism behind it?

Network Science Notes 4: Growing Network

Apr 12, 2024 · 1 min.
Network Science Tutorial

In this note we generate a network by adding nodes and links one by one (The Barabási-Albert Model), this mechanism will help to explain hubs and degree distribution in real-world networks.

Cheetsheet for Python os module

Posted: Mar 6, 2024 ·  Updated: Oct 28, 2023 · 3 min.
Cheet sheet

Some useful commands for Python os module, especially IO operations and file system operations.

Customize your PyTorch Dataset

Posted: Mar 6, 2024 ·  Updated: Oct 28, 2023 · 1 min.
Cheet sheet

A guide to customize your PyTorch Dataset. This is the first step for your PyTorch project.

Some Notes for Betaflight

Posted: Mar 6, 2024 ·  Updated: Oct 28, 2023 · 1 min.
FPV

Recording some difficulties I encountered and the solutions I found when using Betaflight. PID tuning, receiver setup, VTX setup, etc.

Debugging Python with pdb

Oct 27, 2023 · 2 min.
Cheet sheet

Use pdb to debug python code. Cheat sheet.

Tensorboard Cheet Sheet (SummaryWriter)

Posted: Oct 21, 2023 ·  Updated: Oct 27, 2023 · 3 min.
Cheet sheet

List some commonly used commands for tensorboard.

More Posts

My Projects

Feature image
Personal
CodeQuest framework
Course Project
Feature image
Personal Project