Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Unshift in JavaScript
In this video, you will learn how to modify arrays in JavaScript. You will learn how to modify a specific element of an array using bracket notation. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the...
Curated Video
Fundamentals of Neural Networks - Lab 3 - Deep CNN
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Curated Video
Deep Learning - Crash Course 2023 - Regression Problem
In this video, you will learn how to solve a regression problem using the Boston housing dataset. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
Curated Video
Deep Learning - Crash Course 2023 - Various Activation Functions
In this video, we will have an in-depth look at different activation functions provided in the TensorFlow library using Google Colab. This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series...
Curated Video
Deep Learning - Crash Course 2023 - Linear Separation of Data
In this video, we will write a program in Python to understand linear separation of data. This clip is from the chapter "Deep Neural Networks" of the series "Deep Learning - Crash Course 2023".In this section, we will try to understand...
Curated Video
Deep Learning - Crash Course 2023 - Data Standardization - 1
In this video, we will start working on data standardization with Sigmoid. This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
Curated Video
Deep Learning - Crash Course 2023 - Manual Fitting of Data
In this video, you will learn how to manually fit data. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Curated Video
Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding. This clip is from the chapter "Perceptron in...
Curated Video
Deep Learning - Crash Course 2023 - Sigmoid Intuition
In this video, you will learn about Sigmoid intuition. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Curated Video
Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction
In this video, we will be introduced to Sigmoid Neuron. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Curated Video
Deep Learning - Crash Course 2023 - Modify Data
In this video, you will learn how to modify data. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement MP Neuron in Python.
Curated Video
Deep Learning - Crash Course 2023 - Contour Plots
In this video, you will learn how to create Contour plots. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Curated Video
Deep Learning - Crash Course 2023 - Plotting with Matplotlib
In this video, we will understand the most popular plotting library in Python called Matplotlib and learn about plotting. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course...
Curated Video
Deep Learning - Crash Course 2023 - Bias
In this video, you will learn about bias in neural networks. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Targeted Reporting
In this video, we will discover the concept of targeted reporting, which involves creating reports that address specific project reporting needs and objectives and looking at the different types of charts. This clip is from the chapter...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Exploring Genres in Content-Based Filtering
After learning to explore genres, we will look at term frequency and inverse document frequency.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Rating Plot
In this video, you will learn to perform data visualization and analysis for the project using the movies and ratings dataset.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Occurrence Count
In this video, you will learn how to count the number of occurrences of each element in content-based filtering.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Exporting File
In this video, you will learn how to export the section view as a digital file, including different file formats, resolutions, and settings for creating professional-quality outputs for presentations, sharing, and printing purposes.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Exporting Drawing as PNG and PDF Formats
In this video, you will learn how to export your drawing in PNG and PDF formats, including adjusting resolution, scale, and other settings, to create professional-quality outputs for presentations, sharing, and printing purposes.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Introduction
This video introduces you to the workout widget. This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Regression
In this video, we will understand regression in ANN. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover...