Drone Swarm Operations and Al Specialist
Course title: Certified AI & ML Drone Swarm Engineer (CAML-DSE)
Target group: Expert
Level: Extended Know-How
Certified AI & ML Drone Swarm Engineer (CAML-DSE)
Provider
tonex.com
Description
The Certified AI & ML Drone Swarm Engineer (CAML-DSE) Certification Program by Tonex provides a comprehensive understanding of artificial intelligence and machine learning in drone swarm operations. Participants will explore AI-driven swarm coordination, communication protocols, real-time decision-making, and security considerations. The program covers advanced algorithms, autonomy frameworks, and ethical challenges. Designed for professionals in defense, aerospace, and robotics, this program equips learners with the skills to develop, deploy, and manage AI-powered drone swarms effectively. Successful candidates will gain expertise in optimizing swarm intelligence for mission-critical applications.
Target
- Aerospace engineers
- AI and ML specialists
- Robotics professionals
- Defense and security analysts
- UAS (Unmanned Aerial System) operators
- Research and development teams
Sector
- Defense
- Aerospace
- Robotics
Area
- AI & ML applications in drone swarm operations
- swarm coordination
- autonomy frameworks
- real-time decision-making
- Security
- ethical considerations
Learning outcomes
- Understand AI and ML applications in drone swarms
- Learn swarm coordination and communication protocols
- Implement real-time decision-making in autonomous systems
- Analyze security risks and mitigation strategies
- Develop AI-driven drone swarm architectures
Learning content
- Module 1: Fundamentals of AI & ML in Drone Swarms
- Module 2: Swarm Coordination and Communication
- Module 3: AI-Driven Decision Making in Swarms
- Module 4: Security and Ethical Considerations
- Module 5: Advanced Algorithms for Swarm Optimization
- Module 6: AI-Enabled Swarm Applications and Future Trends
Approach/method
Online
Duration
2 Days
Assessment
Yes
Certification
Yes
Date
Always available
Location
Online
Website
Course title: 5G: Technologies, Architecture And Protocols
Target group: Mid Level Employee
Level: Extended Know-How
5G: Technologies, Architecture And Protocols
Provider
Udemy
Description
This is a very extensive and up-to-date course about 5G mobile networks that will let you understand:
- The requirements and key drivers for 5G wireless development
- 5G use cases and services
- Key technologies in 5G NR (Dual Connectivity, small Cells, CRAN, Flexible Numerology, massive MIMO etc)
- 5G Radio Access Technology And Frame Structure
- Network Virtualization and Slicing in 5G
- The Key elements/Functions in 5G Core Network
- UE and Network Identifiers in 5G
- Procedures in 5G (UE Registration, PDU Session establishment, Paging, Tracking Area Update, Handover)
- Handover in 5G, Xn and X2
- 5G Service Based Architecture
- Network Slicing
- Security in 5G Mobile Networks
- Voice Over 5G
- 5G UE State Management
- 5G PDU Session Types, Attributes and Quality of Service (QoS)
- 5G Air Interface Channels, Cell Acquisition, Data Scheduling, Paging etc.
This 5G training is comprehensive and concise, and it is designed to explain the complex concepts in easy to understand manner, so that you may get started with this 5G cellular technology as soon as possible. This course is designed to provide you with necessary functional knowledge possible in shortest possible time.
Target
- Telecom Professionals
- Telecom students
- Students trying to enter the field of telecommunications
- Network Professionals
- Students of wireless communications
- People preparing for interview in the field of 5G
- Network Engineers
Sector
- Telecommunications / Mobile networks
Area
- 5G technology
- Wireless communications
- Network architecture
- Radio access technology
- Network virtualization and slicing
- 5G core network
- Procedures
- Security
- Vo5G
- Mobility management
Learning outcomes
- Everything they need to know to get started with 5G
- Standardization of 5G
- 5G Use Cases-Enhanced Mobile Broadband, Massive Machine Type Communication, URLLC
- 5G Deployment Options-Standalone Vs non-standalone Architectures
- Dual Connectivity in 5G Networks
- Small Cells with Dual Connectivity in 5G Technology
- 5G Frequency Spectrum in 5G Networks
- Flexible Numerology and Frame Structure
- 5G Cloud Radio Access Network (CRAN)
- Massive MIMO AND Beam-forming in 5G
- 5G Access Network Architecture
- 5G Core Network Architecture
- Network Function Virtualization
- Network Slicing
- UE Identifiers-PEI, SUPI, SUCI, 5G-S-TMSI, 5G-GUTI
- Tracking Areas in 5G
- 5G Network Identifiers
- 5G Network Procedures
Learning content
- Moving from 4G to 5G-Non-standalone Vs Standalone Architectures
- Key Technologies of 5G New Radio (NR)
- Massive MIMO AND Beam-forming in 5G
- 5G Network Architecture
- 5G Network Architecture-Core Network
- Network Function Virtualization And Network Slicing in 5G Networks
- Remaining Functions of 5G Core Network
- Identifiers in 5G
- Procedures in 5G Networks
- Service Based Architecture (SBA) in 5G with Use Cases
- Essentials of Network Slicing in 5G Networks
- Security in 5G Networks
- Voice Over 5G
- UE State Management in 5G
- 5G PDU Session Types, Attributes and Quality of Service (QoS)
- 5G NR Air Interface
Approach/method
Online
Duration
6.5 hours on-demand video
Assessment
No
Certification
Yes
Date
Always available
Location
Online
Website
Course title: TensorFlow for Deep Learning Bootcamp
Target group: Mid Level Employee
Level: Extended Know-How
TensorFlow for Deep Learning Bootcamp
Provider
Udemy
Description
The goal of this course is to teach you all the skills necessary for you to become a top 10% TensorFlow Developer.
This course will be very hands on and project based. You won’t just be staring at us teach, but you will actually get to experiment, do exercises, and build machine learning models and projects to mimic real life scenarios. By the end of it all, you will develop skillsets needed to develop modern deep learning solutions that big tech companies encounter.
0 ā TensorFlow Fundamentals
- Introduction to tensors (creating tensors)
- Getting information from tensors (tensor attributes)
- Manipulating tensors (tensor operations)
- Tensors and NumPy
- Using @tf.function (a way to speed up your regular Python functions)
- Using GPUs with TensorFlow
1 ā Neural Network Regression with TensorFlow
- Build TensorFlow sequential models with multiple layers
- Prepare data for use with a machine learning model
- Learn the different components which make up a deep learning model (loss function, architecture, optimization function)
- Learn how to diagnose a regression problem (predicting a number) and build a neural network for it
2 ā Neural Network Classification with TensorFlow
- Learn how to diagnose a classification problem (predicting whether something is one thing or another)
- Build, compile & train machine learning classification models using TensorFlow
- Build and train models for binary and multi-class classification
- Plot modelling performance metrics against each other
- Match input (training data shape) and output shapes (prediction data target)
3 ā Computer Vision and Convolutional Neural Networks with TensorFlow
- Build convolutional neural networks with Conv2D and pooling layers
- Learn how to diagnose different kinds of computer vision problems
- Learn to how to build computer vision neural networks
- Learn how to use real-world images with your computer vision models
4 ā Transfer Learning with TensorFlow Part 1: Feature Extraction
- Learn how to use pre-trained models to extract features from your own data
- Learn how to use TensorFlow Hub for pre-trained models
- Learn how to use TensorBoard to compare the performance of several different models
5 ā Transfer Learning with TensorFlow Part 2: Fine-tuning
- Learn how to setup and run several machine learning experiments
- Learn how to use data augmentation to increase the diversity of your training data
- Learn how to fine-tune a pre-trained model to your own custom problem
- Learn how to use Callbacks to add functionality to your model during training
6 ā Transfer Learning with TensorFlow Part 3: Scaling Up (Food Vision mini)
- Learn how to scale up an existing model
- Learn to how evaluate your machine learning models by finding the most wrong predictions
- Beat the original Food101 paper using only 10% of the data
7 ā Milestone Project 1: Food Vision
- Combine everything you’ve learned in the previous 6 notebooks to build Food Vision: a computer vision model able to classify 101 different kinds of foods. Our model well and truly beats the original Food101 paper.
8 ā NLP Fundamentals in TensorFlow
- Learn to:
- Preprocess natural language text to be used with a neural network
- Create word embeddings (numerical representations of text) with TensorFlow
- Build neural networks capable of binary and multi-class classification using:
- RNNs (recurrent neural networks)
- LSTMs (long short-term memory cells)
- GRUs (gated recurrent units)
- CNNs
- Learn how to evaluate your NLP models
9 ā Milestone Project 2: SkimLit
- Replicate a the model which powers the PubMed 200k paper to classify different sequences in PubMed medical abstracts (which can help researchers read through medical abstracts faster)
10 ā Time Series fundamentals in TensorFlow
- Learn how to diagnose a time series problem (building a model to make predictions based on data across time, e.g. predicting the stock price of AAPL tomorrow)
- Prepare data for time series neural networks (features and labels)
- Understanding and using different time series evaluation methods
- MAE ā mean absolute error
- Build time series forecasting models with TensorFlow
- RNNs (recurrent neural networks)
- CNNs (convolutional neural networks)
11 ā Milestone Project 3: (Surprise)
- If you’ve read this far, you are probably interested in the course. This last project will be good… we promise you, so see you inside the course š
TensorFlow is growing in popularity and more and more job openings are appearing for this specialized knowledge. As a matter of fact, TensorFlow is outgrowing other popular ML tools like PyTorch in job market. Google, Airbnb, Uber, DeepMind, Intel, IBM, Twitter, and many others are currently powered by TensorFlow. There is a reason these big tech companies are using this technology and you will find out all about the power that TensorFlow gives developers.
Target
- Aspiring and current machine learning and AI developers
- Data scientists and deep learning practitioners
- Developers aiming to specialize in TensorFlow
- Professionals seeking to enhance their skills for roles in AI and ML engineering
- Tech enthusiasts interested in cutting-edge neural network development
Sector
- Technology and Software Development
- Artificial Intelligence and Machine Learning
- Computer Vision
- Natural Language Processing
- Data Analysis and Data Science
- Research and Academic institutions (for advanced ML research)
Area
- TensorFlow development and deployment
- Deep learning (regression, classification, computer vision, NLP, time series forecasting)
- Applied machine learning using real-world datasets and problems
- Model optimization and scaling
- Building AI solutions for industry and research
Learning outcomes
- Build TensorFlow models using Computer Vision, Convolutional Neural Networks and Natural Language Processing
- Complete access to ALL interactive notebooks and ALL course slides as downloadable guides
- Increase your skills in Machine Learning, Artificial Intelligence, and Deep Learning
- Understand how to integrate Machine Learning into tools and applications
- Learn to build all types of Machine Learning Models using the latest TensorFlow 2
- Build image recognition, text recognition algorithms with deep neural networks and convolutional neural networks
- Using real world images to visualize the journey of an image through convolutions to understand how a computer āseesā information, plot loss and accuracy
- Applying Deep Learning for Time Series Forecasting
- Gain the skills you need to become a TensorFlow Developer
- Be recognized as a top candidate for recruiters seeking TensorFlow developers
Learning content
- Deep Learning and TensorFlow Fundamentals
- Neural network regression with TensorFlow
- Neural network classification in TensorFlow
- Computer Vision and Convolutional Neural Networks in TensorFlow
- Transfer Learning in TensorFlow Part 1: Feature extraction
- Transfer Learning in TensorFlow Part 2: Fine tuning
- Transfer Learning with TensorFlow Part 3: Scaling Up
- Milestone Project 1: Food Vision Bigā¢
- NLP Fundamentals in TensorFlow
- Time Series fundamentals in TensorFlow + Milestone Project 3: BitPredict
- Where To Go From Here?
- Appendix: Machine Learning Primer
- Appendix: Machine Learning and Data Science Framework1
- Appendix: Pandas for Data Analysis
- Appendix: NumPy
Approach/method
Online
Duration
62.5 hours on-demand video
Assessment
No
Certification
Yes
Date
Always available
Location
Online
Website
Course title: Sensor and Data Fusion Training Bootcamp
Target group: Senior Employee
Level: Extended Know-How
Sensor and Data Fusion Training Bootcamp
Provider
tonex.com
Description
Sensor and data fusion technology refers to the use of multiple sensors to collect data from the same target, analyze and synthesize the collected data using computer technology, and form data with high accuracy and low redundancy to support the decision-making process.
In general, the objective of data fusion is to improve overall system performance, including:
- Improved decision making
- Increased detection capabilities
- Diminished number of false alarms
- Improved reliability
Different data fusion methods have been developed in order to optimize the overall system output in a variety of applications for which data fusion might be useful: security (humanitarian, military), medical diagnosis, environmental monitoring, remote sensing, robotics, etc.
The concept of sensor fusion attempts to replicate the capability of the central nervous system to process sensory inputs from multiple sensors simultaneously.
Sensor and data fusion has a variety of applications such as in GPS/INS. In this applications, Global Positioning System and inertial navigation system data is fused using various different methods like the extended Kalman filter (EKF), the nonlinear version of the Kalman filter which linearizes about an estimate of the current mean and covariance.
Sensor and data fusion is also useful in determining the attitude of an aircraft using low-cost sensors.
Additionally, a data fusion approach can determine the traffic state (low traffic, traffic jam, medium flow) using road side collected acoustic, image and sensor data.
Although technically not a dedicated sensor fusion method, modern Convolutional neural network based methods can simultaneously process very many channels of sensor data (such as Hyperspectral imaging with hundreds of bands and fuse relevant information to produce classification results.
The fusion of radar sensor and multi-purpose camera data is also highly relevant for automated driving. The Bosch road signature makes it possible for automated vehicles to determine their precise position and enables highly accurate and robust vehicle localization based on road features.
Sensor and data fusion has also become prominent in artificial intelligence (AI).
The AI algorithm can employ sensor fusion to use the data from one sensor to compensate for weaknesses in the data from other sensors.
Consequently, the AI algorithm can classify the relevance of each sensor to specific tasks and minimize or ignore data from sensors determined to be less important.
The AI/sensor fusion relationship has several benefits, including:
- The AI algorithm can employ sensor fusion to use the data from one sensor to compensate for weaknesses in the data from other sensors.
- The AI algorithm can classify the relevance of each sensor to specific tasks and minimize or ignore data from sensors determined to be less important.
- Through continuous training at the edge or in the cloud, AI/ML algorithms can learn to identify changes in system behavior that were previously unrecognized.
- The AI algorithm can predict possible sources of failures, enabling preventative maintenance and improving overall productivity.
Sensor and Data Fusion Training Bootcamp Course by Tonex
Sensor and Data Fusion Training Bootcamp covers technologies, tools and methods to automatically manage multi sensor data filtering, aggregation, extraction and fusing data useful to intelligence analysts and war fighters.
Learn about application of artificial neural network technology to data fusion for target recognition, airborne target recognition, activity-based intelligence, C4ISR, Electronic Warfare (EW), radar and EO-IR thermal imaging sensors, missile defense, cyber warfare, air, space and maritime surveillance, net-centric warfare, Activity-based Intelligence, effects-based operations process control, proactive maintenance and industrial automation.
Data fusion is a data analysis technique that combines and correlates data about a single subject from different sources, to be able to derive additional insights and intelligence from that data.
The intelligence extracted from data fusion makes it easier for analysts to identify potential adversaries and their targets. By organizing and collecting large volumes of collected data, relevant patterns can be recognized using data fusion. The artificial neural network based fusion architectures are discussed along with multi-source and multi-sensor data fusion, alternative learning algorithms, parallel distributed processing, real-time automatic target recognition decisions based on performance, and large volumes of structured, unstructured data from disparate sources and low vs. high-level fusion.
Target
- Project managers, product managers
- software and systems engineers
- EW and TDL operators
- Scientists
- R&D
- military and law enforcement.
Sector
- Defense and military
- Intelligence and security
- Aerospace and aviation
- Cybersecurity
- Industrial automation
Area
- Multi-sensor data fusion for surveillance and reconnaissance
- Target recognition and tracking
- Air, space, and maritime monitoring
- Electronic Warfare (EW) and C4ISR
- Missile defense systems
- Predictive maintenance and industrial automation
- AI-assisted sensor fusion for decision support
Learning outcomes
- Define what data fusion approach is
- Identify the motivating factors behind data fusion
- Explain value proposition of data fusion
- Define the key features of data fusion and sensor integration
- List the functional requirements of multisensory fusion
- List the four pillars of data fusion and Multi-Sensor Data Fusion
- Understand what data fusion and its applications are
- List the principal components of data fusion systems
- Define Extracting, Transforming and Loading (ETL) operations
- Practice using the data fusion
- Select the right data fusion systems for your mission and application
- Assemble and manage information gathering and integration from a variety of sources
- Apply cutting-edge tools, methods and techniques for multi-sensor integration
- Explain application of multisensory fusion applied to identification, target tracking, net-centric, TDL, situational and threat assessment
Learning content
- Introduction to Data Fusion
- Principles of Sensor Fusion
- Real-time Sensor Fusion
- Multi-Sensor Data Fusion
- Multi-level Data Fusion Modeling
- Multi-Sensor Data Fusion Architecture, Design and Implementation
- Classification of Data Fusion Techniques
- Data Fusion and Activity-Based Intelligence (ABI)
Approach/method
Online
Duration
2 Days
Assessment
Yes
Certification
Yes
Date
Always available
Location
Online
Website
Course title: Processing IoT Hub data streams with Azure Stream Analytics
Target group: Junior Employee
Level: Foundations
Processing IoT Hub data streams with Azure Stream Analytics
Provider
Udemy
Description
In this 1-hour long project-based course, we will learn to create an IoT hub in the Azure cloud, register an IoT device within that IoT hub, send telemetry data from a raspberry pi web simulator to the IoT hub, create an Azure storage account and create stream analytics job with IoT hub as input and storage account as output so that we can store the sensor data on the Azure storage. Not only this, we will also see how we can perform queries and store specific telemetry data on the Azure storage. You must have some basic knowledge on working with Azure.
Target
- IT professionals, cloud developers, IoT enthusiasts, students with Azure experience
Sector
- Information Technology / Cloud Computing / IoT
Area
- Azure IoT, Cloud Data Analytics, Stream Processing, IoT Device Management
Learning outcomes
- Learn to create an IoT hub and register a device in IoT hub
- Learn to create stream analytics job with IoT hub as input and Azure storage as output
- Learn to use raspberry pi online simulator to send streaming data to the IoT hub
Learning content
- Introduction and create an Azure account
- Create and Configure an Azure IoT Hub
- Register a new device in the IoT hub and connect IoT hub to the raspberry pi simulator
- Practice task: Register a new device in iot hub
- Create an Azure Storage Account
- Create a stream analytics job with iot hub as input and storage as output
- Run the stream analytics job and work with queries
- Capstone Task : Create a new storage output on stream analytics and run the simulator
Approach/method
Online
Duration
1.5 hours
Assessment
No
Certification
Yes
Date
Always available
Location
Online
Website
Course title: Drone Mapping Essentials
Target group: Mid Level Employee
Level: Foundations
Drone Mapping Essentials
Provider
Uavcoach.com
Description
Climb higher in your drone career with our comprehensive drone mapping course. Led by industry expert Dylan Gorman, youāll gain the confidence and skills needed to navigate complex aerial mapping projects and capitalize on opportunities in this fast growing segment of the drone industry.
Target
- Aspiring and current drone pilots seeking to expand their service offerings.
- Professionals in fields such as construction, agriculture, surveying, and environmental science who wish to integrate drone mapping into their workflows.
- Entrepreneurs and freelancers interested in establishing or growing a drone mapping business.
Sector
- Construction and infrastructure
- Agriculture and land management
- Surveying and mapping
- Environmental monitoring
- Mining and resource management
- Urban planning and development
Area
- Aerial data collection using drones equipped with appropriate sensors.
- Data processing to generate accurate 2D maps and 3D models.
- Mission planning and execution, ensuring efficiency and safety.
- Understanding and applying industry-specific standards and regulations.
Learning outcomes
- Plan and execute drone mapping missions, considering factors like flight paths, altitude, and overlap.
- Capture high-quality georeferenced images suitable for mapping purposes.
- Process aerial imagery using photogrammetry software to create accurate maps and models.
- Interpret and analyze mapping outputs, applying them to real-world scenarios.
- Navigate regulatory requirements, ensuring compliance with aviation laws and industry standards.
- Market and deliver drone mapping services, building a professional portfolio and client base.
Learning content
- Introduction to Drone Mapping: History, evolution, and fundamental principles.
- Industry Applications: Exploring how various sectors utilize drone mapping.
- Equipment and Software Overview: Selecting the right tools for effective mapping.
- Flight Planning and Data Capture: Techniques for efficient and safe data collection.
- Data Processing and Analysis: Converting raw data into usable maps and models.
- Deliverables and Reporting: Creating outputs that meet client needs and industry standards.
- Business Development: Strategies for marketing and growing a drone mapping service.
Approach/method
Online
Duration
15-20 hours
Assessment
Yes
Certification
Yes
Date
Always available
Location
Online
Website
Course title: Introduction to Machine Learning Models (AI) Testing
Target group: Mid Level Employee
Level: Extended Know-How
Introduction to Machine Learning Models (AI) Testing
Provider
Udemy
Description
This course will introduce you to the World of Machine Learning Models Testing.
As AI continues to revolutionize industries, many companies are developing their own ML models to enhance their business operations. However, testing these models presents unique challenges that differ from traditional software testing. Machine Learning Model testing requires a deeper understanding of both data quality and model behavior, as well as the algorithms that power them.
This Course starts with explaining the fundamentals of the Artificial Intelligence & Machine Learning concepts and gets deep dive into testing concepts & Strategies for Machine Learning models with real time examples.
Below is high level of Agenda of the tutorial:
- Introduction to Artificial Intelligence
- Overview of Machine Learning Models and their Lifecycle
- Shift-Left Testing in the ML Engineering Phase
- QA Functional Testing in the ML Validation Phase
- API Testing Scope for Machine Learning Models
- Responsible AI Testing for ML Models
- Post-Deployment Testing Strategies for ML Models
Continuous Tracking and Monitoring Activities for QA in Production
Target
- QA Testers
- Software Engineers
- Software Testers
- Data Engineers
- Developers
- Test Managers
Sector
- Information Technology
- Artificial Intelligence & Machine Learning
Area
- Machine Learning Model Testing
- AI Quality Assurance
- Software & Data Validation
Learning outcomes
- Introduction to Artificial Intelligence and Machine Learning Models
- Understanding Lifecycle of Machine Learning Models and their testing Scope
- Shift-Left Testing in the ML Engineering Phase such as OverFitting & UnderFitting Testing
- QA Functional Testing in the ML Validation Phase with 25 different Testing types & Strategies
- API Testing Scope for Machine Learning Models with ChatGPT Model example
- Responsible AI Testing for Machine Learning Models such as Bias, Fairness, Ethical, Privacy Testing etc
- Post-Deployment Testing Strategies for ML Models such as DataDrift & Concept Drift testing
- Continuous Tracking and Monitoring Activities for QA in Production
Learning content
- Getting Started with Machine Learning Testing basics
- Early Testing Strategies in ML Model Engineering phase (Supervised Learning)
- Unsupervised Learning Models Testing in Engineering Phase
- Reinforcement Learning & Commonly used Frameworks and Algos in ML Models
- Functional Testing for Machine Learning Models in Evaluation Phase
- Introduction to API Testing on Machine Learning Models
- Responsible Al Testing with examples on Machine Learning (Al) Models
- Post Deployment Testing Types with examples on Machine Learning Models
- Final words – Impact of Machine Learning Models in QA Space
Approach/method
Online
Duration
5 hours on-demand video
Assessment
No
Certification
Yes
Date
Always available
Location
Online
Website
Course title: Problem Solving Using Computational Thinking
Target group: Junior Employee
Level: Awareness
Problem Solving Using Computational Thinking
Provider
online.umich.edu
Description
Have you ever heard that computers “think”? Believe it or not, computers really do not think. Instead, they do exactly what we tell them to do. Programming is, “telling the computer what to do and how to do it.”
Before you can think about programming a computer, you need to work out exactly what it is you want to tell the computer to do. Thinking through problems this way is Computational Thinking. Computational Thinking allows us to take complex problems, understand what the problem is, and develop solutions. We can present these solutions in a way that both computers and people can understand.
The course includes an introduction to computational thinking and a broad definition of each concept, a series of real-world cases that illustrate how computational thinking can be used to solve complex problems, and a student project that asks you to apply what they are learning about Computational Thinking in a real-world situation. This project will be completed in stages (and milestones) and will also include a final disaster response plan you’ll share with other learners like you. This course is designed for anyone who is just beginning programming, is thinking about programming or simply wants to understand a new way of thinking about problems critically. No prior programming is needed. The examples in this course may feel particularly relevant to a High School audience and were designed to be understandable by anyone.
Target
- Students and professionals who want to strengthen problem-solving and logical thinking skills.
- Beginners in engineering, computer science, data analysis, or AI.
- Anyone who wants to learn how to break complex problems into solvable parts.
Sector
- Computer Science & Software Engineering
- Information Technology & Data Analytics
- Education & Research in Problem Solving and Algorithms
- Artificial Intelligence & Machine Learning (as a foundation for algorithm understanding)
Area
- Systematic Problem Solving
- Computational & Algorithmic Thinking
- Designing solutions for real-world complex problems
- Problem analysis and logical decision-making
Learning outcomes
- To define Computational Thinking components including abstraction, problem identification, decomposition, pattern recognition, algorithms, and evaluating solutions
- To recognize Computational Thinking concepts in practice through a series of real-world case examples
- To develop solutions through the application of Computational Thinking concepts to real world problems
Learning content
- Introduction to Computational Thinking: basic concepts, algorithms, and logic.
- Problem Decomposition: breaking large problems into smaller, solvable parts.
- Problem-Solving Methods & Algorithms: search methods, optimization, and decision-making.
- Practical Applications: real-world examples and exercises in data science and engineering.
- Assessment & Feedback: step-by-step problem solving and evaluation of best solutions.
Approach/method
Online
Duration
5 weeks
Assessment
Yes
Certification
Yes
Date
Always available
Location
Online
Website