How to Contribute to Open Source
Contributing to open source is a great way to learn new skills, share your knowledge, and support the software you use.
An easy way to understand L1 and L2 Regularization
It is very popular that using GPT4 to explain obscure concepts these days. So I have a try today. I use the prompt: “Explain what are L1 Regularization and L2 Regularization to a seven-year-old boy.” The results are reasonable.
L1 RegularisationImagine you have a bunch of blocks and you want to build a tower with them. However, your mum tells you that you can’t use too many blocks because she doesn’t want to see blocks all over the room.
L1 regularisation is like your mum’s rule. It tells you ...
Two ways to install CUDA 11.7 on Ubuntu
I know it is very annoying that installing CUDA time time again. So I record some commands here to inspire me and you guys.
CUDA 11.7-ubuntu install-online1234567891011wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pinsudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pubsudo add-apt-repository "deb ht ...
New Blog With Hexo
Hexo is not a good framework for blog.