Skip to content

fmmido/Neural-network-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neural Network in Python

This repository contains a simple implementation of a neural network in Python using NumPy. The neural network includes feedforward and backpropagation functionalities.

Features

  • Feedforward: Computes the output of the neural network given input data.
  • Backpropagation: Updates the weights and biases of the neural network based on the error between predicted and target values.

Installation

Ensure you have Python and NumPy installed. You can install NumPy using pip:

pip install numpy

About

Simple neural network in python v3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages