{"id":54058,"date":"2019-12-17T00:00:00","date_gmt":"2019-12-16T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard"},"modified":"2020-02-18T14:02:02","modified_gmt":"2020-02-18T11:02:02","slug":"14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard","title":{"rendered":"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><i> Data Science for Beginners<\/i><\/p>\n<h3>1. Sentiment Analysis<\/h3>\n<p>\n<img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/1a3bd6118b09790564840e749909b9bb.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nView the complete implementation of the Data Science project using the source code \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/data-science-r-sentiment-analysis-project\/\">Sentiment Analysis Project in R<\/a><\/noindex>.<\/p>\n<p>Sentiment Analysis is the analysis of words to determine sentiments and opinions, which can be positive or negative. This is a type of classification where the classes can be binary (positive and negative) or multiple (happy, angry, sad, unpleasant \u2026). We will implement this Data Science project in R and use the dataset in the \"janeaustenR\" package. We will use general-purpose dictionaries such as AFINN, Bing, and Loughran, perform inner joins, and finally, we will create a word cloud to display the results.<\/p>\n<p><b>Language:<\/b> R<br \/>\n<b>Dataset\/Package:<\/b> janeaustenR<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<blockquote><p><noindex><a rel=\"nofollow\" href=\"https:\/\/www.edsd.ru\/\" title=\"EDISON Software - web-development\"><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/ae4e0cd04c9fb71d127fb28c2c9bc91d.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><br clear=\"right\"><br \/>\nThis article is translated with support from EDISON Software, which <noindex><a rel=\"nofollow\" href=\"https:\/\/www.edsd.ru\/virtualnaya-primerochnaya\">creates virtual fitting rooms for multi-brand stores<\/a><\/noindex>, as well as <noindex><a rel=\"nofollow\" href=\"https:\/\/www.edsd.ru\/ru\/uslugi\/testirovanie_po\">tests software<\/a><\/noindex>.<\/p><\/blockquote>\n<h3>2. Fake News Detection<\/h3>\n<p>\nEnhance your skills by working on a beginner-level Data Science project \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/advanced-python-project-detecting-fake-news\/\">Detecting Fake News with Python<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/811e1a87f46944d5c153f2dafe04ff87.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nFake news is false information disseminated through social media and other online platforms to achieve political objectives. In this Data Science project idea, we will use Python to build a model that can accurately determine whether a news story is real or fake. We will create a TfidfVectorizer and use a PassiveAggressiveClassifier to classify news as 'real' or 'fake'. We will use a dataset in the form of 7796 \u00d7 4 and perform all tasks in Jupyter Lab.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset\/Package:<\/b> news.csv<\/p>\n<h3>3. Detecting Parkinson\u2019s Disease<\/h3>\n<p>\nAdvance your skills by working on the Data Science Project Idea \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-machine-learning-project-detecting-parkinson-disease\/\">detecting Parkinson\u2019s Disease using XGBoost<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/a4a106cc5bab8370a483dab609213ff1.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nWe started using Data Science to improve healthcare and services \u2014 if we can predict disease in its early stages, we will gain many advantages. So, in this Data Science project idea, we will learn to detect Parkinson's disease using Python. It is a progressive neurodegenerative disorder of the central nervous system that affects movement and causes tremors and stiffness. It impacts dopamine-producing neurons in the brain, and every year, it affects over 1 million people in India.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset\/Package:<\/b> UCI ML Parkinsons dataset<\/p>\n<p><i>Moderately complex Data Science projects<\/i><\/p>\n<h3>4. Speech Emotion Recognition<\/h3>\n<p>\nCheck out the complete implementation of the Data Science project \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-mini-project-speech-emotion-recognition\/\">speech recognition with Librosa<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/7be955cede12e04fbd1e6c5e7760be8f.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nLet's now learn to use different libraries. This Data Science project uses librosa for speech recognition. SER is the process of identifying human emotions and affective states through speech. Since we use tone and pitch to express emotions vocally, SER is relevant. However, because emotions are subjective, annotating sound is a challenging task. We will utilize features like mfcc, chroma, and mel and use the RAVDESS dataset for emotion recognition. We will create an MLPC classifier for this model.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset\/Package:<\/b> RAVDESS dataset<\/p>\n<h3>5. Gender and Age Detection<\/h3>\n<p>\nImpress employers with the latest Data Science project \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-project-gender-age-detection\/\">gender and age detection with OpenCV<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/202a0a823626e5ccd9c4a28487328a40.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThis is an interesting Data Science project with Python. Using just one image, you will learn to predict a person's gender and age. In this, we will introduce you to Computer Vision and its principles. We will build <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/convolutional-neural-networks-tutorial\/\">a convolutional neural network<\/a><\/noindex> and use models trained by Tal Hassner and Gil Levi for the Adience dataset. Along the way, we will use some .pb, .pbtxt, .prototxt, and .caffemodel files.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset\/Package:<\/b> Adience<\/p>\n<h3>6. Uber Data Analysis<\/h3>\n<p>\nView the complete implementation of the Data Science project with source code \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/r-data-science-project-uber-data-analysis\/\">Uber Data Analysis Project in R<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/1547e93b846e76ef7a13c3126c61ccd7.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThis is a data visualization project with ggplot2, where we will use R and its libraries to analyze various parameters. We will work with the Uber Pickups dataset in New York and create visualizations for different time frames of the year. This illustrates how time affects customer rides.<\/p>\n<p><b>Language:<\/b> R<\/p>\n<p><b>Dataset\/Package:<\/b> Uber Pickups in New York City dataset<\/p>\n<h3>7. Driver Drowsiness Detection<\/h3>\n<p>\nElevate your skills by working on a Top Data Science Project \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-project-driver-drowsiness-detection-system\/\">a drowsiness detection system using OpenCV &amp; Keras<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/3969a34093ea1c95dd6732f44bfecc90.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nDrowsy driving is extremely dangerous, and around a thousand accidents occur each year due to drivers falling asleep at the wheel. In this Python project, we will create a system that can detect drowsy drivers and alert them with a sound signal.<\/p>\n<p>This project is implemented using Keras and OpenCV. We will use OpenCV for face and eye detection, and with Keras, we will classify the eye state (Open or Closed) using deep neural network methods.<\/p>\n<h3>8. Chatbot<\/h3>\n<p>\nCreate a chatbot with Python and take a step forward in your career \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-chatbot-project\/\">Chatbot with NLTK &amp; Keras<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/293f92b84332d5065d97e712ebb2e223.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nChatbots are an integral part of business. Many enterprises need to provide services to their clients, which requires a lot of manpower, time, and effort for customer support. Chatbots can automate much of the customer interaction by answering some frequently asked questions. There are mainly two types of chatbots: Domain-specific and Open-domain. Domain-specific chatbots are often used to solve particular problems, so you need to customize them for effective operation in your field. Open-domain chatbots can answer any questions, which requires a massive amount of data for training.<\/p>\n<p><b>Dataset:<\/b> Intents json file<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><i>Advanced Data Science Projects<\/i><\/p>\n<h3>9. Image Caption Generator<\/h3>\n<p>\nCheck out the complete project implementation with source code \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-based-project-image-caption-generator-cnn\/\">Image Caption Generator with CNN &amp; LSTM<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/ab80a69d28f3acdfa9231a91911490ef.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nDescribing what is in an image is an easy task for humans, but for computers, an image is just a collection of numbers representing the color value of each pixel. It is a hard task for computers. Understanding what is in an image and then creating a description in natural language (e.g., in English) is another challenging task. This project uses deep learning methods, in which we implement a Convolutional Neural Network (CNN) combined with a Long Short-Term Memory (LSTM) network to create an image caption generator.<\/p>\n<p><b>Dataset:<\/b> Flickr 8K<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Framework:<\/b> Keras<\/p>\n<h3>10. Credit Card Fraud Detection<\/h3>\n<p>\nDo your best while working on the Data Science project idea \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/data-science-machine-learning-project-credit-card-fraud-detection\/\">detecting credit card fraud using machine learning.<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/755bed019f95df54f7e75ba3da6a20ce.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nBy now, you have begun to understand methods and concepts. Let's move on to some advanced projects in data science. In this project, we will use the R language with algorithms such as <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/r-decision-trees\/\">decision trees<\/a><\/noindex>, logistic regression, artificial neural networks, and gradient boosting classifiers. We will use a credit card transaction dataset to classify transactions as fraudulent or legitimate. We will select different models for them and build performance curves.<\/p>\n<p><b>Language:<\/b> R<\/p>\n<p><b>Dataset\/Package:<\/b> Card Transactions dataset<\/p>\n<h3>11. Movie Recommendation System<\/h3>\n<p>\nExplore the implementation of a top Data Science project with Source Code \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/data-science-r-movie-recommendation\/\">Movie Recommendation System in R<\/a><\/noindex><\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/d9649913c8a254dd5b2dbc4f3de56397.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nIn this Data Science project, we will use R to make movie recommendations through machine learning. The recommendation system sends suggestions to users through a filtering process based on the preferences of other users and viewing history. If A and B like Home Alone, and B loves Mean Girls, then we can suggest Home Alone to A \u2014 they might also enjoy it. This allows customers to engage with the platform.<\/p>\n<p><b>Language:<\/b> R<\/p>\n<p><b>Dataset\/Package:<\/b> MovieLens dataset<\/p>\n<h3>12. Customer Segmentation<\/h3>\n<p>\nImpress employers with a Data Science project (including source code) \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/r-data-science-project-customer-segmentation\/\">Customer segmentation using machine learning<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/726c3aef4702afe5fa6c60b9c7016066.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nCustomer segmentation is a popular application of <noindex><a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/Unsupervised_learning\">unsupervised learning.<\/a><\/noindex>By using clustering, companies identify customer segments to work with a potential user base. They divide customers into groups according to common characteristics, such as gender, age, interests, and spending habits, so that they can effectively market their products to each group. We will use <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/k-means-clustering-tutorial\/\">K-means clustering<\/a><\/noindex>, and also visualize the distribution by gender and age. Then we will analyze their annual incomes and spending levels.<\/p>\n<p><b>Language:<\/b> R<\/p>\n<p><b>Dataset\/Package:<\/b> Mall_Customers dataset<\/p>\n<h3>13. Breast Cancer Classification<\/h3>\n<p>\nCheck out the full implementation of the Data Science project in Python \u2014 <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/project-in-python-breast-cancer-classification\/\">Breast Cancer Classification with Deep Learning<\/a><\/noindex>.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/0f17da321e3de2f01c12f277635cd7fa.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nReturning to the medical contributions of data science, let\u2019s learn how to detect breast cancer using Python. We will utilize the IDC_regular dataset to identify invasive ductal carcinoma, the most common form of breast cancer. It develops in the milk ducts, infiltrating the fibrous or fatty tissue of the breast outside the duct. In this data collection project idea, we will use <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/deep-learning-tutorial\/\">Deep Learning<\/a><\/noindex> and the Keras library for classification.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset\/Package:<\/b> IDC_regular<\/p>\n<h3>14. Traffic Signs Recognition<\/h3>\n<p>\nAchieving accuracy in self-driving car technology through a Data Science project on <noindex><a rel=\"nofollow\" href=\"https:\/\/data-flair.training\/blogs\/python-project-traffic-signs-recognition\/\">traffic sign recognition using CNN<\/a><\/noindex> with open source.<\/p>\n<p><img decoding=\"async\" alt=\"14 Open Source Projects to Boost Your Data Science Skills (Easy, Normal, Hard)\" src=\"\/wp-content\/uploads\/2019\/12\/c6560afe67f13996bf2047db498065f4.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nTraffic signs and road rules are crucial for every driver to avoid accidents. To follow the rules, one must first understand what a traffic sign looks like. A person needs to learn all the traffic signs before being given a driver's license for any vehicle. However, with the growing number of autonomous vehicles, humans will not be driving cars on their own in the near future. In the 'Traffic Sign Recognition' project, you will learn how a program can recognize the type of traffic signs by taking an image as input. The German Traffic Sign Recognition Benchmark (GTSRB) dataset is used to build a deep neural network to recognize the class of the traffic sign. We also create a simple graphical interface to interact with the application.<\/p>\n<p><b>Language:<\/b> Python<\/p>\n<p><b>Dataset:<\/b> GTSRB (German Traffic Sign Recognition Benchmark)<\/p>\n<h3>Read more<\/h3>\n<p><\/p>\n<ul>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/edison\/blog\/480408\/\">52 datasets for training projects<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/edison\/blog\/479100\/\">Front-end dojo: projects to train developer skills (5 new + 43 old)<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/edison\/blog\/479650\/\">Top 12 most interesting IT-related dynamic infographics<\/a><\/noindex><\/li>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/edison\/blog\/480378\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>Data Science \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 1. Sentiment Analysis (\u0410\u043d\u0430\u043b\u0438\u0437 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0439 \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u043a\u0441\u0442) \u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043f\u043e\u043b\u043d\u0443\u044e \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Data Science \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430 \u2014 Sentiment Analysis Project \u0432 R. Sentiment Analysis \u2014 \u044d\u0442\u043e \u0430\u043d\u0430\u043b\u0438\u0437 \u0441\u043b\u043e\u0432 \u0434\u043b\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0439 \u0438 \u043c\u043d\u0435\u043d\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0438\u043b\u0438 \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438. \u042d\u0442\u043e \u0442\u0438\u043f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438, \u043f\u0440\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043a\u043b\u0430\u0441\u0441\u044b \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0434\u0432\u043e\u0438\u0447\u043d\u044b\u043c\u0438 (\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-54058","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Data Science \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 1.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd4714 open-source \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0434\u043b\u044f \u043f\u0440\u043e\u043a\u0430\u0447\u043a\u0438 Data Science \u043c\u0430\u0441\u0442\u0435\u0440\u0441\u0442\u0432\u0430 (easy, normal, hard) | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"Data Science \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 1.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-12-16T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:02:02+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd4714 open-source projects to enhance Data Science skills (easy, normal, hard) | ProHoster","description":"Data Science for Beginners 1.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd4714 open-source \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0434\u043b\u044f \u043f\u0440\u043e\u043a\u0430\u0447\u043a\u0438 Data Science \u043c\u0430\u0441\u0442\u0435\u0440\u0441\u0442\u0432\u0430 (easy, normal, hard) | ProHoster","og:description":"Data Science \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 1.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/14-open-source-proektov-dlya-prokachki-data-science-masterstva-easy-normal-hard","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-12-16T21:00:00+00:00","article:modified_time":"2020-02-18T11:02:02+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"54058","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-24 09:53:20","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 20:12:24","updated":"2026-01-24 09:53:20","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/54058","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=54058"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/54058\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=54058"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=54058"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=54058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}