ShayAhmed / FFN-MLP

MIT License
0 stars 0 forks source link

Implement dataloader #3

Open aabuyazid opened 8 months ago

aabuyazid commented 8 months ago

We need the perceptron to receive data and train on that data. This requires a module that will facilitate data management

ShayAhmed commented 8 months ago

We need the perceptron to receive data and train on that data. This requires a module that will facilitate data management

Given mnist is very popular and can be imported from a variety for places, what should be done for this issue specifically? My understanding was that this was to load that data from our local machines, but i wanted some clarification.

aabuyazid commented 8 months ago

While it's true that dataloaders in other machine learning libraries have the MNIST dataset available to download, that is not in the scope of the project. However, downloading popular datasets is a feature that we can add later on.