项目作者: ZeroBone

项目描述 :
AI that analyzes flat/apartment offers and predicts prices, neural network implemented in pure python & numpy.
高级语言: Python
项目地址: git://github.com/ZeroBone/FLAI.git
创建时间: 2020-12-12T19:00:57Z
项目社区:https://github.com/ZeroBone/FLAI

开源协议:MIT License

下载


FLAI

AI that analyzes flat/apartment offers and predicts prices, neural network implemented in pure python & numpy.

Usage

Follow these steps to setup FLAI:

  1. Clone this repository with git clone https://github.com/ZeroBone/FLAI.git.
  2. Create a trained directory where the trained neural networks will be stored.
  3. Add your dataset to the data directory or use one of the ready datasets.

Training and testing the neural network

To train the neural network, run python train.py <dataset> where <dataset> is the name of the csv file with the data to be used for training. Specify the dataset name without .csv.

The network can be tested analogously, by executing python test.py <dataset>.