Answer the question
In order to leave comments, you need to log in
A suitable framework for a neural network?
Hello, I'm doing system load monitoring. And I have a number between 0 and 10 that shows the current load on the systems. You need to predict the next number.
From the input data there is (data is written to the database every hour):
1) Date + working or non-working day
2) Current load (number 0-10)
Tell me a framework on which this can be done quickly enough. Preferred language python/js/php
Answer the question
In order to leave comments, you need to log in
Why do you even need a whole neural network when the problem of predicting a one-dimensional time series was perfectly solved and solved by the methods of classical analysis of these same time series and is described in any book on Machine Learning (and of course - in any university course in time series analysis - for about 50 years).
A typical toolkit is basic python + scikit-learn package. In case of urgent need, we expand it with the statsmodel and pandas packages. If you need to display graphics - matplotlib and / or seaborn. It will cover almost all conceivable and unthinkable needs in solving your problem.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question