This document provides information about experiments applying metric learning to the street-to-shop problem using a custom dataset scraped from Aliexpress. It includes a Jupyter notebook for training a semi-hard triplet loss model, a Python script for scraping item information, and instructions for loading the final Keras model. A link directs to a Medium article describing how distance metric learning was applied to solve the street-to-shop problem using this data and code.
This document provides information about experiments applying metric learning to the street-to-shop problem using a custom dataset scraped from Aliexpress. It includes a Jupyter notebook for training a semi-hard triplet loss model, a Python script for scraping item information, and instructions for loading the final Keras model. A link directs to a Medium article describing how distance metric learning was applied to solve the street-to-shop problem using this data and code.
This document provides information about experiments applying metric learning to the street-to-shop problem using a custom dataset scraped from Aliexpress. It includes a Jupyter notebook for training a semi-hard triplet loss model, a Python script for scraping item information, and instructions for loading the final Keras model. A link directs to a Medium article describing how distance metric learning was applied to solve the street-to-shop problem using this data and code.
This document provides information about experiments applying metric learning to the street-to-shop problem using a custom dataset scraped from Aliexpress. It includes a Jupyter notebook for training a semi-hard triplet loss model, a Python script for scraping item information, and instructions for loading the final Keras model. A link directs to a Medium article describing how distance metric learning was applied to solve the street-to-shop problem using this data and code.
Street-to-shop experiments It's repo for the article about applying metric learning to street-to-shop problem on custom dataset scrapped from aliexpress.
triplet_semihard_training.ipynb - jupyter notebook with training code
get_item_info.py - function for scrapping triplet_semihard_final.keras - final keras model. You can load model using keras.models.load_model.
Link on the article: https://medium.com/@movchan74/how-to-apply-distance-metric-learning-for-street-to-shop-
Mastering Classification Algorithms for Machine Learning: Learn how to apply Classification algorithms for effective Machine Learning solutions (English Edition)
Mastering Machine Learning Algorithms - Second Edition: Expert techniques for implementing popular machine learning algorithms, fine-tuning your models, and understanding how they work, 2nd Edition