-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
ImageDataset
and Layer for ConvolutionalNeuralNetworks (#645
) Closes #579, #580, #581 ### Summary of Changes feat: added `Convolutional2DLayer`, `ConvolutionalTranspose2DLayer`, `FlattenLayer`, `MaxPooling2DLayer` and `AvgPooling2DLayer` feat: added `InputConversionImage`, `OutputConversionImageToColumn`, `OutputConversionImageToTable` and `OutputConversionImageToImage` feat: added generic `ImageDataset` feat: added class `ImageSize` and methods `ImageList.sizes` and `Image.size` to get the sizes of the respective images feat: added ability to iterate over `SingleSizeImageList` feat: added param to return filenames in `ImageList.from_files` feat: added option `None` for no activation function in `ForwardLayer` feat: added `Image.__array__` to convert a `Image` to a `numpy.ndarray` feat: added equals check to `OneHotEncoder` fix: fixed bug #581 in removing the Softmax function from the last layer in `NeuralNetworkClassifier` refactor: move `image.utils` to `image._utils` refactor: extracted test devices from `test_image` to `helpers.devices` --------- Co-authored-by: megalinter-bot <[email protected]>
- Loading branch information
1 parent
3261b26
commit 5b6d219
Showing
48 changed files
with
4,140 additions
and
173 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.