What is DeepPy?
DeepPy is a deep learning framework that enables Pythonic programming using NumPy's ndarray. It is licensed under the MIT license, which allows for flexible and open-source usage. The framework is designed to be lightweight and easily extensible, catering to developers who prefer a minimalistic approach. DeepPy supports execution on both CPU and Nvidia GPUs, ensuring flexibility in hardware utilization. The framework implements various network architectures, including feedforward networks, convnets, siamese networks, and autoencoders, providing a comprehensive toolkit for deep learning researchers and practitioners
Highlights
- Pythonic programming with NumPy's ndarray
- MIT licensed for open-source and flexible use
- Small and easily extensible codebase
- Support for CPU and Nvidia GPU execution
- Implementation of feedforward networks, convnets, siamese networks, and autoencoders
Social