Key tasks of Machine Learning
- Supervised Learning(Tell the al what to predict)
- Classfication
- Regression
- Unsupervised Learning(no label or target value given for the data)
- Clustering(Group)
- Density Estimation(Find statistic values that describe the data)
- Dimension Reduction
Our Key Python Modules
- NumPy(For Linear Algebra)
- SciPy()
- Matplotlib()