-
An Introduction To Machine Learning – AI
Machine learning is a branch of Artificial Intelligence which deals with providing systems the ability to learn and improve from data samples without explicit programming instructions.
-
An Introduction to Artificial Intelligence – AI
Artificial intelligence is a field of computer science which deals with tools and techniques to train machines so that they can solve complex problems with maximum success rate. These machines…
-
Code Example To Generate Word Cloud Using R – Data Analysis
Word cloud help us to understand and visualize important keywords in given textual data sets. R is a powerful programming language used for exploration and visualization of data. Following code…
-
Useful R Packages for Data Analysis
R is a powerful programming language used for exploring and analyzing data effectively. R provides many built in functions for data analysis. Furthermore there are many other R packages for…
-
Useful R Functions – Exploratory Data Analysis
R is a programming language used for statistical analysis and exploratory data analysis projects. According to the official website: R is a language and environment for statistical computing and graphics.…
-
5 Steps involved in Data Analysis Process
Data science deals with large amount of data and data scientist analyse that data to extract useful information from that data. This data analysis process involve 5 steps (1). In…
-
Introduction to Machine Learning (Notes)
Machine Learning is basically, to train machines (computers) by feeding them with huge amount of data. As a result they can predict/extract useful information based on previously available data. For example…
-
Introduction to Data Science (Notes)
Data science, also known as data-driven science, is an interdisciplinary field of scientific methods, processes, algorithms and systems to extract knowledge or insights from data in various forms, either structured or unstructured, similar to data mining. Data…