Releases: manassharma07/crysx_nn
Releases · manassharma07/crysx_nn
v_0.1.7
Lots of new activation and loss functions and speed improvements
- Both forward feed and back propagation are now significantly faster, for both NumPy and Cupy versions.
- Furthermore, several more activation and loss functions are also available now.
v_0.1.5
Support for CUDA is here via Cupy.
Slower than CPU for smaller networks but the benefits are very evident for larger networks with more than 1.5 Million parameters.
Tested on
- XPS i7 11800H + 3050 Ti,
- Google Colab K80
- Kaggle
v_0.1.2
minor change in readme again lol
Cosmetic changes to PyPi readme
The logo was not displaying on PyPi, which is fixed now.
Pilot release v_0.0.1
This is the first release of CrysX-NN (crysx_nn
)