Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Example of Classification Attacks for MNIST Adversarial Challenge
From the section: Security Test Using Adversarial Attack. In this section, you will test any AI system against the latest attacks with the help of simple tools. The aim of this video is to provide practical experience in attacking a...
Curated Video
Deep Learning with Python (Video 13)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
All In One Social Media
How To Make A Facebook Live Show - Facebook Live Video Checklist
How To Make A Facebook Live Show - Facebook Live Video Checklist // From text to images and video to live streaming, content has had a particular lifespan around engagement. Brands continue to look to engage audiences faster and more...
IDG TECHtalk
Run Python in R code
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
Packt
Importance of Finally Block in Java
This video explains the importance of the Finally block in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Curated Video
Complete Python Scripting for Automation - Introduction to sys module
sys module: Introduction to sys module This clip is from the chapter "sys module" of the series "Complete Python Scripting for Automation".In this section, the author introduces sys module and working with command line arguments with an...
Curated Video
Complete Python Scripting for Automation - if ... else and if ... elif ... elif ... else condition
Conditional statements: if ... else and if ... elif ... elif ... else condition This clip is from the chapter "Conditional statements" of the series "Complete Python Scripting for Automation".In this section, the author introduces...
Curated Video
Complete Python Scripting for Automation - Simple Python Script without and with oops concepts
OOPS for Real Time: Simple Python Script without and with oops concepts This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Curated Video
Migrating to Angular 2 (Video 2)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Curated Video
Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Backdoor Attacks
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats. The aim of this video is to...
Curated Video
Complete Python Scripting for Automation - simple hello world script
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Curated Video
Bash Shell Scripting - Variables in Functions (Local Variables)
This video will help you understand about the variables in combination of functions and its impact on function - before, during, and after. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell...
Curated Video
Implement a computer program using a classic algorithm : Project handoff: Bringing it together
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Design and build a project that utilizes the algorithms and tools that have been...
Curated Video
Describe cyber attacks that could affect a computer system or network : Taking Control Over Target Browser with BeEf
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will learn about variety of dangerous...
Curated Video
Learning R for Data Visualization (Video 23)
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
Complete Python Scripting for Automation - Loops | Working with for loop
Loops - for and while loops with break, continue and pass: Loops | Working with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 6)
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
IDG TECHtalk
Numba: Faster numerical code in Python made simple
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Packt
Importance of Locator Identifiers in Selenium
This video explains the importance of locator identifiers in Selenium. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Complete Python Scripting for Automation - Linux for Developers on Windows
Windows Subsystem for Linux: Linux for Developers on Windows This clip is from the chapter "Windows Subsystem for Linux" of the series "Complete Python Scripting for Automation".The author explains about Linux for developers on Windows...
Curated Video
Complete Python Scripting for Automation - Introduction to Exception Handling
Exception Handling: Introduction to Exception Handling This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Curated Video
Complete Python Scripting for Automation - Creating csv file
Working with csv: Creating csv file This clip is from the chapter "Working with csv" of the series "Complete Python Scripting for Automation".In this section, the author introduces csv files and talks about how to read a csv files using...
Curated Video
Complete Python Scripting for Automation - Running Python script on Windows and Linux
Basics of print, indentation, comments and special characters: Running Python script on Windows and Linux This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python...
Curated Video
Complete Python Scripting for Automation - os.system() function from os module
OS Module: os.system() function from os module This clip is from the chapter "OS Module" of the series "Complete Python Scripting for Automation".In this section, the author introduces OS Module and Basic operation like os.path module,...