-
Github Copilot: Your Coding Companion
When people were talking more on GPT4, BARD and other LLMs slowly Github Copilot is eating the software programming market. Github comes with 2 critical releases one Codespace and other Copilot.
2026-07-17 -
Blog | OpenDL
Latest technology in deep learning, neural networks, AI and Big Data.
2026-07-17 -
Analysing Google Play store
Today I have analysed the google play store data in terms of rating, category, reviews etc. I have taken apps from 2010 till 2018. Analysis is done using python specifically numpy, pandas, seaborn and finally keras. Missing ValuesWe can see that only Rating column contains missing values. This could be due to app's recent release or uses doesn't review the app.Below is the Exploratory data analysis of the storeAs for now, I'll focus on Rating, Reviews and Installs; in context of app Categories,
2026-07-17