Practice/Notes of Machine Learning
Collaborators:
Ensemble Methods Contains notes and explainations on following ensemble methods:
Dimensionality Reduction Contains Approaches to reduce dimension of data before trainging a model on it
Unsupervised Learning Contains Unsupervised Learning Algorithms
theory folder constains theory about Machine Learning
Introduction contains Statistical Theory(In depth) about machine learning
Regression constains theory about simple and multiple linear regression
Data Visualisation Contains introductory practical insights on plotting with Seaborn.(Reference Kaggle MicroCourse on Data Visualisation)
S1Regresssion is an example of how to apply linear regression to a dataset. The analysis is dangerously incomplete as of now (10/10/19).
tf_introduction is guide to basic operations of tensorflow.
Essental Statistics and Probability is the guide to essentials of statistics and probability required for data science and engineering.
Please use the rendered HTML file directly from the bin/ folder if to avoid any malfunctioning.
Please use the commit.sh file to commit the changes and then push to the remote to maintain a common format of commit messages
conda.sh file sets up the environment required to run the codes