Create your first Azure VM instance using Terraform 3 years ago 4 min read terraformcloudazure We will create an Azure VM instance using the IaaC tool terraform. You can connect to that instance using SSH.
Create Your first AWS EC2 instance using Terraform 3 years ago 5 min read terraformcloudaws We will create an AWS EC2 instance using the IaaC tool terraform. You can connect to that instance using SSH.
Install Driver for ALFA AWUS036ACS on Linux 3 years ago 3 min read networkinglinux ALFA AWUS036ACS is the cheapest USB Wireless Adapter available in the market which supports dual-band 2.4 and 5Ghz. It supports both monitor mode and packet injection mode.
Deep Neural Network with MNIST Digit Recognition Example from Scratch 3 years ago 9 min read neural-network Multiclass classification using deep neural network in numpy only. Also MNIST handwritten digit classification in numpy.
Deep L-layer Neural Network from Scratch in Python 3 years ago 6 min read neural-network Basics of feed-forward neural networks. Generic implementation for L layer deep neural network in NumPy.