You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine Learning Algorithms In Python From Ground Up\n\nPlease note that the equations might not render properly with Firefox in Linux. We recommend using Chrome to view all the Jupyter/Ipython notebooks. This is a known issue mentioned here, and we will inform if any update is available.\n\nThis repository aims to code basic machine learning algorithms from scratch, providing a deeper understanding of supervised and unsupervised learning tools. We go beyond using packaged models and delve into the data science methods that power them. \n\nThis repository includes Python codes for the following algorithms:\n - Linear Regression\n - Logistic Regression\n - Neural Networks\n - K-Nearest Neighbour Regression & Classification\n - Anomaly Detection\n - Principle Component Analysis\n\nThis work is partially inspired by materials and notes from Andrew Ng's Machine Learning Class.\n\nThe project dependencies include:\n - numpy\n - scipy\n\nPlease feel free to get in touch with the new owner 'soithai' for any comments/suggestions.
About
Concise Python implementations and discussions of essential machine learning algorithms developed from the ground up.