PyTorch v TensorFlow – how many times have you seen this polarizing question pop up on social media? The rise of deep learning in recent times has been fuelled by the popularity of these frameworks...
Recently, Kaggle team updated the Kaggle public API with new features for creating and maintaining Kernels. Additionally, kaggle team also launched a bot — kerneler to write starter kernels for datasets ...
Kaggle Kernels are one of the best resources on internet to understand the practical implementation of algorithms. I used the Meta Kaggle database to create a glossary of data science models, techniques and tools shared ...
In this kernel, I shared a hybrid approach to recommend donors to projects. Using Graph Embeddings and Externel Context, I created a contnet based model, using deep learning I used collaborative filtering approach ...
This kernel showcases the interactive visualizations created in d3.js. The dataset used was the responses of stack overflow survey responses for the year 2018 ...
A Complete NN + CNN tutorial inspired from the deeplearning.ai course by Andrew NG ...
One of the widely used natural language processing task in different business problems is “Text Classification”. The goal of text classification is to classify the text documents ...
Artificial Intelligence, Machine Learning, Deep Learning, and Neural Networks are all buzzwords right now. This article is about understanding the concepts of deep learning and artificial intelligence ...
A complete exploration of medicare data using bigquery, pandas and plotly.
With the latest developments and improvements in the field of deep learning and artificial intelligence, many exacting tasks of Natural Language Processing are becoming facile to implement and execute ...
Data science workflows require a series of tasks to be implemented in a step by step manner. Data Science pipeliens are an effective way to create manageable, scalable, and roust data science products ...
In recent years, the amalgam of deep learning fundamentals with Natural Language Processing techniques has shown a great improvement in the information mining tasks on unstructured text data ...
Since its inception in 1998, Google has acquired over 200 companies in eclectic categories (till the time of writing this article). Deja News was the first acquisition in February 2001 ...
Humans are social animals and language is our primary tool to communicate with the society. But, what if machines could understand our language and then act accordingly? Natural Language Processing (NLP) is ...
The Women's March was a worldwide protest on January 21, 2017, to advocate legislation and policies regarding human rights and other issues, including women's rights, immigration reform, healthcare reform. ...
There is no doubt that social media is an essential driver for a brand’s success. However, not many brands are using analytics and data science to gain social media benefits. ...
Applications that escapade data for decision making are the anodynes, of the myriad of business problems, in protean sectors such as healthcare, insurance, finance and social media ...
Natural Language Processing is a capacious field, some of the tasks in nlp are – text classification, entity detection, machine translation, question answering, and concept identification ...
According to industry estimates, only 21% of the available data is present in structured form. Data is being generated as we speak, as we tweet, as we send messages on ...
With the evolution of social and digital media in the last decade, the medium of communication and sharing information among brands & consumers has changed drastically. ...
Email Spam Identification, category classification of news and organization of web pages by search engines are the modern world examples for document classification ...
Movie buffs rely on rating provider websites before watching a movie. A user based rating system incorporates inherent predilections, while a purely critic based system is biased ...
Analytics Industry is all about obtaining the “Information” from the data. With the growing amount of data in recent years, that too mostly unstructured, it’s difficult to obtain the relevant and desired information. ...
Since the amount of data has grown massively in last few years, the task of obtaining relevant information has become a challenge.
AV is a great website for discussions, articles, hacks related to data science and analytics. For the hackathon I started looking for ideas around the data from this website.
In backpropagation algorithm, gradient of our cost function (delta change in cost) is calculated. This gradient (error) is back passed ...
Data Munging is the crucial component of data science which involves all the activities of exploring, tweaking and customizing the dataset according to the problem statement.
Data Mining is a process of collecting data, extraction of data and preparation of raw data set. It results in formation of a datasets which are in the ready to analyse formats.
This blog series will be series of notes about neural networks. Lets get started with first section about Perceptrons, Sigmoid neurons, gradient descent and neural network architecture. ...
Data is everywhere around us, More than 200 million users on twitter, share content, videos and photos every day (Social Media Data). 500 Million smartphones are used for making calls, texts messaging
Social media is a huge collection of communication streams comprised of large scale user inputs, user to user interactions, content sharing and collaboration. These channels engage millions of people
A few months back, I was working on creating a sentiment classifier for Twitter data. After trying the common approaches, I was still struggling to get good accuracy ...
Ever wondered, what algorithm google uses to maximize its target ads revenue?. What about the e-commerce websites which advocates you through options such as ...
The days when one would get data in tabulated spreadsheets are truly behind us. A moment of silence for the data residing in the spreadsheet pockets. Today, more than 80% of the data is unstructured .
Parsing is the process of analysing an object consisting of various datapoints according to either rules of a formal grammar or syntatical data patterns or both ...
When multiple sites are collaborating on a single text document, Order of events occured at thses sites is important
Ever imagined, Controlling the world around with the help of brain, thoughts and emotions. Imagine if, someone's feelings producing an real time action like automated facebook chatting ...
Web Scraping is a process of extracting out useful information form any website. Sometimes it is also refered as web mining, web crawling and web parsing ...
Heroku is one of the most popular cloud hosting service. It can be used to deploy the applications of Python, Php, Ruby, Node.js and many more online ...
The intent of this blog is to give an outline of my academic android project. After scouting for different app ideas, I decided to make a utility application on the android platform ...