• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

3044 Software Development courses

Professional Certificate Course in Big Data Infrastructure in London 2024

4.9(261)

By Metropolitan School of Business & Management UK

Dive into the heart of Big Data Infrastructure, exploring storage systems, distributed file frameworks, and processing paradigms. This course provides a comprehensive understanding of key components like HDFS, Apache Spark, and Cassandra, offering insights into their architecture, use cases, and real-world applications. This course is a deep dive into the complex landscape of Big Data Infrastructure. From unravelling the architecture of Apache Spark to dissecting the benefits of distributed file systems, participants gain expertise in assessing, comparing, and implementing various Big Data storage and processing systems. Scalability, fault-tolerance, and industry-specific case studies add practical depth to theoretical knowledge. After the successful completion of this course, you will be able to: Understand the Components of Big Data Infrastructure, Including Storage Systems, Distributed File Systems, and Processing Frameworks. Identify the Characteristics and Benefits of Distributed File Systems Such as Hadoop Distributed File System (H.D.F.S). Describe the Architecture and Capabilities of Apache Spark and its Role in Big Data Processing. Recognise the Use Cases and Benefits of Apache Cassandra as a Distributed N..O.S.Q.L Database. Compare and Contrast Different Big Data Storage and Processing Systems Such as Hadoop, Spark, and Cassandra. Understand the Scalability and Fault-tolerance Mechanisms Used in Big Data Infrastructure, Such as Sharding and Replication. Appreciate the Challenges Associated with Deploying and Managing Big Data Infrastructure, Such as Hardware and Software Configuration and Security Considerations. Explore the intricacies of Big Data Infrastructure, from understanding storage systems to unraveling the nuances of distributed file frameworks and processing engines. Gain a comprehensive view of scalability, fault-tolerance mechanisms, and industry-specific challenges through engaging case studies. Equip yourself to navigate the dynamic landscape of Big Data with confidence and expertise. VIDEO - Course Structure and Assessment Guidelines Watch this video to gain further insight. Navigating the MSBM Study Portal Watch this video to gain further insight. Interacting with Lectures/Learning Components Watch this video to gain further insight. Big Data Infrastructure Self-paced pre-recorded learning content on this topic. Big Data Infrastructure Put your knowledge to the test with this quiz. Read each question carefully and choose the response that you feel is correct. All MSBM courses are accredited by the relevant partners and awarding bodies. Please refer to MSBM accreditation in about us for more details. There are no strict entry requirements for this course. Work experience will be an added advantage to understanding the content of the course. The certificate is designed to enhance the learner's knowledge in the field. This certificate is for everyone who is eager to know more and get updated on current ideas in their respective field. We recommend this certificate for the following audience. Big Data Infrastructure Engineer Hadoop Administrator Spark Developer Cassandra Database Administrator Big Data Solutions Architect Data Infrastructure Manager NoSQL Database Analyst Big Data Consultant Average Completion Time 2 Weeks Accreditation 3 CPD Hours Level Advanced Start Time Anytime 100% Online Study online with ease. Unlimited Access 24/7 unlimited access with pre-recorded lectures. Low Fees Our fees are low and easy to pay online.

Professional Certificate Course in Big Data Infrastructure in London 2024
Delivered Online On Demand14 days
£28

Database Design - A Modern Approach

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for students who need to learn database design essentials, typically in preparation for, or as a supplement to, a course on SQL such as SQL Querying: Fundamentals and courses on specific relational database platforms. Overview In this course, you will perform steps to design a relational database, including gathering requirements, data modeling, and planning implementation. You will: - Follow an efficient process for designing a relational database - Define the database conceptual model - Define the database logical model - Apply database normalization methods to improve the initial design of a database - Complete the database design, including controls to ensure its referential integrity and data integrity This course introduces you to a process for effectively planning and designing a functional, efficient database. Knowing how to plan a relational database is important to the success of the databases you create. Without planning, you cannot possibly know what the database needs to do, or even what information to include in the database. Planning a database is essential, and prevents the extra work of fixing data maintenance problems later on. The concepts are not specific to a particular software application and can be applied to any relational database management system. Getting Started with Relational Database Design Identify Database Components Identify Common Database Design Problems Follow a Database Design Process Gather Requirements Defining the Database Conceptual Model Create the Conceptual Model Identify Entity Relationships Defining the Database Logical Model Identify Columns Identify Primary Keys Identify and Diagram Relationships Normalizing Data Avoid Common Database Design Errors Comply with Higher Normal Forms Finalizing the Database Design Adapt the Physical Model for Different Systems Ensure Referential Integrity Ensure Data Integrity at the Column Level Ensure Data Integrity at the Table Level Design for the Cloud Additional course details: Nexus Humans Database Design - A Modern Approach training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Database Design - A Modern Approach course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Database Design - A Modern Approach
Delivered OnlineFlexible Dates
Price on Enquiry

Red Hat Application Development I: Programming in Java EE with exam (AD184)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for Java developers who want to learn more about the specifications that comprise the world of Java Enterprise Edition (Java EE). Overview As a result of attending this course, you should be able to describe most of the specifications in Java EE 7 and create a component with each specification. You will be able to convert a Java SE program into a multi-tiered Java EE application. You should be able to demonstrate these skills: Describe the architecture of multi-tiered Java EE applications. Package Java EE applications and deploy to Red Hat JBoss Enterprise Application Platform with various tools. Create an Enterprise Java Bean instance. Manage the persistence of data using Java Persistence API. Create a web service using JAX-RS. Properly apply context scopes to beans and inject resources into Java Beans. Store and retrieve messages using the Java Messaging Service. Secure a Java EE application. Red Hat Application Development I: Programming in Java EE with exam (AD184) exposes experienced Java Standard Edition (Java SE) developers to the world of Java Enterprise Edition (Java EE). This course is based on Red Hat© Enterprise Application Platform 7.0. This course is a combination of Red Hat Application Development I: Programming in Java EE (AD183) and Red Hat Certified Enterprise Application Developer Exam (EX183). In this course, you will learn about the various specifications that make up Java EE. Through hands-on labs, you will transform a simple Java SE command line application into a multi-tiered enterprise application using various Java EE specifications, including Enterprise Java Beans, Java Persistence API, Java Messaging Service, JAX-RS for REST services, Contexts and Dependency Injection (CDI), and JAAS for securing the application. Transition to multi-tiered applications Describe Java EE features and distinguish between Java EE and Java SE applications. Package and deploying applications to an application server Describe the architecture of a Java EE application server, package an application, and deploy the application to an EAP server. Create Enterprise Java Beans Develop Enterprise Java Beans, including message-driven beans. Manage persistence Create persistence entities with validations. Manage entity relationships Define and manage JPA entity relationships. Create REST services Create REST APIs using the JAX-RS specification. Implement Contexts and Dependency Injection Describe typical use cases for using CDI and successfully implement it in an application. Create messaging applications with JMS Create messaging clients that send and receive messages using the JMS API. Secure Java EE applications Use JAAS to secure a Java EE application. Comprehensive review of Red Hat JBoss Development I: Java EE Demonstrate proficiency of the knowledge and skills obtained during the course. Additional course details: Nexus Humans Red Hat Application Development I: Programming in Java EE with exam (AD184) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Red Hat Application Development I: Programming in Java EE with exam (AD184) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Red Hat Application Development I: Programming in Java EE with exam (AD184)
Delivered OnlineFlexible Dates
Price on Enquiry

CV852 IBM DB2 11 for zOS System Administration

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This is an intermediate course for system administrators, database administrators, and other technical individuals, who manage and implement DB2 10 for z/OS. Administrators of DB2 11 for z/OS can acquire a view of the architecture and fundamental processes required to manage a DB2 11 for z/OS subsystem. Course Outline Start and stop the DB2 subsystem Explain the allocation CLIST used at logon for DB2 data sets Use Set SYSPARM command Locate the Command recognition character for the DB2 subsystem Query the system log to gain knowledge about the IPL process and information in the system log when DB2 is initialized or stopped Explore DB2 Address Spaces information Select the DB2 functions that best satisfy your site requirements Explain the use of RACF for DB2 connection security Explain the use of Roles and Trusted Context Implement security procedures for a DB2 environment Describe the components and address space structure of a DB2 subsystem Explain DB2 Program Flow for all environments Invoke and use DB2 TSO Facilities Use the DB2 Catalog to monitor authorizations Increase the size of the Active Log data sets Explain DB2 Logging Use SET LOG SUSPEND and SET LOG RESUME Use DSNJU004 to Print Log Map Interpret the output of the Print Log Map Utility DSNJU004 Use DSNJU003 to rename DB2 data sets Plan for recovery of a BSDS failure Monitor and control DB2 Explain transaction flow in IMS and CICS Describe the CICS and DB2 environment Make use and implement the extended 10-byte RBA and LRSN

CV852 IBM DB2 11 for zOS System Administration
Delivered OnlineFlexible Dates
Price on Enquiry

The Project Manager's Value Add through Artificial Intelligence

By IIL Europe Ltd

The Project Manager's Value Add through Artificial Intelligence Do you know that Artificial Intelligence (AI) is all around you? Today, even small projects have more data than a project manager can effectively trend or digest. Artificial Intelligence can help you today. Implementing AI on a project and understanding how to use it effectively makes you a value add over those that do not use it. Project managers are leaders and leaders do what is best for the team. Artificial Intelligence will assist in demonstrating your value as a leader. The future of AI and projects is only bound by the imagination. What You Will Learn: How to use Artificial Intelligence on a project• It is not understanding 1s and 0s, it is understanding how to use AI How to get AI implemented on a project• AI and the future of project management

The Project Manager's Value Add through Artificial Intelligence
Delivered Online On Demand1 hour
£15

Design 2D Game Characters With Inkscape

By IOMH - Institute of Mental Health

Overview This Design 2D Game Characters With Inkscape course will unlock your full potential and will show you how to excel in a career in Design 2D Game Characters With Inkscape. So upskill now and reach your full potential. Everything you need to get started in Design 2D Game Characters With Inkscape is available in this course. Learning and progressing are the hallmarks of personal development. This Design 2D Game Characters With Inkscape will quickly teach you the must-have skills needed to start in the relevant industry. In This Design 2D Game Characters With Inkscape Course, You Will: Learn strategies to boost your workplace efficiency. Hone your Design 2D Game Characters With Inkscape skills to help you advance your career. Acquire a comprehensive understanding of various Design 2D Game Characters With Inkscape topics and tips from industry experts. Learn in-demand Design 2D Game Characters With Inkscape skills that are in high demand among UK employers, which will help you to kickstart your career. This Design 2D Game Characters With Inkscape course covers everything you must know to stand against the tough competition in the Design 2D Game Characters With Inkscape field.  The future is truly yours to seize with this Design 2D Game Characters With Inkscape. Enrol today and complete the course to achieve a Design 2D Game Characters With Inkscape certificate that can change your professional career forever. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Design 2D Game Characters With Inkscape course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Design 2D Game Characters With Inkscape course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Design 2D Game Characters With Inkscape course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Design 2D Game Characters With Inkscape is suitable for anyone aspiring to start a career in Design 2D Game Characters With Inkscape; even if you are new to this and have no prior knowledge on Design 2D Game Characters With Inkscape, this course is going to be very easy for you to understand.  And if you are already working in the Design 2D Game Characters With Inkscape field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Design 2D Game Characters With Inkscape course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Design 2D Game Characters With Inkscape course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Design 2D Game Characters With Inkscape course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Design 2D Game Characters With Inkscape course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Introduction and warming up! Introduction 00:02:00 Warming up create a sword and a shield 00:07:00 The theory of character design What makes a good character 00:06:00 My proven character design process 00:05:00 Get inspired! 00:05:00 The importance of sketching 00:03:00 Color theory in character design 00:07:00 Character proportion basics 00:05:00 Game character animation in Inkscape Robot character blueprint 00:12:00 Animation in Inkscape - Part 1. 00:07:00 Animation in Inkscape - Part 2. 00:10:00 Design characters in Inscape Ninja character blueprint 00:16:00 Skeleton warrior character blueprint 00:12:00 RPG warrior character blueprint - Part 1. 00:13:00 RPG warrior character blueprint - Part 2. 00:13:00 RPG warrior character blueprint - Part 3. 00:17:00 Additional tips and tricks about character design Modular character 00:05:00

Design 2D Game Characters With Inkscape
Delivered Online On Demand2 hours 25 minutes
£11.99

Learn Linux in 5 Days

By IOMH - Institute of Mental Health

Overview of Learn Linux in 5 Days Join our Learn Linux in 5 Days course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Learn Linux in 5 Days course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Learn Linux in 5 Days course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! This Learn Linux in 5 Days Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Learn Linux in 5 Days. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online — Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion – Digital / PDF Certificate After completing the Learn Linux in 5 Days course, you can order your CPD Accredited Digital/ PDF Certificate for £5.99. Certificate of Completion – Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Learn Linux in 5 Days is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand. On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level. This course has been developed with maximum flexibility and accessibility, making it ideal for people who don’t have the time to devote to traditional education. Requirements You don’t need any educational qualification or experience to enrol in the Learn Linux in 5 Days course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Learn Linux in 5 Days Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Unit 01: Overview Course Overview 00:03:00 Unit 02: Day 1 Background and Introduction 00:07:00 Linux Distributions 00:05:00 Installing VirtualBox on Windows 00:03:00 Installing VirtualBox on Mac 00:03:00 Installing Linux Using an Image for VirtualBox 00:05:00 VirtualBox Troubleshooting Tips 00:02:00 When to Install Linux from Scratch 00:15:00 Installing CentOS from Scratch / CentOS Manual Installation Process 00:23:00 Getting Connected 00:11:00 Connect Directly 00:02:00 Unit 03: Day 2 The Linux Directory Structure 00:10:00 The Shell 00:08:00 Basic Linux Commands 00:05:00 Teach Yourself to Fish 00:06:00 Working with Directories 00:09:00 Listing Files and Understanding LS Output 00:12:00 Unit 04: Day 3 File and Directory Permissions Explained - Part One 00:11:00 File and Directory Permissions Explained - Part Two 00:09:00 View Files and the Nano Editor 00:05:00 Editing Files in Vi 00:10:00 Editing Files with Emacs 00:06:00 Finding Files and Directories 00:07:00 Graphical Editors 00:04:00 Unit 05: Day 4 Deleting, Copying, Moving, and Renaming Files 00:11:00 Wildcards - Part One 00:05:00 Wildcards - Part Two 00:07:00 Input, Output, and Redirection 00:08:00 Comparing Files 00:04:00 Searching in Files and Using Pipes 00:10:00 Transferring and Copying Files over the Network 00:07:00 Customizing the Shell Prompt 00:05:00 Shell Aliases 00:04:00 Unit 06: Day 5 Environment Variables 00:08:00 Processes and Job Control 00:12:00 Scheduling Repeated Jobs with Cron 00:06:00 Switching Users and Running Commands as Others 00:08:00 Shell History and Tab Completion 00:13:00 Installing Software on RPM Based Linux Distros: RedHat, CentOS, AlmaLinux, Rocky 00:21:00 Installing Software on Debian Based Linux Distros: Debian, Ubuntu, Kali Linux 00:12:00 Conclusion - Congratulations and Thank You! 00:01:00 Unit 07: Addendum - Connecting to a Linux Virtual Machine over the Network Connecting to a Linux Virtual Machine over the Network 00:11:00 Unit 08: Bonus Bonus - Installing NGINX, MySQL, PHP, and WordPress on Ubuntu 00:09:00 Unit 09: Resources Resources 00:15:00

Learn Linux in 5 Days
Delivered Online On Demand5 hours 58 minutes
£10.99

Basic HTML 5

4.5(3)

By Studyhub UK

Dive into the digital realm with our 'Basic HTML 5' course. Engage with an exciting curriculum crafted meticulously to guide learners through the foundational concepts, starting with the rudiments of HTML and culminating with intricate CSS implementations. Whether you aim to mould webpages or breathe life into them with stunning designs, our content-rich modules unravel the secrets of web development in a structured manner. Learning Outcomes Understand the foundational principles of HTML and its significance in web development. Identify and employ various layout and inline elements effectively. Differentiate and utilise specific elements tailored for specific tasks. Grasp the essentials of CSS, laying the groundwork for advanced styling techniques. Implement and customise navigation styles, mastering the art of web aesthetics. Why buy this Basic HTML 5 course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Basic HTML 5 there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Basic HTML 5 course for? Beginners eager to embark on their web development journey. Design enthusiasts keen to integrate HTML with aesthetics. Bloggers and content creators aiming for a personalised web presence. Tech aficionados looking to understand web design basics. Entrepreneurs wishing to gain insights into website structuring. Prerequisites This Basic HTML 5 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Basic HTML 5 was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Web Developer: £30,000 - £50,000 Front-end Developer: £28,000 - £48,000 UI Designer: £32,000 - £52,000 Content Strategist: £29,000 - £49,000 Website Tester: £27,000 - £47,000 Digital Marketer: £26,000 - £46,000 Course Curriculum Basic HTML 5 Section 01: HTML Introduction 00:04:00 Section 02: Layout and Elements 00:09:00 Section 03: Inline Elements 00:07:00 Section 04: Specific Elements 00:05:00 Section 05: CSS Introduction 00:02:00 Section 06: CSS Implementation 00:07:00 Section 07: CSS Elements 00:03:00 Section 08: Borders and Backgrounds 00:10:00 Section 09: Navigation Styling 00:07:00 Section 10: Tips and Tricks 00:06:00 Assignment Assignment - Basic HTML 5 00:00:00

Basic HTML 5
Delivered Online On Demand1 hour
£10.99

Embedded C Programming Course

4.5(3)

By Studyhub UK

Embark on a Coding Odyssey: Unleash Your Potential with Embedded C Programming Course Dive into the heart of programming as we unveil the mysteries of Embedded C in our comprehensive course designed for both novices and coding enthusiasts. 'Embedded C Programming Course' is your passport to a world of limitless possibilities. From mastering the basics of C to navigating conditional executions, loops, arrays, pointers, and functions, this course is your roadmap to fluency in the language of coding. Our interactive modules, led by seasoned instructors, ensure that each concept is not just understood but absorbed, making your coding journey both engaging and effective. Learning Outcomes Acquire a solid foundation in C programming, from installing it on your computer to understanding characters and integers. Navigate conditional executions and loops with confidence, mastering if conditions, switch cases, for loops, and while loops. Delve into the intricacies of arrays, including creation, manipulation, and working with character arrays. Unlock the power of pointers, comprehending their role and functionality in the coding realm. Master the art of using functions, including global variables, returning values via pointers, and efficiently passing arrays. Why choose this Embedded C Programming Course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Embedded C Programming Course for? Aspiring programmers eager to delve into the world of embedded systems. Computer science students seeking a practical understanding of C programming. Tech enthusiasts looking to enhance their coding skills. Professionals aiming to pivot into embedded systems development. Individuals curious about the mechanics of conditional executions, loops, arrays, pointers, and functions in C programming. Career path Embedded Systems Developer: £30,000 - £60,000 C Programmer: £25,000 - £45,000 Software Engineer: £35,000 - £65,000 Firmware Developer: £40,000 - £70,000 Systems Architect: £45,000 - £75,000 Technical Consultant: £50,000 - £80,000 Prerequisites This Embedded C Programming Course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Embedded C Programming Course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Getting Started with C Install C on your computer 00:08:00 Addition of Numbers 00:10:00 Accepting Inputs with Scanf in C 00:05:00 Understanding Characters and Int in C 00:13:00 Division and MOD operators in C 00:06:00 Conditional Executions and Loops If Condition: Part 1 00:12:00 If Condition: Part 2 00:04:00 If Condition: Part 3 00:10:00 Switch Case 00:13:00 For Loop in C: Part 1 00:10:00 For Loop in C: Part 2 00:06:00 While Loop 00:08:00 Arrays in C Arrays: Part 1 00:12:00 Arrays: Part 2 00:09:00 Array Programs: Part 1 00:08:00 Array Programs: Part 2 00:12:00 Character Array in C 00:14:00 Character Array in C: Part 2 00:13:00 Character Array in C: Part 3 00:09:00 Convert int to String Array 00:11:00 Pointers and Functions Pointers: Part 1 00:17:00 Pointers: Part 2 00:09:00 Pointers: Part 3 00:08:00 Functions: Part 1 00:09:00 Functions: Part 2 00:09:00 Functions: Part 3 00:11:00 Functions: Part 4 00:10:00 Functions: Returning values via pointers 00:12:00 Functions: Global Variables and usage with functions 00:13:00 Passing Array to functions 00:06:00 Passing Char array (strings) to Functions 00:16:00 Downloadable Resources Resource - Embedded C Programming Course 00:00:00

Embedded C Programming Course
Delivered Online On Demand5 hours 13 minutes
£10.99

Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7

4.5(3)

By Studyhub UK

Do you want to master the essential mathematical skills for data science and machine learning? Do you want to learn how to apply statistics and probability to real-world problems and scenarios? If yes, then this course is for you! In this course, you will learn the advanced concepts and techniques of statistics and probability that are widely used in data science and machine learning. You will learn how to describe and analyse data using descriptive statistics, distributions, and probability theory. You will also learn how to perform hypothesis testing, regressions, ANOVA, and machine learning algorithms to make predictions and inferences from data. You will gain hands-on experience with practical exercises and projects using Python and R. Learning Outcomes By the end of this course, you will be able to: Apply descriptive statistics, distributions, and probability theory to summarise and visualise data Perform hypothesis testing, regressions, ANOVA, and machine learning algorithms to make predictions and inferences from data Use Python and R to implement statistical and machine learning methods Interpret and communicate the results of your analysis using appropriate metrics and visualisations Solve real-world problems and scenarios using statistics and probability Why choose this Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7 course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7 course for? This course is for anyone who wants to learn the advanced concepts and techniques of statistics and probability for data science and machine learning. This course is suitable for: Data scientists, machine learning engineers, and analysts who want to enhance their skills and knowledge Students and researchers who want to learn the mathematical foundations of data science and machine learning Professionals and managers who want to understand and apply data-driven decision making Hobbyists and enthusiasts who want to explore and learn from data Anyone who loves statistics and probability and wants to challenge themselves Career path Data Scientist (£35,000 - £55,000) Machine Learning Engineer (£40,000 - £60,000) Statistician (£35,000 - £55,000) Data Analyst (£40,000 - £60,000) Business Intelligence Analyst (£45,000 - £65,000) Senior Data Analyst (£50,000 - £70,000) Prerequisites This Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7 was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Endorsed Certificate of Achievement from the Quality Licence Scheme Learners will be able to achieve an endorsed certificate after completing the course as proof of their achievement. You can order the endorsed certificate for only £135 to be delivered to your home by post. For international students, there is an additional postage charge of £10. Endorsement The Quality Licence Scheme (QLS) has endorsed this course for its high-quality, non-regulated provision and training programmes. The QLS is a UK-based organisation that sets standards for non-regulated training and learning. This endorsement means that the course has been reviewed and approved by the QLS and meets the highest quality standards. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Course Curriculum Section 01: Let's get started Welcome! 00:02:00 What will you learn in this course? 00:06:00 How can you get the most out of it? 00:06:00 Section 02: Descriptive statistics Intro 00:03:00 Mean 00:06:00 Median 00:05:00 Mode 00:04:00 Mean or Median? 00:08:00 Skewness 00:08:00 Practice: Skewness 00:01:00 Solution: Skewness 00:03:00 Range & IQR 00:10:00 Sample vs. Population 00:05:00 Variance & Standard deviation 00:11:00 Impact of Scaling & Shifting 00:19:00 Statistical moments 00:06:00 Section 03: Distributions What is a distribution? 00:10:00 Normal distribution 00:09:00 Z-Scores 00:13:00 Practice: Normal distribution 00:04:00 Solution: Normal distribution 00:07:00 Section 04: Probability theory Intro 00:01:00 Probability Basics 00:10:00 Calculating simple Probabilities 00:05:00 Practice: Simple Probabilities 00:01:00 Quick solution: Simple Probabilities 00:01:00 Detailed solution: Simple Probabilities 00:06:00 Rule of addition 00:13:00 Practice: Rule of addition 00:02:00 Quick solution: Rule of addition 00:01:00 Detailed solution: Rule of addition 00:07:00 Rule of multiplication 00:11:00 Practice: Rule of multiplication 00:01:00 Solution: Rule of multiplication 00:03:00 Bayes Theorem 00:10:00 Bayes Theorem - Practical example 00:07:00 Expected value 00:11:00 Practice: Expected value 00:01:00 Solution: Expected value 00:03:00 Law of Large Numbers 00:08:00 Central Limit Theorem - Theory 00:10:00 Central Limit Theorem - Intuition 00:08:00 Central Limit Theorem - Challenge 00:11:00 Central Limit Theorem - Exercise 00:02:00 Central Limit Theorem - Solution 00:14:00 Binomial distribution 00:16:00 Poisson distribution 00:17:00 Real life problems 00:15:00 Section 05: Hypothesis testing Intro 00:01:00 What is a hypothesis? 00:19:00 Significance level and p-value 00:06:00 Type I and Type II errors 00:05:00 Confidence intervals and margin of error 00:15:00 Excursion: Calculating sample size & power 00:11:00 Performing the hypothesis test 00:20:00 Practice: Hypothesis test 00:01:00 Solution: Hypothesis test 00:06:00 T-test and t-distribution 00:13:00 Proportion testing 00:10:00 Important p-z pairs 00:08:00 Section 06: Regressions Intro 00:02:00 Linear Regression 00:11:00 Correlation coefficient 00:10:00 Practice: Correlation 00:02:00 Solution: Correlation 00:08:00 Practice: Linear Regression 00:01:00 Solution: Linear Regression 00:07:00 Residual, MSE & MAE 00:08:00 Practice: MSE & MAE 00:01:00 Solution: MSE & MAE 00:03:00 Coefficient of determination 00:12:00 Root Mean Square Error 00:06:00 Practice: RMSE 00:01:00 Solution: RMSE 00:02:00 Section 07: Advanced regression & machine learning algorithms Multiple Linear Regression 00:16:00 Overfitting 00:05:00 Polynomial Regression 00:13:00 Logistic Regression 00:09:00 Decision Trees 00:21:00 Regression Trees 00:14:00 Random Forests 00:13:00 Dealing with missing data 00:10:00 Section 08: ANOVA (Analysis of Variance) ANOVA - Basics & Assumptions 00:06:00 One-way ANOVA 00:12:00 F-Distribution 00:10:00 Two-way ANOVA - Sum of Squares 00:16:00 Two-way ANOVA - F-ratio & conclusions 00:11:00 Section 09: Wrap up Wrap up 00:01:00 Assignment Assignment - Statistics & Probability for Data Science & Machine Learning 00:00:00 Order your QLS Endorsed Certificate Order your QLS Endorsed Certificate 00:00:00

Advanced Diploma in Statistics & Probability for Data Science & Machine Learning at QLS Level 7
Delivered Online On Demand11 hours 27 minutes
£10.99