abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

Real or Fake Job Posting Prediction #677

Closed Karthik110505 closed 3 weeks ago

Karthik110505 commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : [Project Addition] Real or Fake Job Posting Prediction

Closes: #660

Describe the add-ons or changes you've made 📃

I have added a new project named "Real or Fake Job Posting Prediction" to the repository.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

The project has been tested locally on a sample dataset to ensure functionality and accuracy.

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Karthik110505 :)

Karthik110505 commented 1 month ago

@abhisheks008 Please review this pr.

abhisheks008 commented 1 month ago

Can you implement two more models, as ANN and LSTM are kinda basic models tbh. @Karthik110505

Karthik110505 commented 4 weeks ago

@abhisheks008 Please check it now. I have added cnn and bilstm model. Sorry I haven't seen your message till today, that's why it took me time.

abhisheks008 commented 3 weeks ago

MODELS USED

The models developed are:

Artificial Neural Network (ANN) Long Short-Term Memory (LSTM)

Please update the README file, you have not updated the README with the newly implemented models for this project.

Karthik110505 commented 3 weeks ago

@abhisheks008 Can you please check it now.