Research says that AI will automate most of the functions of a Data Scientist by 2020. The explosion of Big Data led to the hottest job of the past five years – Data Scientist. Now experts are speculating 2017 to be the year of Artificial Intelligence. What does it say about the future of...
Pranav
Re-evaluate your career paths in the age of AI
All posts by Pranav
Re-evaluate your career paths in the age of AI
- Jan 20, 2017
- Pranav
- Artificial Intelligence, Talent Science
Functional Programmers: Why we call them first-class citizens?
- Oct 26, 2016
- Pranav
- Convergence Intelligence, Mathematics
In programming language design, a first-class citizen (also type, object, entity, or value) in a given programming language is an entity which supports all the operations generally available to other entities. These operations typically include being passed as an argument, returned from a function, and assigned to a variable. In computer science, a...
Data Science Engineer – Who, What, & Why?
- Oct 25, 2016
- Pranav
- Data Science, Talent Science
Data science is the study of where information comes from, what it represents and how it can be turned into a valuable resource in the creation of business and IT strategies. Mining large amounts of structured and unstructured data to identify patterns can help an organization rein in costs, increase efficiencies, recognize new...
Friend Follower Analysis using Apache Spark GraphX’s PageRank algorithm
- Oct 25, 2016
- Pranav
- Algorithms, Data Science
GraphX is Apache Spark’s API for graphs and graph-parallel computation. This includes transformation, exploration, and graph computation. Data can be viewed both as graph & collections. This use case discusses friend follower analysis using Apache Spark GraphX’s PageRank operator. PageRank measures the importance of each vertex in a graph, by determining which vertexes have the...