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
Linear Regression Machine learning The goal is to develop a model that can accurately predict salaries based on relevant features such as job title, years of experience, and education level.
Machine Learning algorithms from-scratch implementation. It covers most Supervised and Unsupervised algorithms. Homework assignments and Projects for graduate level Machine Learning Course taught by Dr Manfred Huber at UTA during Spring 21
This notebook aims to predict salaries based on years of experience using linear regression. The prediction is done from scratch without the use of external libraries such as the Scikit-learn library.