-
Updated
Sep 26, 2024 - Jupyter Notebook
fully-connected-deep-neural-network
Here are 15 public repositories matching this topic...
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
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
CS 182 Spring 2019 - Assignment 1
-
Updated
Feb 10, 2023 - 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
Explain fully connected ReLU neural networks using rules
-
Updated
Jul 26, 2022 - Python
Neural Networks Classification on Fashion MNIST.
-
Updated
Jun 5, 2022 - Jupyter Notebook
Application of Fully Connected Neural Networks (FCNs) & Graphical Convolutional Neural Networks (GCNs) using pytorch to fmri movie data
-
Updated
May 27, 2021 - Jupyter Notebook
Using different ML models with different optimizers (pytorch)
-
Updated
Mar 21, 2021 - Python
BlessMark: A Blind Diagnostically-Lossless Watermarking Framework for Medical Applications Based on Deep Neural Networks
-
Updated
Mar 14, 2021 - Python
MNIST handwritten digit classification using PyTorch
-
Updated
Aug 19, 2020 - Jupyter Notebook
My projects from the Udacity Deep Learning Nanodegree.
-
Updated
Oct 28, 2019 - Jupyter Notebook
This projects constructs the fully connected layered (MLP)neural network models to predict the cardio vascular disease in the patient.To validate the models constructed, an ensemble method (using the voting) is implemented.
-
Updated
Aug 11, 2019 - Jupyter Notebook
RoboND Term 1 Deep Learning Project, Follow-Me
-
Updated
Jan 16, 2019 - Jupyter Notebook
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
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.
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."