Hi, what do you want to do?
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Let's Introduce Machine Learning
This brief video outlines machine learning, its importance, and how it can be used in various applications to make life easier.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Introduction to Data Types
This video introduces us to Python's six data types: numbers, strings, lists, dictionaries, tuples, and sets.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Course Overview
This video will introduce you to Python, machine learning, and Random Forest and discuss the live implementations, quizzes, and projects.
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Machine...
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Machine...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Motivation for the Course
This lecture provides an overview of the benefits of enrolling in this course.
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Outline
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course.
<
br/>
This clip is from the chapter "Welcome" of the series...
<
br/>
This clip is from the chapter "Welcome" of the series...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - What Order Should I Take Your Courses In? (Part 1)
In this video, we will see the recommended order of taking the lessons offered in this learning program, the logical progression of the course, and the optimal order to take the courses to maximize our learning and understanding of the...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Proof that Using Jupyter Notebook Is the Same as Not Using It
In this video, explore the advantages and disadvantages of using Jupyter Notebook. This video will provide evidence and examples illustrating the similarities and differences between Jupyter Notebook and other coding environments.
<
br/>...
<
br/>...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Install NumPy, SciPy, Matplotlib, Pandas, IPython, Theano, and TensorFlow
Learn to install the essential Python libraries for financial analysis, including NumPy, SciPy, Matplotlib, Pandas, IPython, Theano, and TensorFlow. This video will provide the necessary setup to use these popular Python libraries for...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - ChatGPT Knows Who I Am
In this intriguing video, the author explores the capabilities of ChatGPT and adapts and personalizes its responses to our unique style and preferences into how ChatGPT can leverage data and insights about our priority for more...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Recursion
In this video, you will learn about a complete implementation of the Random Forest using only Pandas to read the data and look at the results of the sklearn function.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step"...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step"...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Quick Implementation of Random Forest Model
Let's quickly implement Random Forest using the sklearn Random Forest model to tune the model's performance according to the project.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (1)
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Commenting Out Code in HTML5
In this video, we will explore the technique of commenting out code in HTML5 to add comments within our HTML files, providing explanations, temporarily disabling code sections, or troubleshooting issues while maintaining code readability...
Curated Video
Concurrent and Parallel Programming in Python - Combining Async and Multiprocessing
Combining Async and Multiprocessing
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Curated Video
Concurrent and Parallel Programming in Python - Threading, Multiprocessing, Async Introduction
In this video, we will be introduced to threading, multiprocessing, and asynchronous programs and the different considerations of choosing Python for coding.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Docker Commands
This video shows the Dockerfile used by the CD pipeline, the Python code of the web application, and Docker commands to build an image and run a container.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline Overview and Intro to Docker
This video gives an overview of the CD pipeline, shows the web application deployed via the CD pipeline, and introduces Docker.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By...