Skip to content

This repository contains a neural network regression model implemented from scratch. The main objective of this project is to provide a comprehensive understanding of the operational logic behind neural networks.

Notifications You must be signed in to change notification settings

Code-WSY/Neural_networks_Regression

Repository files navigation

Neural Network Regression Model

Neural Network

This repository contains a neural network regression model implemented from scratch. The main objective of this project is to provide a comprehensive understanding of the operational logic behind neural networks.

Features

  • Implementation of a feed forward neural network architecture.
  • Configurable number of layers and neurons per layer.
  • Support for various activation functions (e.g., sigmoid, ReLU).
  • Flexible training options, including customizable learning rate and batch size.
  • Efficient back propagation algorithm for weight updates.
  • Evaluation of model performance with regression metrics.
  • Save and load trained models for future use.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.


Note: This is a simplified implementation for educational purposes. For more complex tasks and improved performance, it is recommended to use established deep learning frameworks such as TensorFlow or PyTorch.

About

This repository contains a neural network regression model implemented from scratch. The main objective of this project is to provide a comprehensive understanding of the operational logic behind neural networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages