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
389 stars 337 forks source link

Phishing Website Detection #61

Closed AbhishekRP2002 closed 1 year ago

AbhishekRP2002 commented 2 years ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Phishing Website Detection
:red_circle: Aim : The candidates have to read the data and create a model baased on the data analysis to identify if the website is legitimate or a phishing . The Result will be detrmined by the two values [-1,1], where 1 represent Legitimate website and -1 represnets phishing.
:red_circle: Dataset : https://www.kaggle.com/datasets/akashkr/phishing-website-dataset
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

AbhishekRP2002 commented 2 years ago

I would like to work on this .

abhisheks008 commented 2 years ago

Okay go for it. @AbhishekRP2002

abhisheks008 commented 2 years ago

@AbhishekRP2002 updates please.

abhisheks008 commented 2 years ago

Updates please @AbhishekRP2002

abhisheks008 commented 2 years ago

@AbhishekRP2002 updates please.

5rushti commented 2 years ago

Full name : Srushti Killarikar GitHub Profile Link : https://github.com/5rushti Email ID : khillarikarsrni19it@student.mes.ac.in Approach for this Project : Planning to do EDA and use SVM, logistic regression, naive bayes etc

abhisheks008 commented 2 years ago

Which issue you wanna work on @5rushti? You can work on one issue at a time.

5rushti commented 2 years ago

i would like to work on phishing website detection

abhisheks008 commented 2 years ago

Issue assigned to you @5rushti. Use atleast few deep learning algorithms otherwise it'll be a normal machine learning project. You need to focus on deep learning ideas with this dataset.

abhisheks008 commented 1 year ago

Issue has been un-assigned from you due to inactivity. @5rushti

stiwari-ds commented 1 year ago
abhisheks008 commented 1 year ago

Waiting for the official confirmation from the SWOC team, as we do not have any channels for communicating with the participants and also didn't get any statement from the team itself. Issue will be assigned to you once the program officially starts. @stiwari-ds

stiwari-ds commented 1 year ago

@abhisheks008 Thank you. I have also not filled the project selection google form yet since they are adding projects few at a time (Deadline is 10th Jan, 2023). However this project was listed on SWOC S3 official website and I found it interesting, so I have claimed one issue in advance. Hope it is not a problem.

abhisheks008 commented 1 year ago

No issues on that. Thanks for showing up your interest in this project repository. Waiting for your contributions during this open source event.

stiwari-ds commented 1 year ago

Waiting for the official confirmation from the SWOC team, as we do not have any channels for communicating with the participants and also didn't get any statement from the team itself. Issue will be assigned to you once the program officially starts. @stiwari-ds

I have chosen Deep Learning Simplified as one of the projects for SWOC S3. So I would like to get started with this. Please assign this issue to me.

abhisheks008 commented 1 year ago

Will assign you once we start our coding period.

abhisheks008 commented 1 year ago

One more thing, you are applying ML algos that's good. Try to use deep learning algos, coz this is a project repo for deep learning projects. Hope you understand.

Issue assigned to you. @stiwari-ds

stiwari-ds commented 1 year ago

@abhisheks008 Thank you. I will get started with this.

I will be using an ML algorithm just establish a baseline score. After that my main focus will be on testing different neural network architectures to beat that score.