Skip to content

Neural Network for predicting how an “x” parameter value change affects the average user count

Notifications You must be signed in to change notification settings

millalin/Neural_Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural_Network

Neural Network for predicting how an “x” parameter value change affects the average user count in file users.csv

Target cell L1547777

Used libraries are Tensorflow Keras and in Keras Dense and Sequential. For visualisation Matplotlib.

Because given data is quite small, whole data is used for training and testing neural network. It has not been divided into several datasets (training dataset, validation dataset and testing dataset) at this point so overfitting and unbiased evaluation is not tested. The model is fitted on training dataset, that uses x parameters values and hour info as input vector and target cell L1547777 user count values as output. You can see effect of adjusting epochs and some results here.

About

Neural Network for predicting how an “x” parameter value change affects the average user count

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages