A Library for Visual Exploration of Dynamical Systems defined by Neural Networks
Home Page
The dynamical system that generated the above fractal has been explained in the documentation.
NeuralFractal has been developed for exploring the properties of dynamical systems defined by neural networks and specially complex-valued neural networks. Fractals are visualizations of Chaos. They have infinite self-similar patterns. One way to generate fractals is by applying a function repeatedly on a set of points and keeping the points that do not diverge to infinity. Interestingly, Even dynamical systems constructed by simple functions in this way can generate amazing fractals. But what happens if instead of a simple function we use a neural network? Repeatedly applying a neural network is equivalent to a recurrent neural network which is able to model complicated non-linear dynamical systems. Reservoir computing has demonstrated even completely random RNNs can construct strange and interesting dynamics. This package is an attempt to explore the strange and beautiful world of fractals
pip install nfractal
See the Home Page
A toolkit full of handy functions including most used models and utilities for deep-learning practitioners!
Classify Git commits with deep learning
The deep_utils' notebooks are stored in this repository
Multi-class confusion matrix library in Python
Visualizing Yolov5's layers using GradCam
EfficientNet-Absolute Zero for Continuous Speech Keyword Spotting
SBU Deep Learning Course Materials and Codes
In this repository I explain how to train a license plate-recognition model with pytorch-lightning.