Skip to content
#

fully-connected-deep-neural-network

Here are 14 public repositories matching this topic...

Implemented fully-connected DNN of arbitrary depth with Batch Norm and Dropout, three-layer ConvNet with Spatial Batch Norm in NumPy. The update rules used for training are SGD, SGD+Momentum, RMSProp and Adam. Implemented three block ResNet in PyTorch, with 10 epochs of training achieves 73.60% accuracy on test set.

  • Updated Jul 6, 2018
  • Jupyter Notebook

This repository contains various networks implementation such as MLP, Hopfield, Kohonen, ART, LVQ1, Genetic algorithms, Adaboost and fuzzy-system, CNN with python.

  • Updated Aug 12, 2022
  • Jupyter Notebook
Face-Mask-Detection-Real-Time-Computer-Vision

This repository contains code that implemented Mask Detection using MobileNet as the base model and Neural Network as the head model. Code draws a rectangular box over the person's face in red if no mask, green if the mask is on, with 99% accuracy in real-time using a live webcam. Refer to README for demo

  • Updated Jul 6, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the fully-connected-deep-neural-network 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 fully-connected-deep-neural-network topic, visit your repo's landing page and select "manage topics."

Learn more