ahmedfgad /
CIFAR10CNNFlask
Building a HTTP-accessed convolutional neural network model using TensorFlow NN (tf.nn), CIFAR10 dataset, Python and Flask.
43/100 healthLoading repository data…
vzhou842 / repository
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This was written for my 2-part blog post series on CNNs:
To see the code (forward-phase only) referenced in Part 1, visit the forward-only branch.
Install dependencies:
$ pip install -r requirements.txt
Then, run it with no arguments:
$ python cnn.py
$ python cnn_keras.py
You can also run this code in your browser.
You may also be interested in a Neural Network implemented from scratch in Python, which was written for my introduction to Neural Networks.
Selected from shared topics, language and repository description—not editorial ratings.
ahmedfgad /
Building a HTTP-accessed convolutional neural network model using TensorFlow NN (tf.nn), CIFAR10 dataset, Python and Flask.
43/100 healthcxhernandez /
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images
61/100 healthahmedbesbes /
What makes convnets so powerful at image classification?
andrewleeunderwood /
Combined computer vision techniques and convolutional neural networks to accurately classify chess pieces and identified their location on a chessboard. Tools: Python, Google Cloud, Keras, TensorFlow, OpenCV, Pillow, Scikit-learn, NumPy, Seaborn, and others
54/100 healthmirzayasirabdullahbaig07 /
The model is trained using a Convolutional Neural Network (CNN) on a dataset of rice leaf images for accurate disease classification.
71/100 healthShivamShrirao /
A high level deep learning library for Convolutional Neural Networks,GANs and more, made from scratch(numpy/cupy implementation).
45/100 health