Skip to content
#

fully-connected-deep-neural-network

Here are 15 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

This is the code for a fully connected neural network. The code is written from scratch using Numpy, without using any ready-made deep learning library. In this, classification is done on the MNIST dataset. It is generalized to include various options for activation functions, loss functions, types of regularization, and output activation types.

  • Updated Jun 14, 2024
  • 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