Sreejita Ghosh
answered on 7 Jan 2020:
last edited 7 Jan 2020 2:48 pm
1. When you use Google Maps to find your way to some place you are using an algorithm which did a number of calculations to optimize the shortest route to point A from point B.
2. When you use Spotify to listen to music the algorithms in the app ‘learn’ from your choice of music your top artists/bands, songs, and even recommends to you music which you haven’t yet heard on the app but which the app think you might appreciate. This is based on ‘Association rule mining’ of machine learning.
3. You also find ‘Association rule mining’ implementation when you are doing online shopping and you are suggested by the website bot some other things which it associates with the stuff which you are buying. Thus algorithms can influence what you buy, and what you listen to.
4.Banks also use Algorithms which are designed to find ‘risky’ and ‘safe’ clients for loan. But in this area I personally believe that algorithms should be more interpretable so that both bank employees and the loan seekers know why a loan was sanctioned and why rejected. Some health insurance companies use similar algorithms to figure out whether they will or will not accept some clients based on the client’s medical history.
5. Algorithms are being used in trading in stock markets to find the optimum time for buying and selling of the ‘perfect’ shares at a certain time. These are mostly regression based algorithms.
6. In the last iteration of ‘I am a Scientist, get me out of here’ I met a fellow Computer Scientist who was using machine learning for predicting the ‘health’ of bridges in the UK (in other words, he was trying to predict when a bridge might fall, and then take measures to prevent that from happening). So algorithms are used also for maintenance / monitoring of structures built. Using the metereological data, machine learning algorithms can predict weather (this was another fellow scientist from the last iteration of IAS). The winner of the IAS from the Big Data zone (again, from the Nov 2019 iteration) is using machine learning algorithms in forensic research to help the police catch a criminal faster.
7. Lastly, and the bit personal to me, algorithms are being used in medical research for early diagnosis, personalised medicine, treatment monitoring, prediction of readmission in a hospital for a certain chronic disease, and so much more. My research is in early diagnosis of inborn steroidogenic disorders using interpretable machine learning algorithm called Learning vector quantization (LVQ).
Algorithms are also used to route supermarket delivery vans, schedule trains, ferries and flights, balance electricity production (so that there’s always power when you plug in), schedule sports games (from the premier league to the NFL), construct TV schedules, balance power in data centres so that you download the latest music track, video on YouTube, design the microchips that go into your smart phone (to do more with less power), decide what ads appear on the web page (to make them relevant to you), manage the radio spectrum used by mobile phones so that there’s always capacity for you to make a call, send a text, download a video, control the heating in your school, … every aspect of your life is affected by algorithms and has been for decades.
Comments
Andrew commented on :
Algorithms are also used to route supermarket delivery vans, schedule trains, ferries and flights, balance electricity production (so that there’s always power when you plug in), schedule sports games (from the premier league to the NFL), construct TV schedules, balance power in data centres so that you download the latest music track, video on YouTube, design the microchips that go into your smart phone (to do more with less power), decide what ads appear on the web page (to make them relevant to you), manage the radio spectrum used by mobile phones so that there’s always capacity for you to make a call, send a text, download a video, control the heating in your school, … every aspect of your life is affected by algorithms and has been for decades.