Chapter 4: Gathering Real-Time Data Using the Raspberry Pi
- Sensors and signals
- Data acquisition
- Data transfer
- Time series data
- Memory requirements
Case study: Gathering real-time industry data
Chapter 5: Preparing the Data
- Structuring the real-time data into CSV format
- Structuring the real-time data into XML format
- Pandas data structures
- Series
- Data Frame
- Panel
- Cleaning the data
- Handling missing values
- Handling outliers
- Filtering inappropriate values
- Removing duplicates
Case study: Preparing the industry data
Chapter 6: Visualizing the Data
-The matplotlib package
- Types of plots
- Line plots
- Scatter plots
- Bar plots
- Histogram plots
- Contour plots
- Plotting with Pandas
Case study: Visualizing the industry data
Chapter 7: Analysing the Data
- Exploratory analysis
- Statistical analysis
- Automating the data analysis in Raspberry Pi
Case study: Exploratory analysis of the industry data
Chapter 8: Learning Models From Data
- Forecasting from data using Regression
- Outlier detection using k-means clustering
- Modeling using Neural Networks
- Dimensionality reduction using PCA
Chapter 9: Case Studies
1. Industry 4.0 with Raspberry Pi
2. Health monitoring with Raspberry Pi
Dr. K. Mohaideen Abdul Kadhar has an undergraduate degree in electronics and communication engineering and an MTech with a specialization in control and instrumentation. In 2015, he obtained his PhD in control system design using evolutionary algorithms. He has more than 14 years of experience in teaching and research. His area of interest is implementing signal processing and control system concepts with Python programming on the Raspberry Pi. He has conducted many courses and delivered workshops in data science with Python programming. He has also acted as consultant for many industries in developing machine vision systems for industrial applications.
Mr. G Anand obtained his BE degree in electronics and communication engineering in 2008, and his ME in communication systems in the year 2011. He has more than nine years of teaching experience with specialization in signal and image processing. He has handled courses and acted as the primary resource person in workshops related to Python programming. His current research focuses on artificial intelligence and machine learning.
Implement real-time data processing applications on the Raspberry Pi. This book uniquely helps you work with data science concepts as part of real-time applications using the Raspberry Pi as a localized cloud.
You’ll start with a brief introduction to data science followed by a dedicated look at the fundamental concepts of Python programming. Here you’ll install the software needed for Python programming on the Pi, and then review the various data types and modules available. The next steps are to set up your Pis for gathering real-time data and incorporate the basic operations of data science related to real-time applications. You’ll then combine all these new skills to work with machine learning concepts that will enable your Raspberry Pi to learn from the data it gathers. Case studies round out the book to give you an idea of the range of domains where these concepts can be applied.
By the end of Data Science with the Raspberry Pi, you’ll understand that many applications are now dependent upon cloud computing. As Raspberry Pis are cheap, it is easy to use a number of them closer to the sensors gathering the data and restrict the analytics closer to the edge. You’ll find that not only is the Pi an easy entry point to data science, it also provides an elegant solution to cloud computing limitations through localized deployment.
You will:
Interface the Raspberry Pi with sensors
Set up the Raspberry Pi as a localized cloud
Tackle data science concepts with Python on the Pi