Data Science
Showing 181–192 of 1577 results
Building Effective Data Communications with Tableau Desktop
Effective data communication is more important now than ever! Understanding the presentation side of data is a growing skill gap across all industries. By becoming an efficient data translator, you position yourself as a critical part of any team.
Building Features from Image Data
This course covers conceptual and practical aspects of pre-processing images to maximize the efficacy of image processing algorithms, as well as implementing feature extraction, dimensionality reduction, and latent factor identification.
Building Features from Nominal Data
This course covers various techniques for encoding categorical data, starting with the familiar forms of one-hot and label encoding, before moving to contrast coding schemes such as simple coding, Helmert coding, and orthogonal polynomial coding.
Building Features from Numeric Data
This course exhaustively covers data preprocessing techniques and transforms available in scikit-learn, allowing the construction of highly optimized features that are scaled, normalized and transformed in mathematically sound ways to fully harness the power of machine learning techniques.
Building Features from Text Data
This course covers aspects of extracting information from text documents and constructing classification models including feature vectorization, locality-sensitive hashing, stopword removal, lemmatization, and more from natural language processing.
Building Graphs using R
Start creating mesmerizing graphics & charts with R programming from scratch!!
Building Interactive SSRS Reports
In this course, you'll learn how to make use of SSRS features to create interactive reports. The reports will become dynamic for users by using functionalities such as drilldown, drill through, interactive sorting, jump actions, and document maps.
Building Machine Learning Models in Python with scikit-learn
This course course will help engineers and data scientists learn how to build machine learning models using scikit-learn, one of the most popular ML libraries in Python. No prior experience with ML needed, only basic Python programming knowledge.
Building Machine Learning Models in Spark 2
Training ML models is a compute-intensive operation and is best done in a distributed environment. This course will teach you how Spark can efficiently perform data explorations, cleaning, aggregations, and train ML models all on one platform.
Building Machine Learning Models in SQL Using BigQuery ML
BigQuery ML on the Google Cloud Platform democratizes machine learning by allowing data analysts and engineers to build and use machine learning models directly from SQL without using any higher level programming language.
Building Multidimensional Models in SSAS
This course leads you through the necessary steps to create a multidimensional model, explains essential concepts unique to online analytical processing, and shows you how to manage data storage and model updates on an ongoing basis.
Building Neural Networks with scikit-learn
This course covers all the important aspects of support currently available in scikit-learn for the construction and training of neural networks, including the perceptron, MLPClassifier, and MLPRegressor, as well as Restricted Boltzmann Machines.