Visão Geral
Este Curso Practical Data Science with Python, e uma introdução à Estatística, Python, Analytics, Data Science e Machine Learning. Estabelece profissionais com conhecimento prático de todo o campo da ciência de dados, juntamente com conhecimento prático imediato das principais tarefas analíticas.
Este curso de 32h é prático, prático e baseado em workshops. É o início da jornada de um desenvolvedor experiente para se tornar um Cientista de Dados. Se você é engenheiro de software, em inteligência de negócios ou é especialista em SQL, este é o curso para você.
Ao participar deste curso, você aprenderá como se tornar um Cientista de Dados profissional. Você será capaz de desmistificar e entender a linguagem em torno da ciência de dados e entender os principais conceitos de análise e automação. Você também desenvolverá habilidades práticas, práticas e avançadas em Python, direcionadas à análise de dados e Machine Learning para que você possa criar modelos estatísticos sofisticados.
Reserve online hoje ou, se precisar de ajuda para escolher o curso certo ou tirar alguma dúvida por favor faça contato via comercial@itsolutionss.com.br ou entra em contato via whatsapp +55 011 9 8953-8598
Conteúdo Programatico
Introduction to Data Science
- Understanding Big Data challenges for storage and analytics
- Identifying potential Big Data projects
- Designing successful Data Science projects
Introduction to Machine Learning
- Identify types of machine learning:
- Supervised
- Unsupervised
- Reinforcement Learning
- Identify use cases
Jupyter Notebook
- Identify Anaconda and Jupyter
- Work with Jupyter Notebooks
- Practical Lab Activity
Python Fundamentals Review
- Review of Python techniques:
- Data Types and Assignment
- Lists, Tuples, Strings, Sets and Dictionaries – and how to address from them
- Selection and Iteration structures
- Subroutine definitions
- Practical Lab Activity
Introduction to Pandas and Numpy
- Dataframes and how to address from them
- Read from a CSV and exploration of documentation for reading from other sources
- Dataframe methods and using the documentation
- Practical Lab Activity
Exploratory Data Analysis
- In the context of identifying appropriate Machine Learning methods:
- Interpreting descriptive statistics using Pandas
- Interpreting correlations and associations
- Practical Lab Activity
Data Visualisation
- In the context of identifying appropriate Machine Learning methods:
- Interpreting visualisations using Pandas, Seaborn, and Matplotlib
- Interpreting correlations and associations
- Interpreting visualisations for EDA
- Practical Lab Activity
Data Preparation
- Data Preparation techniques in the context of selected Machine Learning methods:
- Checking the quality of the data and understanding it's source
- Identifying when to remove, replace, or retain missing data
- Handling Imbalanced Data
- Scaling and Normalisation requirements
- Practical Lab Activity
Linear Regression
- Identify appropriate situations for using Linear Regression
- Use the Supervised Machine Learning workflow to create, evaluate, tune, and visualise a linear regression model
- Practical Lab Activity
Logistic Regression
- Identify appropriate situations for using Logistic Regression
- Use the Supervised Machine Learning workflow to create, evaluate, and tune a logistic regression model
- Practical Lab Activity
Decision Trees and Random Forests
- Identify appropriate situations for using Decision Trees
- Use the Supervised Machine Learning workflow to create, evaluate, tune, and visualise a Decision Tree model
- Identify alternative classification models such as Random Forests and how to compare them
- Practical Lab Activity
Clustering with K-means
- Understanding and implementing the k-means clustering algorithm
- Evaluate the model performance and select k
- Practical Lab Activity