Machine Learning with scikit-learn and Tensorflow

Watch Machine Learning with scikit-learn and Tensorflow

  • 2018
  • 1 Season

Machine learning is an emerging technology that has revolutionized the way that companies approach data analysis. In today's world of big data, machine learning is increasingly being used to identify patterns, make predictions, and uncover hidden insights that can help organizations make better decisions.

Machine Learning with scikit-learn and Tensorflow from Packt Publishing is a comprehensive online course that teaches you everything you need to know about machine learning, from basics to advanced concepts. This course is designed to help you gain a deep understanding of the algorithms and techniques used in machine learning, as well as the tools and libraries required to build and deploy machine learning models.

Throughout this course, you will learn about scikit-learn, one of the most popular machine learning libraries for Python, as well as Tensorflow, a powerful framework for building and training deep neural networks. You will learn how to use these tools to develop a variety of different types of machine learning models, including linear regression, logistic regression, decision trees, and neural networks.

The course is divided into several modules, each of which covers a different aspect of machine learning. The first module provides an overview of the basics of machine learning, including concepts like supervised and unsupervised learning, training and testing data, and performance metrics. You will also get hands-on experience with scikit-learn, exploring its key functionalities and learning how to use it to build simple machine learning models.

The second module focuses on regression, a type of machine learning model that is used to predict continuous numerical values. You will learn how to use scikit-learn to develop linear and logistic regression models, as well as decision tree models, which can be used to identify complex nonlinear relationships between variables.

In the third module, you will dive deeper into scikit-learn and learn how to develop more advanced machine learning models using Bayesian methods and ensemble techniques. You will also explore support vector machines, which are used for both classification and regression problems.

The fourth module is devoted to deep learning with Tensorflow. You will learn how to build and train neural networks, which are highly specialized machine learning models that are designed to simulate the way that the human brain works. You will gain hands-on experience with Tensorflow, exploring its key functionalities and learning how to develop deep learning models for a variety of different applications.

The course concludes with a fifth module that focuses on deploying machine learning models. You will learn how to package and deploy your models using Docker containers, as well as how to integrate them into real-world applications using RESTful APIs.

Throughout this course, you will be guided by expert instructors who have extensive experience in machine learning and data science. You will have access to a variety of different learning materials, including video lectures, hands-on exercises, and comprehensive reading materials. You will also have opportunities to collaborate with other students, learning from their experiences and exchanging ideas and insights.

Overall, Machine Learning with scikit-learn and Tensorflow from Packt Publishing is an excellent course for anyone who wants to develop a deep understanding of machine learning and its applications to data science. Whether you are a beginner or an experienced data scientist, this course will provide you with the tools and knowledge you need to build and deploy effective machine learning models.

Machine Learning with scikit-learn and Tensorflow is a series that is currently running and has 1 seasons (33 episodes). The series first aired on March 28, 2018.

Filter by Source

Seasons
Build an Image Retrieval System Using Embeddings
33. Build an Image Retrieval System Using Embeddings
March 28, 2018
In this video, we will see how can we build an image search engine with deep learning?
Pretrained ImageNet Embeddings and Image Search Engines
32. Pretrained ImageNet Embeddings and Image Search Engines
March 28, 2018
In this video, we will see what the landscape of image embeddings is and transfer learning networks.
Applying Word2Vec for Analogy Completion
31. Applying Word2Vec for Analogy Completion
March 28, 2018
In this video, we will see how can we apply Word2Vec to complete analogies.
Understanding Word2Vec, Representation Learning, and Embeddings
30. Understanding Word2Vec, Representation Learning, and Embeddings
March 28, 2018
In this video, we will see what is Word2Vec and how does it work.
Build a Cryptocurrency Prediction Bot with RNNs
29. Build a Cryptocurrency Prediction Bot with RNNs
March 28, 2018
In this video, we will see how can we build a cryptocurrency price prediction model.
Better Tweet Sentiment Classification with RNNs
28. Better Tweet Sentiment Classification with RNNs
March 28, 2018
In this video, we will see how can we apply RNN's to classify twitter sentiment.
Working with Long-Short Term Memory Networks (LSTMs)
27. Working with Long-Short Term Memory Networks (LSTMs)
March 28, 2018
In this video, we will see how LSTMs improve upon RNN's.
Understanding Recurrent Neural Networks
26. Understanding Recurrent Neural Networks
March 28, 2018
In this video, we will see how Recurrent Neural Networks work.
Image Segmentation with CNNs and TensorFlow
25. Image Segmentation with CNNs and TensorFlow
March 28, 2018
In this video, we will see how can we segment a photo using Convolutional Neural Networks.
Semantic Image Segmentation Explained
24. Semantic Image Segmentation Explained
March 28, 2018
In this video, we will see how can Convolutional Neural Networks perform image segmentation.
Building a Flower Species Classifier with CNN's with TensorFlow + Keras
23. Building a Flower Species Classifier with CNN's with TensorFlow + Keras
March 28, 2018
In this video, we will see how can we classify flower species with a Convolutional Neural Network.
Deep Neural Networks and Convolutional Neural Networks
22. Deep Neural Networks and Convolutional Neural Networks
March 28, 2018
In this video, we will see how do Convolutional Neural Networks (CNNs) work.
LDA for Natural Language Topic Discovery
21. LDA for Natural Language Topic Discovery
March 28, 2018
Make use of LDA on a dataset of news articles to learn a topic model and predict topics for articles.
Working with Latent Dirichlet Allocation (LDA)
20. Working with Latent Dirichlet Allocation (LDA)
March 28, 2018
How can we learn about text data without labels? How can we discover topics within text and across different document sources?
Building a Tweet-Bot with N-Gram Features
19. Building a Tweet-Bot with N-Gram Features
March 28, 2018
How can I generate realistic tweets with machine learning?
Tweet Classification with Bag of Words Features
18. Tweet Classification with Bag of Words Features
March 28, 2018
How can I take text data from Twitter and learn a machine learning classifier to detect sentiment?
Essential Feature Extraction - Bag of Words and N-Grams
17. Essential Feature Extraction - Bag of Words and N-Grams
March 28, 2018
What is the best way to represent text data for machine learning? How can we capture context? What is a language model?
Using PCA to Compress Images
16. Using PCA to Compress Images
March 28, 2018
Use PCA to learn a compressed representation for images.
Dimensionality Reduction with Principal Component Analysis
15. Dimensionality Reduction with Principal Component Analysis
March 28, 2018
How can we learn the important features of data without labeled date? Dimensionality reduction and PCA.
Unsupervised Clustering of Patients with K-Means Clustering
14. Unsupervised Clustering of Patients with K-Means Clustering
March 28, 2018
Use K-means clustering on a real dataset of diabetes patients to discover sub-groups among populations.
K-Means Clustering Explained
13. K-Means Clustering Explained
March 28, 2018
How can we learn categories of data when labels are not provided? Use K-Means clustering.
Introduction to Unsupervised Learning
12. Introduction to Unsupervised Learning
March 28, 2018
This video provides a broad overview of the topics in unsupervised learning theory and techniques.
Credit Card Fraud Detection with Random Forests
11. Credit Card Fraud Detection with Random Forests
March 28, 2018
Learn how to detect credit card fraud with Random Forests.
Exploring Random Forest Methods
10. Exploring Random Forest Methods
March 28, 2018
Explore what are Random Forests and understand how they work.
Wine Classification with Decision Trees
9. Wine Classification with Decision Trees
March 28, 2018
Discuss how to classify wine with decision trees and understand our model.
Working with Decision Trees
8. Working with Decision Trees
March 28, 2018
Understand what are Decision Trees and what objective do we optimize.
Classification of Movie Genres with SVMs
7. Classification of Movie Genres with SVMs
March 28, 2018
Explain how to deal with non-linear data, handle multi-label classification, and how to classify movie genres with SVMs.
Understanding Support Vector Machines
6. Understanding Support Vector Machines
March 28, 2018
Learn how to handle classification tasks and how SVMs work?
Building a Full Ad Ranking System
5. Building a Full Ad Ranking System
March 28, 2018
Learn how to build a full Ad Ranking system.
Ad Ranking Using Clickthrough Rates and User Demographics
4. Ad Ranking Using Clickthrough Rates and User Demographics
March 28, 2018
Predict Ad Clickthrough Rate with the help of Linear Regression.
Estimating the Price of Housing
3. Estimating the Price of Housing
March 28, 2018
Use Linear Regression and scikit-learn to estimate the price of housing.
Understanding Linear Regression
2. Understanding Linear Regression
March 28, 2018
Understand what Linear regression is all about.
The Course Overview
1. The Course Overview
March 28, 2018
This video gives an overview of the entire course.
Description
Where to Watch Machine Learning with scikit-learn and Tensorflow
Machine Learning with scikit-learn and Tensorflow is available for streaming on the Packt Publishing website, both individual episodes and full seasons. You can also watch Machine Learning with scikit-learn and Tensorflow on demand at Amazon.
  • Premiere Date
    March 28, 2018