Sisir Dhakalsisirdhakal.hashnode.dev·Jul 27, 2024How Convolutional Neural Networks (CNNs) Work: A Practical Guide with MNISTIntroduction In the deep learning domain, one area that has really taken a revolutionary turn is that of Convolutional Neural Networks (CNNs) to enable machines to see images. What makes facial recognition, self-driving cars, and even medical image a...60 readsConvolutionalNeuralNetworks
Ayokunle Adeniyikunle.hashnode.dev·Apr 22, 2023Naive Hyperparameter Exploration using MNISTFor deep learning enthusiasts, working with the MNIST dataset is the equivalent of writing the "hello world" program when learning a new scripting language like Python, JavaScript etc. In this project, I experiment with the vast and highly dimensiona...Machine Learning Portfoliomnist
Mathias Winther Madsentodayilearned.hashnode.dev·Jan 13, 2023A 96% Accurate OCR System from 1959Here's an interesting idea: instead of measuring the similarity of two black and white images by counting the number of identical pixels, group the pixels randomly into pairs and count the number of identical pairs. Once you have defined this altern...Computer Vision
Saket Munda5aket.hashnode.dev·Nov 8, 2022Determine handwritten digits using Neural NetworkIntroduction Finally, as the Prince was promised, this blog was also promised tons of weeks back and here it is. Part 2 : End-to-End Implementation using TensorFlow for determining handwritten digits. Previously on Part 1: The Concept, we have looked...63 readsArtificial Intelligenceneural networks
Rohith NDndrohith09.hashnode.dev·Jun 11, 2022Hand Digit Prediction using Neural Networks and TensorflowIn this blog, I'll show you how to train a neural network model using the MNIST dataset, as well as how to predict the digits in them using images. Make sure you have the Tensorflow package installed, as it will be utilised as a Deep Learning library...2 likesArtificial IntelligenceTensorFlow