An open API service indexing awesome lists of open source software.

https://github.com/vergosss/data_mining_and_machine_learning

Data Mining and Machine Learning 2022-2023 CEID Project. The project entails a COVID-19 Dataset including information about each country's statistics regarding COVID-19. Libraries used: sklearn,pandas,tensorflow.
https://github.com/vergosss/data_mining_and_machine_learning

clustering data-visualization ipython kmeans matplotlib pandas regression rnn scipy seaborn sklearn svr tensorflow

Last synced: 1 day ago
JSON representation

Data Mining and Machine Learning 2022-2023 CEID Project. The project entails a COVID-19 Dataset including information about each country's statistics regarding COVID-19. Libraries used: sklearn,pandas,tensorflow.

Awesome Lists containing this project

README

        

# Data_Mining_and_Machine_Learning
Data Mining and Machine Learning 2022-2023 CEID Project(spring semester course). The project entails a COVID-19 Dataset including information about each country's statistics regarding COVID-19. The repository includes python code that analyzes the dataset, visualizes data
, performs clustering to evaluate countries' success handling covid-19 and finally a regressor based on Support Vector Machines(SVMs) and one on RNNs to forecast Greece's Cases the 3 next days after the day of analyzing, is implemented. Project report also included. The libraries i worked on
are scikit-learn,numpy,pandas,matplotlib,sciPy and tensorflow.