/simple-ml

Example of Neural Network Algorithm LEM2

Primary LanguagePython

# Neural Network (LEM2)
==================

## This is project for lesson Team Project

------------------

## Getting Started

 - install npm from official page
 - run npm i in main directory
 - use npm start to start project
 - open localhost:6543 in your browser
 
 -----------------
 
 If you have installed Windows you should have installed
 python 2.7 and remove env/ directory then run:
 - install virtualenv (pip install virtualenv)
 - virtualenv -p python27 env
 - env\Scripts\python.exe setup.py develop
 - env\Scripts\pserve development.ini - to start project