Create Your first AWS EC2 instance using Terraform a year 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 2 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 2 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 2 years ago 6 min read neural-network Basics of feed-forward neural networks. Generic implementation for L layer deep neural network in NumPy.
Introduction to Nvidia CUDA with Simple Example 2 years ago 3 min read high-performance-computing CUDA is a parallel computing platform and application programming interface model created by Nvidia. We will find area of sine wave using cuda.