Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopping list prediction #29

Open
b-mi opened this issue Aug 5, 2019 · 3 comments
Open

Shopping list prediction #29

b-mi opened this issue Aug 5, 2019 · 3 comments

Comments

@b-mi
Copy link

b-mi commented Aug 5, 2019

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?

@jdermody
Copy link
Owner

jdermody commented Aug 5, 2019

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.

@b-mi
Copy link
Author

b-mi commented Aug 6, 2019

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?

@jdermody
Copy link
Owner

jdermody commented Aug 6, 2019

Sorry, I don't have any time at the moment. However, you could try mapping the date with sin or cos into a cyclic feature for your model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants