Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to build a perceptron for binary classification
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Code to build a perceptron for binary classification
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Implementing Step Definition Files for Features Built with Real Cypress Code
This video introduces you to Implementing step definition files for features built with real cypress code. This clip is from the chapter "Cypress BDD Cucumber Framework Integration to Mocha" of the series "Cypress - Modern Automation...
Curated Video
Complete Java SE 8 Developer Bootcamp - Packages
Learn how to organize your code and prevent name collisions with "packages." This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name...
Curated Video
Predictive Analytics with TensorFlow 3.5: Getting Started with Tensorflow – Linear Regression and Beyond
In this example, we will take a closer look at TensorFlow's and TensorBoard's main concepts and try to do some basic operations to get you started. The model we want to implement simulates the linear regression. • Create data into 2D space
IDG TECHtalk
Creating tests for your Go apps: Smart Go
Learn the basics of Go's built-in testing framework, used for writing unit tests that sit side-by-side with the code you're testing.
Curated Video
Beginning Python (Video 37)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Learning R for Data Visualization (Video 4)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Python for Network Forensics 3.4: Parsing System Logs
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
Tarver Academy
How to Convert Google Sheets to Excel or PDF
In This Episode, Tyler Teaches Us About How to Convert Google Sheets to Excel or PDF
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Example 2 - Build Multi-layer perceptron for binary classification
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Example 2 - Build Multi-layer perceptron for binary classification
Curated Video
QnA Maker and Bot Framework
In this video, we will cover QnA Maker and Bot framework. This clip is from the chapter "Conversational AI Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section, we will...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Imports
Static Imports allow us to code static references from other types, as if they were defined in our own class. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In...
Packt
Learning R for Data Visualization (Video 5)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
SWPictures
Haiti: Helping Malnourished Children
The video showcases a program in Haiti that provides ready-to-use therapeutic food to treat malnutrition in children. Meds & Foods for Kids is also working to boost Haiti's agricultural capacity to source all their raw peanuts locally...
Curated Video
Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
APMonitor
Install Python Packages with pip and conda
The package managers "pip" and "conda" allow users to install, update, or uninstall Python modules from a command line or directly from a Python script.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 7: Using a Command Line Runner to save the User to database
Introduction to JPA in 10 Steps: Step 7: Using a Command Line Runner to save the User to database This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In...
Packt
Creating Kafka Project
This video demonstrates how to create a Kafka project. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
Packt
Java Consumer
This video explains how to create Kafka consumer in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn to create the...
Curated Video
Learning R for Data Visualization (Video 6)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
APMonitor
Plots in Python with Numpy and Matplotlib
Graphs or plots are effective at showing data. This introductory video demonstrates how to create a plot and adjust some of the basic characteristics of those plots such as the size of the trend, style (dashed, dotted, solid), add a...
APMonitor
Arduino Setup in GNU Octave
The Arduino forge package facilitates the interface to an Arduino. This tutorial demonstrates: 1. Install Octave 2. Install the Arduino package: pkg install -forge arduino 3. Write the Arduino firmware: arduinosetup 4. Load Arduino...
Curated Video
Power BI Masterclass - Python for Data Visualization in Power BI Part3
In this video, we will cover Python for data visualization in Power BI part 3. This clip is from the chapter "Python Finance and Advanced DAX" of the series "Power BI Masterclass".In this section, we will be covering Python Finance and...
Curated Video
Learning Angular 2 Directives (Video 14)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...