top of page

Neural Network Prep

 Basic Usages 

  • Conversion to npy made readily available

  • NN ready dataset

Conversion npy

Converts a dataset to a Neural-Network-ready format 

All the user has to do is import the file Dataset_Creator.py and use the convert_to_npy method. This will create a .npy file that can be used directly in a neural network

Ex.
  Transfer of multiple datasets into one file

bottom of page