![]() |
Trying to map various products to their respective categories - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: Trying to map various products to their respective categories (/thread-42576.html) |
Trying to map various products to their respective categories - hanisha393 - Aug-12-2024 I’m trying to build my own e-commerce site and trying to map various products to their respective categories. I implemented a ML model using tensorflow keras “sequential” model, but the model is not giving accurate results. Can you please suggest if there is a better solution to approach this problem. |