Chapter 7. GraphX
Machine learning is an interesting topic, and if you are reading this book cover to cover, you might be wondering what topic can perhaps overshadow the impressive capability in the day-to-day use machine learning. Well if you haven't heard of graphs before (not graphics!), this is the chapter where we will cover the interesting topic of graphs. We'll look at the following major topics, such as:
- Graphs in everyday life
- What is a graph?
- Why are Graphs elegant?
- What is GraphX?
- Graph operators in Spark
- Graph algorithms in Spark
- Examples of graph algorithms
Let's get started with this interesting chapter!