Package for feedforward neural network with randomized-based algorithms
Project description
Randomized-Based Feedforward Neural Network
Welcome to the Advanced Neural Network for Multi-Class Classification repository! This project implements a PyTorch-based neural network following the novel approach outlined in "A Multi-Class Classification Model with Parameterized Target Outputs for Randomized-Based Feedforward Neural Networks" (Applied Soft Computing, 2023). Our goal is to bring the advanced theoretical framework of parameterized target outputs into a practical, high-performance model that simplifies multi-class classification with enhanced separability and generalization. Through this implementation, we aim to bridge theory and practice, providing a resource for learning and experimentation with PyTorch.
Table of Contents
Requirements
- Python 3.X.X
Installation and Usage
Clone the repository and navigate into its directory:
git clone https://github.com/rorro6787/randomized-based-feedforward-neural-network.git
cd randomized-based-feedforward-neural-network
Install dependencies and run the training/testing script:
chmod +x setup.sh
./setup.sh
Contributors
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
Acknowledgements
Inspired by various tutorials and resources on neural networks and my teacher's Francisco Fernández Navarro's article: "A multi-class classification model with parametrized target outputs for randomized-based feedforward neural networks:" Read the Article.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file randomized_based_feedforward_neural_network-1.0.1.tar.gz
.
File metadata
- Download URL: randomized_based_feedforward_neural_network-1.0.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aaa48d3e53fa7bf9c6a6a9e76eb512877f75f534b61b6cf22838b97be08628e |
|
MD5 | 24e23102468df06dc13c58ed66ec212c |
|
BLAKE2b-256 | ff25095440ffe24fecb1c293421f7876ff8cda679bb88f728ad775679b8d7829 |
File details
Details for the file randomized_based_feedforward_neural_network-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: randomized_based_feedforward_neural_network-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7bd1c8833a6b01bddb3733d5810d4de41d65794d6247806b1d46387d385e9a7 |
|
MD5 | 4cdcf3593545618c5c453e376d208bfb |
|
BLAKE2b-256 | 5ce343056449db7030dff8a56aa88c6756c6913c402e17dcfa96279088e160b5 |