NumPyANN icon indicating copy to clipboard operation
NumPyANN copied to clipboard

Implementation of Artificial Neural Networks using NumPy

Results 1 NumPyANN issues
Sort by recently updated
recently updated
newest added

Hi I am running NumpyANN tutorial using Jupyter nb. The extract_features.py file was not executing. The error is here: fruit_data = skimage.io.imread(fname=os.path.sep.join([os.getcwd(), curr_dir, img_file], as_grey=False) There is a typo, you...