An open API service indexing awesome lists of open source software.

https://github.com/fioraz/ml-project

Salary Prediction Using Multiple Machine Learning Approaches
https://github.com/fioraz/ml-project

machine-learning ml natural-language-processing numpy pandas prediction pytorch tensorflow

Last synced: about 1 month ago
JSON representation

Salary Prediction Using Multiple Machine Learning Approaches

Awesome Lists containing this project

README

          

This is a machine learning model to predict salaries based on features such as years of experience, job title, education level, and location using multiple machine learning approaches (PyTorch, and TensorFlow). In this project I used Pandas for data loading and preprocessing, NumPy for numerical operations, and both PyTorch and TensorFlow to create and compare neural network models.