An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with relu-activation

A curated list of projects in awesome lists tagged with relu-activation .

https://github.com/dcarpintero/nn-image-classifier

Python from-scratch implementation of a Neural Network Classifier. Dive into the fundamentals of approximation, non-linearity, regularization, gradients, and backpropagation.

backpropagation deep-dives deep-learning dropout-layers fashion-mnist gradient-descent image-classification linear-layers multilayer-perceptron python relu-activation

Last synced: 20 Nov 2024

https://github.com/sameetasadullah/neural-network-implementation

Neural Network implemented with different Activation Functions i.e, sigmoid, relu, leaky-relu, softmax and different Optimizers i.e, Gradient Descent, AdaGrad, RMSProp, Adam. You can choose different loss functions as well i.e, cross-entropy loss, hinge-loss, mean squared error (MSE)

activation-functions adagrad adam-optimizer cross-entropy-loss gradient-descent hinge-loss jupyter-notebook leaky-relu loss-functions mean-squared-error neural-network optimizers pycharm pycharm-ide python python3 relu-activation rmsprop sigmoid-activation softmax-activation

Last synced: 20 Feb 2025

https://github.com/nazli-d/binary-classification-using-cnn

This project utilizes a CNN model to classify cat and dog images through training and testing processes. The model is created using the Keras library on the TensorFlow backend.

binary-classification cat-and-dog-classifier cnn convolutional-neural-networks flatten keras max-pooling numpy opencv python relu-activation sigmoid-function tensorflow

Last synced: 21 Feb 2025

https://github.com/isa1asn/mnist-neural-net

Applying neural networks on the MNIST dataset (from scratch & using tf)

from-scratch keras mnist-classification neural-networks numpy pandas relu-activation softmax tensorflow

Last synced: 14 Mar 2025

https://github.com/psgebeline/continuum_neural_network

An artificial neural network used for distinguishing between signal and continuum B events in Belle II monte carlo based on event topology. Competition submission for Belle II CNN competition, placed 5th with 95% efficiency.

callbacks convolutional-neural-networks feature-selection keras python relu-activation tensorflow

Last synced: 14 Mar 2025

https://github.com/himanshumahajan138/transfervision

Transfer learning for image classification using pre-trained models like ResNet50, ResNet100, EfficientNetB0, and VGG16 in Keras. Fine-tunes the last layers, applies image augmentation, and evaluates with Precision, Recall, AUC, F1 score, and early stopping for improved performance.

adam-optimizer batch-normalization data-pre-processing deep-learning early-stopping efficientnetb0 image-augmentation image-classification keras multiclass-classification precision-recall-auc-f1-score regularization relu-activation resnet100 resnet50 transfer-learning vgg16

Last synced: 06 Mar 2025