MLprj24 is a university project that implements a neural network framework. It supports classes for building feed-forward networks and includes utilities for hyperparameter search.
Before you begin, ensure you have met the following requirements:
- You have installed Python 3.x.
- You have a basic understanding of neural networks and machine learning concepts.
- You have installed the necessary Python libraries (listed in the
requirements.txtfile).
To install the required dependencies, run the following command:
pip install -r requirements.txtExample in the Model folder
You can run the example script provided in the repository by executing the main.py file. This will perform a random search to find hyperparameters for both MONK and CUP models using predefined settings.
python main.pyThis project is licensed under the AGPL License - see the LICENSE file for details.