Metadata-Version: 2.1
Name: som-lib
Version: 0.0.6
Summary: SOM Lib (TODO: fix)
Home-page: https://github.com/xausssr/SOMLib
Author: Denis Kondaurov, Andrey Tolstyh, Maxim Elchugin
Author-email: xausssr@gmail.com
Maintainer: Andrey Tolstyh
Maintainer-email: xausssr@gmail.com
License: MIT License
Project-URL: Bug Tracker, https://github.com/xausssr/SOMLib/issues
Project-URL: Source Code, https://github.com/xausssr/SOMLib
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: <4,>3.7
Description-Content-Type: text/markdown

# SOM Lib

[![github workflow tests img]][github workflow tests]
[![github workflow release img]][github workflow release]
[![codecov img]][codecov]

[![code style img]][code style]
[![pre-commit img]][pre-commit]

[![github issues img]][github issues]
[![github tutorial img]][github tutorial]

[github workflow tests img]: https://github.com/melchugin/test-ci-cd-python/workflows/Tests/badge.svg?branch=master
[github workflow tests]: https://github.com/melchugin/test-ci-cd-python/actions?query=workflow%3ATests

[github workflow release img]: https://github.com/melchugin/test-ci-cd-python/workflows/Release/badge.svg
[github workflow release]: https://github.com/melchugin/test-ci-cd-python/actions?query=workflow%3ARelease

[codecov img]: https://codecov.io/gh/melchugin/test-ci-cd-python/branch/master/graph/badge.svg?token=WT3UQSNKPT
[codecov]: https://codecov.io/gh/melchugin/test-ci-cd-python

[code style img]: https://img.shields.io/badge/code%20style-black-000000.svg
[code style]: https://github.com/psf/black

[pre-commit img]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[pre-commit]: https://github.com/pre-commit/pre-commit

[github issues img]: https://img.shields.io/badge/issue_tracking-github-blue.svg
[github issues]: https://github.com/melchugin/test-ci-cd-python/issues

[github tutorial img]: https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?
[github tutorial]: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project

## Description

Library for research and teaching of neural networks using second-order methods

XXX


