Skip to content

Scrape, analyze, and model data from nosetime.com to teach neural network sniffing the perfumes.

Notifications You must be signed in to change notification settings

xinbo-w/Neural-Network-Sniffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Sniffs

Hubert Wang

In me the tiger sniffs the rose.     

-- Siegfried Sassoon

Intro

Neural Network Sniffs is a side project that I do for fun. The project is themed around perfumes with data from nosetime.com, a Chinese perfume lover community. Thanks to the work done by nosetime.com and its users, I am able to get free access to data of more than 30k perfumes from more than 1,000 brands. For most of the perfumes nosetime.com provides well-structured info including gender, fragrance family, notes (including top, middle, and base notes), score & duration (rated by users).

The fragrance notes data is the main reason why I choose to do this project. Notes (such as rose, lemon, ginger, chocolate) are used to describe the scents of a perfume so that the complex smell of each perfume can be described by the combination of top, middle, and base notes. The presence of one note may alter the perception of another—for instance, the presence of certain base or heart notes will alter the scent perceived when the top notes are strongest, and likewise the scent of base notes in the dry-down will often be altered depending on the smells of the heart notes. (wikipedia: Note (perfumery)). Can we use the notes to help neural networks sniff the perfumes?

The main body of this repo consists of 2 notebooks:

  1. Data Scraper contains my code for scraping the data;
  2. In Perfume Modeling I try to model the perfumes by training a neural network to predict a perfume's fragrance family. The learned embedding can be used to explore relationships (such as similarities) among the perfumes.

About

Scrape, analyze, and model data from nosetime.com to teach neural network sniffing the perfumes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages