Infertility treatment among the most important AI trends of 2022
What are the most important trends in AI for 2022? According to the well-renowned magazine, WIRED infertility treatment is the one that requires the most
Patient safety comes first in our AI systems – we value reliability and interpretability.
Introduce AI power to decode your customer behaviour for retail and marketing.
Cyber attacks are more clever – but AI can protect your value, so you can sleep well.
We are not afraid of other sectors – we have successful projects, e.g. in the automotive industry.
What are the most important trends in AI for 2022? According to the well-renowned magazine, WIRED infertility treatment is the one that requires the most
Upcoming Friday, April 8th, we are spreading the word about FOLLISCAN and EMBRYOAID at the IVF Worldwide Online Congress! MIM Solutions is among 18 startups
MIM Solutions is Number 1 startup mentioned by My Company Polska in “The Best AI Startups in Poland” ranking! You can read the original article
When obtaining information from our clients, we often receive access to data consisting only of positive events, e.g., a list of items purchased by each user or clicked ads.
Many machinelearning models need not only positive but also negative events to be able to estimate the probability of a positive event correctly. These could be items not bought by a user during his visit to the store (despite having a chance to buy them) or ads that the user saw but did not click on. In some projects, there are so many negative events that processing all of them is too time-consuming. In such situations, we use negative event sampling, i.e., selecting a random subset of all potentially available negative events.
In this strategy of building a training set, you have to watch out for several traps:
• It is essential to avoid selecting a negative event with an identical positive event.
• You have to draw from the complete set of available negative events but avoid, for example, contradictory data to be added to the training set, e.g., the purchase of a product that is unavailable on a given day or a purchase from a brick-and-mortar store that was closed that day.
• When distinguishing good product recommendations from average product recommendations, you should include good and average recommendations in the training set in the randomly selected events, not good and bad ones. We used this strategy on the occasion of the Recsys 2016 competition: https://lnkd.in/dgUb-FzC
If model predictions are used as accurate probability estimates, for example, to calculate expected revenue from an ad impression, the model predictions need to be recalibrated.