Above-All The brief introduction to my Blog. If you are new here, why not have a look? 2025-05-09 #Announcement #Updating
LLML CS336 Lecture 3 Hypeparameters and Architectures Lecture Notes for CS336: Lecture 2 Pytorch and Resource Accounting, as a part of tutorial for LLM Learning Plan as well. 2025-08-19 Artificial Intelligence > LLM #Finished #Tutorial #LLM #Resource Accounting
One Year of Programming Recordings for my first year in the world of programmings, about the story of setbacks, perseverance and triumph. 2025-08-16 #Recordings
My-ToolZoo ToolZoo: The integrated zoo toolbox for all kinds of hand-made stuff, including Blog & Community, learning tutorials, projects and efficient tools. 2025-08-15 Project #tutorial #Finished #Efficient Tools
Andrew Ng: Building Faster With AI Transcripts and Comments for the celebrity speech: Andrew Ng: Building Faster with AI, discussing the future of Agentic AI and ai-assisted software development. 2025-08-07 Artificial Intelligence #Artificial Intelligence #LLMs #Coding #Celebrity Speech
The New Code: Sean Grove, OpenAI Transcripts and Comments for the celebrity speech: The new code delivered by Sean Grove from OpenAI and a brief introduction to specification in code and Model Spec launched by OpenAI. 2025-08-04 Artificial Intelligence #Artificial Intelligence #LLMs #Coding #Finished #Celebrity Speech
Git Advanced Memo The advanced introduction to Git, including a memo for most frequently used git command, and the explanation of Version Control Philosophy and Joint Development. 2025-08-02 Efficient Tools #tutorial #Git
LLML CS336 Lecture 2 Pytorch Resource Accounting Lecture Notes for CS336: Lecture 2 Pytorch and Resource Accounting, as a part of tutorial for LLM Learning Plan as well. 2025-07-31 Artificial Intelligence > LLM #Finished #Tutorial #LLM #Resource Accounting
LLML CS336 Lecture 1 Overview and Tokenization Lecture Notes for CS336: Lecture 1 Overview and Tokenization, as a part of tutorial for LLM Learning Plan as well. 2025-07-28 Artificial Intelligence > LLM #Tutorial #LLM #Tokenization
LLM Transformer The introduction and explanation for the Basic Neural Network Transformer. 2025-07-28 Artificial Intelligence > LLM #Artificial Intelligence #Deep Learning #Neural Networks #Transformer
Attention Mechanism The introduction and explanation for the Basic Neural Network Transformer. 2025-07-28 Artificial Intelligence > LLM #Artificial Intelligence #Deep Learning #Neural Networks #Transformer
CLI Roadmap Several website recommendations for command line interface usage, including fruitful technical blog and courses, and several specific guidelines for tool usage like vim and tmux, etc. This blog also i 2025-07-27 Efficient Tools #tutorial #CLI
LLM Learning Initial Initial plan and learning materials for learning large language models from scratch. 2025-07-27 Artificial Intelligence > LLM #Tutorial #LLM
Python Scraping Tutorial This blog introduces the basic tutorial for scraping, including the basic usage of bs4 and requests module, and a small demo for scraping contents for other's technical blog. 2025-07-24 Code > Python #Finished #Tutorial #scraping
Feishu GPU Auto Monitoring My Github project - Scripts for monitoring GPU usage on remote machine via feishu bot. 2025-07-24 Project #Finished #Python #Automatic Scripts
Pythonic Functional Programming Tutorial for Pythonic: the introduction of functional programming and its philosophy 2025-07-16 Code > Python #Python #Tutorial #Pythonic
Python Pythonic This article introduces advanced Python programming concepts, including Pythonic style, metaprogramming, functional programming, and more. 2025-07-16 Code > Python #Finished #Python #Tutorial
Python Package Manager A basic tutorial for several advanced package manager, including pip, venv, uv and conda. 2025-07-14 Code > Python #Python #Tutorial #Package Manager
Quick-GPT: A Fast and Simple CLI LLM Calling Function My Github project: Quick-GPT, a fast and user-friendly CLI LLM calling command using just one command! 2025-07-13 Project #Python #CLI #AI API Calling
Python Architecture Patterns: Multi-File Programming Tutorials on managing import paths when programming in Python with multiple files, including understanding import priority, absolute imports, and relative imports. 2025-07-12 Code > Architecture Design #Python #Tutorial #finished #Modules
Python Architecture Patterns Introduction to architecture design patterns in Python, with several announcement of advanced Python programming. 2025-07-12 Code > Architecture Design #Python #Tutorial #finished #Architecture Patterns
My-Bloging-Workflow Basic introduction to CI&CD in software engineering, including demonstration of my own blog post automation. 2025-07-11 #CI & CD #Workflow
Python Pipe & Functional Programming The basic tutorial of using pipes in Python programming, including advanced usage. The blog also introduces the introduction of functional programming. 2025-07-03 Code > Python #Finished #Python #Tutorial #Functional Programming #pipe
Torch Memo TensorBoard Tutorials for Tensor Board in torch.utils.tensorboard 2025-07-01 Artificial Intelligence > Torch #Finished #Python #Tutorial #Pytorch #TensorBoard
Factor Mining in Quantitative Investing: A Survey This article is a survey for Quantitative factor mining, including basic concepts, methodology and factor effectiveness test 2025-07-01 Artificial Intelligence #Finished #Survey #Quantitative Factor Mining
Javascripts Advanced This article introduces advanced JavaScript syntax including DOM structure, modifying hml properties, event lister and callback-hell problem. 2025-06-22 Code > Full Stack Programming > Frontend #tutorial #Finished #javascript
Javascripts Memo This article introduces fundamental JavaScript syntax along with advanced techniques, covering DOM manipulation for HTML interaction and basic demo for frontend code. 2025-06-20 Code > Full Stack Programming > Frontend #tutorial #Finished #javascript
DataStructure Awesome Final Project: All codes for implementations and applications of several data structures, including STLite final assignment. 2025-06-10 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Data Structure #C/C++ #awesome
LLM Evaluating Initial try for LLM evaluating on gsm8k dataset. 2025-05-30 Artificial Intelligence > LLM #Finished #Python #Tutorial #LLM