Small datasets typically used for testing should be included in the library as an easy way to acces them. (So you woudn't need to define an XOR dataset to simply test your neural network)
Datasets such as:
XOR
Counting in binary
Even/Odd classification in binary
Any other set of small data with a pattern to detect
Small datasets typically used for testing should be included in the library as an easy way to acces them. (So you woudn't need to define an XOR dataset to simply test your neural network) Datasets such as: