You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have shopping list with history of records.
I woud like to train neural network for suggestionst what to buy according to existing history.
What neural network to use?
The text was updated successfully, but these errors were encountered:
There's no spatial or sequential aspect to a shopping list so a classic feed forward neural network is your best bet. ML techniques other than neural networks will work for this problem too.
Thanks, I think this data are cyclic, and there is date attribute too, and I need a NN predict to me goods by date seasonality too. Would you write here some example code of such NN?
I have shopping list with history of records.
I woud like to train neural network for suggestionst what to buy according to existing history.
What neural network to use?
The text was updated successfully, but these errors were encountered: