- 45
- 16 641
Natnael Lecture Hub
France
Приєднався 23 сер 2013
Lectures on Computer Science, Software Engineering, Artificial Intelligence, Cyber Security, and other emerging topics are presented here. Lectures usually range from high level topics to specific algorithms and frameworks.
Відео
SQL Data Definition Language Statement
Переглядів 375 місяців тому
Create Table Alter Table Drop Table Constraints Primary Key Foreign Key Unique Key Check Constraint Default Values Creating Sequence Altering Sequence Drop Sequence Create View Drop View
SQL BASICS
Переглядів 4435 місяців тому
Learn the fundamentals of SQL with this comprehensive tutorial! We'll dive into the essential commands to manipulate your data effectively. Discover how to filter records using WHERE clauses, limit your results with FETCH FIRST, and organize your data with ORDER BY. Whether you're a beginner or looking to solidify your SQL skills, this video will equip you with practical knowledge. Let's get st...
ORACLE GROUP FUNCTIONS
Переглядів 835 місяців тому
In this lecture, we practice with Oracle Single Row Functions and Group Functions.
Single Row Functions: Oracle Database 19C programming
Переглядів 747 місяців тому
Single Row Functions: Oracle Database 19C programming
Relational Algebra and Advanced SQL Query
Переглядів 677 місяців тому
Relational Algebra and Advanced SQL Query
How do we do Database Fragmentation: Horizontal Fragmentation
Переглядів 1677 місяців тому
How do we do Database Fragmentation: Horizontal Fragmentation
Model-Free Prediction: Monte Carlo Algorithm
Переглядів 628 місяців тому
This is part 4 of a series about reinforcement learning. In this part, the video discusses Monte Carlo (MC) methods as a model free prediction algorithm. The video reviews the concept of a Markov decision process (MDP), Dynamic Programming and discusses Monte Carlo methods, a type of reinforcement learning method that learns from experience.
Markov Decision Processes: The Map for Learning
Переглядів 1298 місяців тому
Think of MDPs as a map for your agent in reinforcement learning. It tells the agent all about the world:States: Where the agent is at any given time. Actions: What the agent can do in each state. Transitions: What happens when the agent takes an action (think: moving on the map). Rewards: Goodies the agent gets for taking actions (or avoiding bad stuff). Why MDPs are Awesome for Model-Based RL ...
Stack Implementation using Array and Linked-List
Переглядів 649 місяців тому
Stack Implementation using Array and Linked-List
Getting to know object oriented database
Переглядів 24710 місяців тому
Getting to know object oriented database
Visual Recognition: Basic Image Classification
Переглядів 95Рік тому
Visual Recognition: Basic Image Classification
Object Oriented Programming with Python - A Quick Overview
Переглядів 52Рік тому
Object Oriented Programming with Python - A Quick Overview
Fundamentals of Java Programming: Java Operations and Operators
Переглядів 99Рік тому
Fundamentals of Java Programming: Java Operations and Operators
Fundamentals of Java Programming: Variables, Data Types, Type Casting, and Arithmetic Operations
Переглядів 109Рік тому
Fundamentals of Java Programming: Variables, Data Types, Type Casting, and Arithmetic Operations
Fundamentals of Java Programming Language: Welcome
Переглядів 78Рік тому
Fundamentals of Java Programming Language: Welcome
Version Control Basics: Viewing Git Changes and History
Переглядів 22Рік тому
Version Control Basics: Viewing Git Changes and History
Version Control Basics: Deleting Local and Remote Branches
Переглядів 84Рік тому
Version Control Basics: Deleting Local and Remote Branches
Version Control Basics: Pull Requests and Request Management
Переглядів 84Рік тому
Version Control Basics: Pull Requests and Request Management
Version Control Basics: Cloning Repositories and Branching
Переглядів 105Рік тому
Version Control Basics: Cloning Repositories and Branching
Version Control Basics: Local Git Configuration
Переглядів 116Рік тому
Version Control Basics: Local Git Configuration
Version Control Basics: Github Branching and Issues
Переглядів 119Рік тому
Version Control Basics: Github Branching and Issues
Version Control Basics: Creating Repository
Переглядів 145Рік тому
Version Control Basics: Creating Repository
Linear Filters for Image Smoothing: Enhancing Images with Mean, Median, and Gaussian Techniques
Переглядів 102Рік тому
Linear Filters for Image Smoothing: Enhancing Images with Mean, Median, and Gaussian Techniques