NeuroTIC 0.0
Loading...
Searching...
No Matches
Todo List
Global loadnet (char *name)

Implement file validation and data standardization during loading to ensure compatibility and integrity of loaded networks.

Consider adding support for versioning in the file format to allow for future extensions and backward compatibility.

Explore options for compressing the saved network files to reduce disk space usage, especially for larger networks.

File ntfile.c

Implement file validation and data standardization during loading to ensure compatibility and integrity of loaded networks.

Consider adding support for versioning in the file format to allow for future extensions and backward compatibility.

Explore options for compressing the saved network files to reduce disk space usage, especially for larger networks.

Global savenet (net_s *net, const char *name)

Add validation checks for the input network structure before attempting to save, ensuring that all necessary data is present and correctly formatted.

Implement error handling for file operations, such as checking for write permissions and handling disk space issues.

Consider adding metadata to the file format, such as timestamps or training information, to provide more context when loading networks in the future.

Explore options for compressing the saved network files to reduce disk space usage, especially for larger networks.

Implement file validation and data standardization during loading to ensure compatibility and integrity of loaded networks.