CIFAR 10 image dataset
-
Updated
Nov 20, 2024 - Python
CIFAR 10 image dataset
Deep Learning
This program implements logistic regression from scratch using the gradient descent algorithm in Python to predict whether customers will purchase a new car based on their age and salary.
Compare vanishing gradient problem case by case.
Simple multi layer perceptron application using feed forward back propagation algorithm
A classical XOR neural network using pytorch
"The 'Activation Functions' project repository contains implementations of various activation functions commonly used in neural networks. "
A neural network (NN) having two hidden layers is implemented, besides the input and output layers. The code gives choise to the user to use sigmoid, tanh orrelu as the activation function. Prediction accuracy is computed at the end.
Neural Network from scratch without any machine learning libraries
Standard logistic function.
Logit function.
Implementing a logistic regression program to predict whether a patient has heart disease or not based on some features.
A implementation of a Neural Network in vanilla python that trains on the MNIST handwritten digit classifiction problem.
Rethinking of Pedestrian Attribute Recognition: A Reliable Evaluation under Zero-Shot Pedestrian Identity Setting
Generic L-layer 'straight in Python' fully connected Neural Network implementation using numpy.
We introduce two novel hybrid activation functions: S3 (Sigmoid-Softsign) and its improved version S4 (Smoothed S3)
This is a compact working example of a perceptron with sigmoid function in python.
Introductory level artificial neural network
Mini-learn is a miniature version of tensor-flow which I made with ONLY NUMPY to play with perceptrons. You can use this project like you use tflearn. Go to https://github.com/Satyaki0924/boston-housing-with-minilearn to see it's usage.
Add a description, image, and links to the sigmoid topic page so that developers can more easily learn about it.
To associate your repository with the sigmoid topic, visit your repo's landing page and select "manage topics."