AI that analyzes flat/apartment offers and predicts prices, neural network implemented in pure python & numpy.
AI that analyzes flat/apartment offers and predicts prices, neural network implemented in pure python & numpy.
Follow these steps to setup FLAI:
git clone https://github.com/ZeroBone/FLAI.git
.trained
directory where the trained neural networks will be stored.data
directory or use one of the ready datasets.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>
.