My compillation of learning resources related to datascience
- Zaki, M. & Meira, W. (2014). Data Mining and Analysis: Fundamental Concepts and Algorithms. New York: Cambridge University Press.
- Video: Essence of linear algebra (Youtube, 3Blue1Brown)
- How do I create test and train samples from one dataframe with pandas?
- Real-world data cleanup with Python and Pandas
-
Video: Introduction to Clustering and K-means Algorithm (Youtube, Kanza Batool Haider)
-
Wikipedia: k-means clustering
-
Zaki & Meira Chapter 13.1 k-means algorithm
-
Video: K-Means Clustering (Youtube, V. Lavrenko, University of Edinburgh)
-
Video: K-means clustering part 1-2 (Youtube, mathematicalmonk)
-
Wikipedia: K-means Initialization Methods
-
Python: Clustering with K-means in Python (Lloyd's algorithm from scratch)
-
Video, Python: K-means clustering in Python (Analytics School)
- Video: Hierarchical clustering (Youtube, V. Lavrenko, University of Edinburgh)
- Video: K-means Clustering (Youtube, V. Lavrenko, University of Edinburgh)
- Zaki & Meira Chapter 18.3 k Nearest Neighbors Classifier
- Video: Naive Bayes Classifier (Youtube, V. Lavrenko)
- Zaki & Meira Chapter 19 Decision Tree Classifier
- Video: Decision Tree (Youtube, V. Lavrenko)
- Zaki & Meira Chapter 20 Linear Discriminant Analysis
- Wikipedia: Linear discriminant analysis
- Video: Pattern Recognition Chapter 2 - Fisher Linear Discriminant Analysis (FLDA) (Youtube, Complete Gate HD)
- Video: Machine Learning and Data Mining (Prof. A. Ihler, University of California Irvine)
- Video: Machine Learning (Prof. A. Ng, Stanford University)
- Python GIS Resources: The Ultimate Guide to Open-Source Geospatial Python Tools
- PySAL: an open source library of spatial analysis
- GeoPandas
- Video: Introduction to Spatial Data Analysis with Python
- "You need to know the question you are trying to answer" (Bell, J. (2015). Machine learning: Hands-On for Developers and Technical Professionals)