Writing a Image Processing Codes from Scratch on Python What will you do when you suddenly think about Convolutional Neural Networks from Scratch while serving cows? For me, I wrote some codes for image processing before thinking about those codes. Once again I am not going to write another OpenCV here. What am I using? […]
Month: May 2020
Multi-Layer Deep Neural Network from Scratch in Python
Writing a keras like feed forward neural network from scratch in Python.