Skip to content

mohamedasad10/NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks Mini-Project - CSC312 Assignment 3

I implemented a neural network in Python to handle a classification task using datasets like noisy moons and blobs. The project included tasks such as forward propagation, cost function calculation, backpropagation, and optimization techniques. I also explored issues like overfitting and underfitting, as well as multi-class classification. The goal was to design and test the neural network using various datasets to understand how different parameters affect the performance of the model."

About

I implemented a neural networkđź”—for classification, focusing on forward propagation, backpropagation, and optimization. I tested the model on datasets like noisy moons and blobs to explore concepts such as overfitting, underfitting, and multi-class classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors