Installed SciPy, Matplotlib, pandas, and dependencies on Raspberry Pi
$ sudo apt-get update$ sudo apt-get install build-essential$ sudo apt-get install python3-dev$ sudo apt-get install python3-setuptools$ sudo apt-get install python3-scipy$ sudo apt-get install python3-matplotlib$ sudo apt-get install python3-pandas$ sudo apt-get install libopenblas-dev$ sudo apt-get install libatlas-base-devInstall NumPy, sciki-learn, TensorFlow, and Keras on Raspberry Pi
$ sudo pip3 install -U numpy$ sudo pip3 install --only-binary :all: -U scikit-learn$ sudo pip3 install -U tensorflow$ sudo pip3 install -U kerasPerformed Titanic example and also used Keras and TensorFlow