Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
My initial thoughts
I got a time series transaction data of purchase logs of different products.
Ex: Product named “Y” purchased for “M” amount, on Date “D” at Location/Place “P” and 5-10 other features.
Now i need to predict, how much we need to pay for purchasing Product named “Y” on new Date “D1” at Location/Place “P1” and same 5-10 other features.
Need inputs on choosing
Machine Learning library – I have TensorFlow 2.0 in my mind.
ML Model / Neural network arch need to choose – I have Linear Regression in my mind.
Training strategy – using TF 2.0
Inference/Prediction strategy – using TF 2.0
Model saving, loading, versioning. – Saving to / Loading from / versioning using AWS S3.
Machine Configuration – Dataset is small so i am Okay with Running on CPU.
submitted by /u/pktippa
[link] [comments]