{ NICO }
Home
Projects
About me
ARTICLES
01
All
Linux
All
Python
Python
Building Feedforward Neural Networks from Scratch
August 27, 2024
This article explains Feed Forward Neural Networks, from Perceptrons to Backpropagation.
Python
Train StyleGAN2-ADA with Custom Datasets in Colab
August 27, 2024
This article covers training StyleGAN2-ADA on a custom dataset in Google Colab with TensorFlow 1.14.
Python
Creating a Virtual Environment with WSL2 and Linux on Windows 11
August 27, 2024
This article covers installing WSL and Ubuntu on Windows 11, then setting up a Virtual Environment.