├── .gitignore ├── ANALYSIS_ON_WORLD_EXPENDITURES.ipynb ├── Basic_Of_Data_visualization_using_Matplotlib.ipynb ├── Basics_of_pandas.ipynb ├── Breast_cancer.ipynb ├── CNN ├── COVID_19_DATA_VISUALIZATION_USING_SEABORN.ipynb ├── Data_Analysis,Data_visualization_and_basics_of_Machine_Learning.ipynb ├── LICENSE ├── Prediction_Heart_Failure.ipynb ├── Prediction_of_Tomato_cost_and_Decision_Tree.ipynb ├── README.md ├── Stock_market_prediction.ipynb ├── Untitled3.ipynb ├── VGSALES.ipynb ├── chapter_appendix-tools-for-deep-learning └── jupyter.ipynb ├── employee_analysis.ipynb └── vizualization_and_predict_the_cost_of_tomatoes.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/.gitignore -------------------------------------------------------------------------------- /ANALYSIS_ON_WORLD_EXPENDITURES.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/ANALYSIS_ON_WORLD_EXPENDITURES.ipynb -------------------------------------------------------------------------------- /Basic_Of_Data_visualization_using_Matplotlib.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Basic_Of_Data_visualization_using_Matplotlib.ipynb -------------------------------------------------------------------------------- /Basics_of_pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Basics_of_pandas.ipynb -------------------------------------------------------------------------------- /Breast_cancer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Breast_cancer.ipynb -------------------------------------------------------------------------------- /CNN : -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/CNN -------------------------------------------------------------------------------- /COVID_19_DATA_VISUALIZATION_USING_SEABORN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/COVID_19_DATA_VISUALIZATION_USING_SEABORN.ipynb -------------------------------------------------------------------------------- /Data_Analysis,Data_visualization_and_basics_of_Machine_Learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Data_Analysis,Data_visualization_and_basics_of_Machine_Learning.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/LICENSE -------------------------------------------------------------------------------- /Prediction_Heart_Failure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Prediction_Heart_Failure.ipynb -------------------------------------------------------------------------------- /Prediction_of_Tomato_cost_and_Decision_Tree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Prediction_of_Tomato_cost_and_Decision_Tree.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/README.md -------------------------------------------------------------------------------- /Stock_market_prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Stock_market_prediction.ipynb -------------------------------------------------------------------------------- /Untitled3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/Untitled3.ipynb -------------------------------------------------------------------------------- /VGSALES.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/VGSALES.ipynb -------------------------------------------------------------------------------- /chapter_appendix-tools-for-deep-learning/jupyter.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/chapter_appendix-tools-for-deep-learning/jupyter.ipynb -------------------------------------------------------------------------------- /employee_analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/employee_analysis.ipynb -------------------------------------------------------------------------------- /vizualization_and_predict_the_cost_of_tomatoes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muthukumarshub/-DATA-ANALYSICS/HEAD/vizualization_and_predict_the_cost_of_tomatoes.ipynb --------------------------------------------------------------------------------