Notes

Just a collection of notes

Neural network perceptron

Sigmoid is one of the most widely used non-linear activation function. It transforms the values between the range 0 and 1

QR code with Python

Its very simple to generate qr code with python, just install qrcode: pip install qrcode[pil]