Skip to main content

AI/ML in Flipkart--CTO Talk event experience

Our team has done some Machine Learning projects. When it comes to recommendation system, my favorite has been so far PredictionIO which was based on Apache Mahout (Now they have switched to Spark). I was also avidly learning Machine Learning for some time. My boss suggested me to attend the CTO Talk event hosted by OrangeScape. Its first session is “AI/ML in Flipkart” by Flipkart CTO Ravi Garikipati. As I mentioned earlier, I always had my skepticism towards these buzz words.  But, this presentation changed my perspective for good.

Event

The event started with welcome note by Rajesh Manickadas, Head of Engineering, OrangeScape. Then OrangeScape CEO Suresh Sambandam quickly introduced and handed over to Ravi Garikipati.

Flipkart CTO Ravi Garikipati


Ravi explained his journey from TCS in 1988 to IBM, Oracle, etc. He explained his earlier attempts of AI based virtual assistant for [24]7. Also, quickly connected with the audience through his remark about his connection with Chennai and why—his wife and his in-laws.

AI/ML in Flipkart


Ravi then went on to explain the challenges in India and why it needs homegrown MI solution.
  • Flipkart is collecting everything-- from users’ GPS location to page scroll
  • On an average, Flipkart generates 10 TB of data per day; it goes up to 50 TB on sales days like Big Billion Days.
  • Flipkart answer for MI challenge is FDP (Flipkart Data Platform)
  • FDP is built based on Hadoop, Hive, Cassandra, Power BI
  • Flipkart is also investing in GPU based hardware as doing Machine Learning in Laptop will take ages.
  • In India, with respect to data, the challenge is that the whole family may use same account and credit card details. So, personalization is kind of a challenge.
  • Flipkart has open sourced its text processing library called “FastText” (Unfortunately, I can able to find Facebook’s fastText library alone)

Applications

  • From their FDP ML studio, they’re inferring 40+ insights like infographics, brand affinity, fraud, etc
  • Trying to show different homepage for tier-2 places for price and other reasons
  • Trying to show different recommendations for different customers based on price, brand, etc
  • Trying to show trending products and mobile models to mimic real time salesman feedback
  • Trying to understand why they have 30% bounce rate
  • Showing similar dresses based on “features” instead of mere colors
  • In Myntra, they generate rapid designs. Their system comes up with new designs for apparels. They’re sourcing from Tiruppur and Ludhiana; but for designs previously they have to rely on France.
  • Using data to launch their own private label products.
  • Using “contextual NLP” to process sentiments
  • Using NLP and ML for cleaning up reviews (auto titling, fix rating, handle profanity, understand Hinglish)

Ravi’s approach/framework

Ravi suggested that we should always have “AI first vision”. To arrive intuitive features, it is important to know the business.

Audience Interaction

I asked him if they have any plan to open up their FDP to outside. Ravi said they have no plan to launch it as a prediction service. (This is kind of disappointing for me.)

Someone asked if they have any plan to use trust framework like Blockchain. Ravi said they’re using Blockchain in their fintech venture, but not here.

Another person asked why their app is not using AI and he compared it with another Chennai based Startup Mad Street Den. Ravi humbly said he even talked to Ashwini of Mad Street Den and will try to work on improving.

Suresh asked as he heard that in US, Google is panic about Amazon and if similar things are happening with Flipkart. Ravi said, many brands have realized to put ad in the final destination and in Flipkart also they’ve seen huge Ad revenue.

My Personal Take-away

  • Earlier, I was unclear why Flipkart is paying huge salary for its talents and CTO. Now, I realized only companies like Flipkart has the scale to retain such huge talents like Ravi.
  • Ravi’s presentation changed my perspective towards Machine Learning. Ravi’s framework of “AI first thinking” is a good idea.
  • I came to know about INSOFE, Hyderabad. Ravi was sharing good feedback about it. (But, in Quora and Google Reviews, this training institute is having mixed reviews.)
  • Came to know about OrangeScape. I searched and found their product KiSSFLOW. They served coffee and tea, but I’m not sure, why they didn’t promote them. Their office space is quite creative with Tamil inscriptions and interior works. I thought of taking photos and felt that it may not be appropriate without proper permission and so avoided.
  • Also, came to know about Mad Street Den, the Chennai based startup doing AI related works. Probably, it would be a good opportunity to interact with its CEO Ashwini, in another event?

Comments

Popular posts from this blog

Interview question #1

Since I have been asked to interview experienced PHP programmers, I was preparing few interview questions. I came to know, most of the people ask questions found in the Internet; most of them are like "What is the function used to connect MySQL DB in PHP". Personally, I don't like these types of questions; I'd thought the person must apply ideas what he was taught in colleges--finally I came out with one question: A product vendor has Quantity Vs. Price data like 1 -> Rs. 50 2 -> Rs. 95 3 -> Rs. 140 .... like upto 1 million data. He wants a system, which gives the price when the quantity is provided. For example, if you provide the quantity value as 2, then it should provide Rs. 95. How this system can be designed? As expected, all the people said about using database tables and quering on quantity. I have asked them to find out a system which doesn't use databases--provided the accuracy of the system may not be 100%--it may give at least 90% ac...

Amazon India Prime Offer - A scam or a bug?

TLDR; Amazon.in shows and sends me a Prime offer that I can't avail (it leads to an error message) I have escalated this issue to Amazon India through various means, but the team wants screenshots (even after sharing them through Twitter) and so here's the post explaining that... 1. Amazon India sends me an email: Your Prime membership ends soon - Renew early to lock in old price of ₹999 1499 for another year of Prime. The newsletter comes like this: Rajesh, Renew Prime early and save ₹500 Your Prime membership ends soon Renew today Expiring soon DON'T GO A DAY WITHOUT PRIME! Your Prime membership ends soon - Renew early to lock in old price of ₹999 1499 for another year of Prime. Continue enjoying uninterrupted Prime benefits. Renew today Kindly ignore if you have already availed this offer. Please note that pro...

Open source resume templates with JSON-LD (SEO-friendly) support

I don't usually keep track of the projects that I worked on. I have been recently advised to keep resume updated with the projects list. And so I have searched for resume templates and tools. Indian resume Vs International resume During the process, I have found that there are vast differences between the format of Indian resumes and International resumes. Indian resumes are extremely verbose with number of projects, team size, client name, etc. whereas international format is more succinct and short. So I was kind of lost in the process in adopting the template. LinkedIn to the rescue? No. Unfortunately, LinkedIn format is "common" and is not easy to update. Moreover, these days LinkedIn has become signupware [sic] and so accessing resume is a nightmare. Enter JSON Resume JSON Resume is an awesome open source approach for creating resume. I accidentally came across while searching for JSON-LD format for resume. Couple of great features: Resume hosting (op...