VisionBrain
VisionBrain
  • Home
  • Library
  • USAGES
  • DEEPLEARNING
  • RESEARCH
  • ABOUTUS
  • More
    • Home
    • Library
    • USAGES
    • DEEPLEARNING
    • RESEARCH
    • ABOUTUS
  • Home
  • Library
  • USAGES
  • DEEPLEARNING
  • RESEARCH
  • ABOUTUS

Our PyPi Python Library

realtimeplt is a Python library made by VisionBrain

  • It focuses on getting the Live training loss plot in Jupyter Notebook for Keras, PyTorch, and TensorFlow. Our main objective is to bring the ability to visualize the data hyperparameters in real-time. 

 Note that realtimeplt is an active project and routinely publishes new releases. In order to upgrade realtimeplt to the latest version, use pip as follows. 

 

pip install realtimeplt

v0.0.1 Beta release

How to use:

 

from keras.datasets import mnist
from keras.utils import to_categorical
from keras.models import Sequential
from keras.layers import Flatten, Dense, Activation
# raw keras
from livelossplot import PlotLossesKeras

Supported Data Science Libraries:

 Note*** Better results when used with Jupyter Notebook.

  • Matplotlib
  • Seaborn
  • SciPy
  • Bokeh


Supported DeepLearning Libraries:

 Note*** Better results when used with Jupyter Notebook.

  • Keras
  • TensorFlow
  • PyTorch
  • Poutyne


GITHUB link

Copyright © 2020 VisionBrain - All Rights Reserved.


Powered by ia|ai