Metadata-Version: 2.1
Name: nueramic-mathml
Version: 0.1
Summary: Math algorithms in ML on torch
Home-page: https://github.com/nueramic/mathml
License: MIT
Author: Victor Barbarich
Author-email: vktrbr@icloud.com
Requires-Python: >=3.7,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.21.6,<2.0.0)
Requires-Dist: torch (>=1.11.0,<2.0.0)
Project-URL: Bug Tracker, https://github.com/nueramic/mathml/issues
Project-URL: Repository, https://github.com/nueramic/mathml
Description-Content-Type: text/x-rst

.. -*- mode: rst -*-
   
|PyPi|_ |Python|_ |Download|_ |License|_ |RTD|_


------

.. |PyPi| image:: https://img.shields.io/pypi/v/nueramic-mathml?color=edf2f4&style=flat-square
.. _PyPi: https://pypi.org/project/nueramic-mathml/


.. |Python| image:: https://img.shields.io/pypi/pyversions/p?color=edf2f4&style=flat-square
.. _Python: https://github.com/nueramic/mathml

.. |Download| image:: https://img.shields.io/pypi/dm/nueramic-mathml?color=edf2f4&label=dowloads&style=flat-square
.. _Download: https://pypi.org/project/nueramic-mathml/

.. |License| image:: https://img.shields.io/github/license/nueramic/mathml?color=edf2f4&style=flat-square
.. _License: https://github.com/nueramic/mathml

.. |RTD| image:: https://img.shields.io/readthedocs/nueramic-mathml?color=edf2f4&style=flat-square
.. _RTD: https://nueramic-mathml.readthedocs.io

.. |Colab_1| image:: https://colab.research.google.com/assets/colab-badge.svg
.. _Colab_1: https://colab.research.google.com/drive/19moQvDMK8kfTDYOGuRwEl06jdf_KXNMW?usp=sharing

.. image:: docs/_static/nueramic-logo-cropped-black.svg
    :width: 200
    :align: center

..
    .. raw:: html

       <p align="center">
       <picture align="center">
         <source width=150px" media="(prefers-color-scheme: dark)" srcset="docs/_static/nueramic-logo-cropped-white.svg">
         <source width=150px" media="(prefers-color-scheme: light)" srcset="docs/_static/nueramic-logo-cropped-black.svg">
         <img alt="two logos" src="docs/_static/nueramic-logo-cropped-black.svg">
       </picture>
       </p>
   
Nueramic MathML
===============
Nueramic-mathml is a library for visualizing and logging the steps of basic optimization algorithms in machine learning. The project uses torch for calculations and plotly for visualization.

.. code-block:: python

  pip install nueramic-mathml


Quick tour  |Colab_1|_
======================

You can minimize the functions and see a detailed description of each step. After minimizing, you have a history with complete logs.

.. code-block:: python
   
   a



