This repository contains assignments from the Neural Networks course at CSD AUTH. Here, you can find practical implementations of various neural network techniques using Python. Each assignment is structured to help you understand deep learning concepts without needing advanced programming skills.
To get started with the Neural Networks repository, follow these simple steps.
Make sure your computer meets the following requirements:
Go to the Releases page to find the latest version of the software. Here is the link you need:
On the Releases page, look for the latest version. Releases are listed in reverse chronological order, with the most recent at the top.
Click on the download link of the software package relevant to your operating system. The files may have the following formats:
.zip files for Windows or macOSIf you downloaded a .zip file, you will need to extract it. Right-click the file and select βExtract Allβ on Windows, or use a program like Archive Utility on macOS.
For the best experience, open a terminal (Linux or macOS) or Command Prompt (Windows).
Navigate to the directory where you extracted the files. You can do this using the cd command followed by the path to the folder. For example:
cd path/to/your/folder
Once in the folder, you can run the application with the following command:
python main.py
Follow these steps to set up the application:
pip install -r requirements.txt
A: Double-check that youβve downloaded the correct version of Python and other dependencies. If the problem persists, feel free to check the Issues section on GitHub.
A: This repository includes resources and links to further reading. You can also follow tutorials online that align with the assignments.
A: Yes! Contributions are welcome. You can fork the repository, make changes, and submit a pull request.
For any inquiries, please contact the project author via GitHub.
Thank you for checking out the Neural Networks repository! We hope you find it helpful for your learning journey in machine learning and neural networks. Happy coding!