Skip to content

11jolek11/nn_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch

This project implements a neural network from scratch to solve the XOR problem. The network demonstrates the capability to learn with and without momentum, offering flexibility in training approaches. Features

Custom neural network implementation XOR problem solution Momentum-based learning option Choice of activation functions:

  • Hyperbolic Tangent (tanh)
  • Rectified Linear Unit (ReLU)
  • Sigmoid

Overview

The XOR problem is a classic benchmark in neural network training, as it requires a multi-layer network to solve. This implementation showcases how a simple neural network can learn to correctly classify XOR inputs.

Tech Stack

  • Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages