https://www.youtube.com/watch?v=KF3MPzsnMdU&t=1088s
Anaconda: https://www.anaconda.com/ VS code: https://code.visualstudio.com/download Git: https://git-scm.com/ Flowchart: https://whimsical.com/ MLOPs Tool: https://www.evidentlyai.com/ MongoDB: https://account.mongodb.com/account/login Data link: https://www.kaggle.com/datasets/moro23/easyvisa-dataset
- Regression Tasks
- Classification Tasks
- Clustering Tasks
Setups:
Solotion Approach:
- Machine Learning: ML Classificastion Algorithms
- Deep Learning: Custom ANN (Artificial Nuro Network) with Sigmoid Activation Fundation
Solution Proposed: We will be using ML
- Load the data from DB - Mongo DB
- Perform EDA (Exploit Data Analysis) and fuature engineering to select the desirable features.
- Fit the ML classification Algorithm and find out which one performs better.
- Select the top few and tune hyperparameters. - Grid CV and Random CV - Optiona can also be used
- Select the best model based on desired metrics.
Project Setup:
- GitHub Repository - Project folder structure
- Requirement instalations
- Template cration
Mongo DB setup
Create a ne GitHub Project Get GitHub HTTP link, then open Git Bash Goto the folder you would like on Windows Explorer, Then open Git Bash window type "git clone "
in the Git Bash Terminal type "cd " Open this folder on VS by Right Click and select VS from the list.
How to commit changes done so far: Open VS with code: Type "code ." in Git Bash terminal
in the Git Bash Terminal type "git add ." git commit -m :" git push origin main