├── P0-Titanic-Survival ├── Titanic_Survival_Exploration.ipynb ├── readme.md ├── titanic_data.csv ├── titanic_visualizations.py └── titanic_visualizations.pyc ├── P1-Boston-Housing ├── boston_housing.ipynb ├── housing.csv ├── readme.md ├── visuals.py └── visuals.pyc ├── P2-student-intervention ├── README.md ├── student-data.csv └── student_intervention.ipynb ├── P3-customer-segments ├── README.md ├── customer_segments.ipynb ├── customer_segments_ideal.ipynb ├── customers.csv ├── renders.py └── renders.pyc ├── P4-Smartcab ├── Qlearn.py ├── README.md ├── agent.py ├── environment.py ├── planner.py ├── report.docx ├── results.xlsx └── simulator.py ├── P5 ├── README.docx ├── capstone_report.docx ├── catvsdog_color1.py ├── catvsdog_vanilla.py ├── create_new_pickle_4.py ├── final_code.py ├── kaggle_test_pred.py ├── readme.md ├── refinement_results.xlsx └── submission.csv ├── README.md └── Screen_shot_kaggle.png /P0-Titanic-Survival/Titanic_Survival_Exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P0-Titanic-Survival/Titanic_Survival_Exploration.ipynb -------------------------------------------------------------------------------- /P0-Titanic-Survival/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P0-Titanic-Survival/readme.md -------------------------------------------------------------------------------- /P0-Titanic-Survival/titanic_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P0-Titanic-Survival/titanic_data.csv -------------------------------------------------------------------------------- /P0-Titanic-Survival/titanic_visualizations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P0-Titanic-Survival/titanic_visualizations.py -------------------------------------------------------------------------------- /P0-Titanic-Survival/titanic_visualizations.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P0-Titanic-Survival/titanic_visualizations.pyc -------------------------------------------------------------------------------- /P1-Boston-Housing/boston_housing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P1-Boston-Housing/boston_housing.ipynb -------------------------------------------------------------------------------- /P1-Boston-Housing/housing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P1-Boston-Housing/housing.csv -------------------------------------------------------------------------------- /P1-Boston-Housing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P1-Boston-Housing/readme.md -------------------------------------------------------------------------------- /P1-Boston-Housing/visuals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P1-Boston-Housing/visuals.py -------------------------------------------------------------------------------- /P1-Boston-Housing/visuals.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P1-Boston-Housing/visuals.pyc -------------------------------------------------------------------------------- /P2-student-intervention/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P2-student-intervention/README.md -------------------------------------------------------------------------------- /P2-student-intervention/student-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P2-student-intervention/student-data.csv -------------------------------------------------------------------------------- /P2-student-intervention/student_intervention.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P2-student-intervention/student_intervention.ipynb -------------------------------------------------------------------------------- /P3-customer-segments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/README.md -------------------------------------------------------------------------------- /P3-customer-segments/customer_segments.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/customer_segments.ipynb -------------------------------------------------------------------------------- /P3-customer-segments/customer_segments_ideal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/customer_segments_ideal.ipynb -------------------------------------------------------------------------------- /P3-customer-segments/customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/customers.csv -------------------------------------------------------------------------------- /P3-customer-segments/renders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/renders.py -------------------------------------------------------------------------------- /P3-customer-segments/renders.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P3-customer-segments/renders.pyc -------------------------------------------------------------------------------- /P4-Smartcab/Qlearn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/Qlearn.py -------------------------------------------------------------------------------- /P4-Smartcab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/README.md -------------------------------------------------------------------------------- /P4-Smartcab/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/agent.py -------------------------------------------------------------------------------- /P4-Smartcab/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/environment.py -------------------------------------------------------------------------------- /P4-Smartcab/planner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/planner.py -------------------------------------------------------------------------------- /P4-Smartcab/report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/report.docx -------------------------------------------------------------------------------- /P4-Smartcab/results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/results.xlsx -------------------------------------------------------------------------------- /P4-Smartcab/simulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P4-Smartcab/simulator.py -------------------------------------------------------------------------------- /P5/README.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/README.docx -------------------------------------------------------------------------------- /P5/capstone_report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/capstone_report.docx -------------------------------------------------------------------------------- /P5/catvsdog_color1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/catvsdog_color1.py -------------------------------------------------------------------------------- /P5/catvsdog_vanilla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/catvsdog_vanilla.py -------------------------------------------------------------------------------- /P5/create_new_pickle_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/create_new_pickle_4.py -------------------------------------------------------------------------------- /P5/final_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/final_code.py -------------------------------------------------------------------------------- /P5/kaggle_test_pred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/kaggle_test_pred.py -------------------------------------------------------------------------------- /P5/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/readme.md -------------------------------------------------------------------------------- /P5/refinement_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/refinement_results.xlsx -------------------------------------------------------------------------------- /P5/submission.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/P5/submission.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/README.md -------------------------------------------------------------------------------- /Screen_shot_kaggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priya-dwivedi/Udacity-ML-Nano-Degree/HEAD/Screen_shot_kaggle.png --------------------------------------------------------------------------------