معرفی شرکت ها


dhnn-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Discrete Hopfield Neural Network Framework in python.
ویژگی مقدار
سیستم عامل -
نام فایل dhnn-0.1.9
نام dhnn
نسخه کتابخانه 0.1.9
نگهدارنده ['Zero']
ایمیل نگهدارنده ['Zeroto521@gmail.com']
نویسنده yosukekatada,Zeroto521
ایمیل نویسنده Zeroto521@gmail.com
آدرس صفحه اصلی https://github.com/Zeroto521/DHNN
آدرس اینترنتی https://pypi.org/project/dhnn/
مجوز MIT
# DHNN A **D**iscrete **H**opfield **N**eural **N**etwork Framework in python. [![Build Status](https://travis-ci.com/Zeroto521/DHNN.svg?branch=master)](https://travis-ci.com/Zeroto521/DHNN) [![codecov](https://codecov.io/gh/Zeroto521/dhnn/branch/master/graph/badge.svg)](https://codecov.io/gh/Zeroto521/dhnn) [![](https://img.shields.io/pypi/v/dhnn.svg)](https://pypi.org/project/dhnn/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.org/project/dhnn/) ## Introduction DHNN is a minimalistic and Numpy based implementation of the [Discrete Hopfield Network](http://en.wikipedia.org/wiki/Hopfield_network). DHNN can learn (memorize) patterns and remember (recover) the patterns when the network feeds those with noises. ## Installation Just use pip: ```bash pip install dhnn ``` Or download `dhnn` to a directory which your choice and use `setup` to install script: ```bash >>> git clone https://github.com/Zeroto521/DHNN.git >>> python setup.py install ``` ## Authors | <img src="https://avatars3.githubusercontent.com/u/4463558?v=4" alt="yosukekatada" width="100px" height="100px"/> | <img src="https://avatars1.githubusercontent.com/u/25895405?v=4" alt="Zeroto521" width="100px" height="100px"/> | | :---------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------: | | [yosukekatada](https://github.com/yosukekatada) | [Zeroto521](https://github.com/Zeroto521) | ## TODO - [x] more flag, add 0/1 flag or other flag. - [ ] optimize loop, try numba, Cpython or any other ways. - [ ] optimize memory. ## License MIT License. [@yosukekatada](https://github.com/yosukekatada), [@Zeroto521](https://github.com/Zeroto521) ## References - http://rishida.hatenablog.com/entry/2014/03/03/174331


نحوه نصب


نصب پکیج whl dhnn-0.1.9:

    pip install dhnn-0.1.9.whl


نصب پکیج tar.gz dhnn-0.1.9:

    pip install dhnn-0.1.9.tar.gz