Skip to content
#

cnn-from-scratch

Here are 15 public repositories matching this topic...

Implementing Neural Networks for Computer Vision in autonomous vehicles and robotics for classification, pattern recognition, control. Using Python, numpy, tensorflow. From basics to complex project

  • Updated Dec 31, 2020
  • Jupyter Notebook

This is the Convolutional Neural Network (CNN) implementation with a single convolution layer from scratch using Numpy library. The image dataset on which classification is done is MNIST. It is able to classify with more than 97% classification accuracy after training for just 1 epoch.

  • Updated Jul 18, 2024
  • Jupyter Notebook

Photo sharing and photo storage services like to have location data for each photo that is uploaded. With the location data, these services can build advanced features, such as automatic suggestion of relevant tags or automatic photo organization, which help provide a compelling user experience.

  • Updated Oct 14, 2023
  • HTML

Improve this page

Add a description, image, and links to the cnn-from-scratch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cnn-from-scratch topic, visit your repo's landing page and select "manage topics."

Learn more