CSC207-2023Y-UofT / ai-playground

course-project-neural-network created by GitHub Classroom
https://csc207-2023y-uoft.github.io/ai-playground/
Apache License 2.0
3 stars 1 forks source link

Add Tests for Modelling #53

Closed Rishit-dagli closed 1 year ago

Rishit-dagli commented 1 year ago

Description

This pull request introduces comprehensive JUnit style tests to validate the functionality and correctness of Neural Net creation and training in the project. The aim is to enhance code reliability and ensure the Neural Net module performs as expected throughout its lifecycle.

Changes Made

Motivation for the Changes

With the increasing complexity of the Neural Net module, it becomes crucial to have a robust and automated testing suite to verify its behavior under diverse circumstances. By adding JUnit style tests, we can systematically ensure that our Neural Net implementation adheres to expected functionality and produces accurate results during training and inference.

Testing Environment

Rishit-dagli commented 1 year ago

/cc Shivesh777

Rishit-dagli commented 1 year ago

/cc Ford-Robert

Rishit-dagli commented 1 year ago

/area modelling

Rishit-dagli commented 1 year ago

/hold until #50 is merged

Rishit-dagli commented 1 year ago

/remove hold

Rishit-dagli commented 1 year ago

/cc Shivesh777