├── Demos and Plots ├── CNN.png ├── MultiLayer.png ├── Real Time Full Demo.mp4 ├── Real Time Half Demo.gif ├── SingleLayer.png └── Write Pad.gif ├── NumPy ├── BiLay(3,1).py ├── BinaryClass.py ├── MNIST (Multi Layer).ipynb ├── MNIST (Single Layer).ipynb ├── NumPy Multi Layer Parameters │ ├── W1.csv │ ├── W2.csv │ ├── b1.csv │ └── b2.csv └── Numpy Single Layer Parameters │ ├── Bias.csv │ └── Weight.csv ├── PyTorch ├── MNIST PyTorch.ipynb ├── MNIST_train_model.py ├── PyTorch Models │ └── MNIST 0 ├── RealTime_0.py ├── Testing MNIST.ipynb ├── Testing MNIST.py └── Write_Pad_0.py └── README.md /Demos and Plots/CNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/CNN.png -------------------------------------------------------------------------------- /Demos and Plots/MultiLayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/MultiLayer.png -------------------------------------------------------------------------------- /Demos and Plots/Real Time Full Demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/Real Time Full Demo.mp4 -------------------------------------------------------------------------------- /Demos and Plots/Real Time Half Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/Real Time Half Demo.gif -------------------------------------------------------------------------------- /Demos and Plots/SingleLayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/SingleLayer.png -------------------------------------------------------------------------------- /Demos and Plots/Write Pad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/Demos and Plots/Write Pad.gif -------------------------------------------------------------------------------- /NumPy/BiLay(3,1).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/BiLay(3,1).py -------------------------------------------------------------------------------- /NumPy/BinaryClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/BinaryClass.py -------------------------------------------------------------------------------- /NumPy/MNIST (Multi Layer).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/MNIST (Multi Layer).ipynb -------------------------------------------------------------------------------- /NumPy/MNIST (Single Layer).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/MNIST (Single Layer).ipynb -------------------------------------------------------------------------------- /NumPy/NumPy Multi Layer Parameters/W1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/NumPy Multi Layer Parameters/W1.csv -------------------------------------------------------------------------------- /NumPy/NumPy Multi Layer Parameters/W2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/NumPy Multi Layer Parameters/W2.csv -------------------------------------------------------------------------------- /NumPy/NumPy Multi Layer Parameters/b1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/NumPy Multi Layer Parameters/b1.csv -------------------------------------------------------------------------------- /NumPy/NumPy Multi Layer Parameters/b2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/NumPy Multi Layer Parameters/b2.csv -------------------------------------------------------------------------------- /NumPy/Numpy Single Layer Parameters/Bias.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/Numpy Single Layer Parameters/Bias.csv -------------------------------------------------------------------------------- /NumPy/Numpy Single Layer Parameters/Weight.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/NumPy/Numpy Single Layer Parameters/Weight.csv -------------------------------------------------------------------------------- /PyTorch/MNIST PyTorch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/MNIST PyTorch.ipynb -------------------------------------------------------------------------------- /PyTorch/MNIST_train_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/MNIST_train_model.py -------------------------------------------------------------------------------- /PyTorch/PyTorch Models/MNIST 0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/PyTorch Models/MNIST 0 -------------------------------------------------------------------------------- /PyTorch/RealTime_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/RealTime_0.py -------------------------------------------------------------------------------- /PyTorch/Testing MNIST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/Testing MNIST.ipynb -------------------------------------------------------------------------------- /PyTorch/Testing MNIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/Testing MNIST.py -------------------------------------------------------------------------------- /PyTorch/Write_Pad_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/PyTorch/Write_Pad_0.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HiPatil/real-time-digit-recognition/HEAD/README.md --------------------------------------------------------------------------------