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
- Host: GitHub
- URL: https://github.com/fioraz/ml-project
- Owner: Fioraz
- Created: 2025-06-12T16:40:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-20T15:52:05.000Z (8 months ago)
- Last Synced: 2025-06-20T16:48:46.140Z (8 months ago)
- Topics: machine-learning, ml, natural-language-processing, numpy, pandas, prediction, pytorch, tensorflow
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.