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

1914 Courses in Sheffield delivered On Demand

R Programming for Data Science

4.7(160)

By Janets

Register on the R Programming for Data Science today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The R Programming for Data Science is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The R Programming for Data Science Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the R Programming for Data Science, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Unit 01: Data Science Overview Introduction to Data Science 00:01:00 Data Science: Career of the Future 00:04:00 What is Data Science? 00:02:00 Data Science as a Process 00:02:00 Data Science Toolbox 00:03:00 Data Science Process Explained 00:05:00 What's Next? 00:01:00 Unit 02: R and RStudio Engine and coding environment 00:03:00 Installing R and RStudio 00:04:00 RStudio: A quick tour 00:04:00 Unit 03: Introduction to Basics Arithmetic with R 00:03:00 Variable assignment 00:04:00 Basic data types in R 00:03:00 Unit 04: Vectors Creating a vector 00:05:00 Naming a vector 00:04:00 Arithmetic calculations on vectors 00:07:00 Vector selection 00:06:00 Selection by comparison 00:04:00 Unit 05: Matrices What's a Matrix? 00:02:00 Analyzing Matrices 00:03:00 Naming a Matrix 00:05:00 Adding columns and rows to a matrix 00:06:00 Selection of matrix elements 00:03:00 Arithmetic with matrices 00:07:00 Additional Materials 00:00:00 Unit 06: Factors What's a Factor? 00:02:00 Categorical Variables and Factor Levels 00:04:00 Summarizing a Factor 00:01:00 Ordered Factors 00:05:00 Unit 07: Data Frames What's a Data Frame? 00:03:00 Creating Data Frames 00:20:00 Selection of Data Frame elements 00:03:00 Conditional selection 00:03:00 Sorting a Data Frame 00:03:00 Additional Materials 00:00:00 Unit 08: Lists Why would you need lists? 00:01:00 Creating a List 00:06:00 Selecting elements from a list 00:03:00 Adding more data to the list 00:02:00 Additional Materials 00:00:00 Unit 09: Relational Operators Equality 00:03:00 Greater and Less Than 00:03:00 Compare Vectors 00:03:00 Compare Matrices 00:02:00 Additional Materials 00:00:00 Unit 10: Logical Operators AND, OR, NOT Operators 00:04:00 Logical operators with vectors and matrices 00:04:00 Reverse the result: (!) 00:01:00 Relational and Logical Operators together 00:06:00 Additional Materials 00:00:00 Unit 11: Conditional Statements The IF statement 00:04:00 IFELSE 00:03:00 The ELSEIF statement 00:05:00 Full Exercise 00:03:00 Additional Materials 00:00:00 Unit 12: Loops Write a While loop 00:04:00 Looping with more conditions 00:04:00 Break: stop the While Loop 00:04:00 What's a For loop? 00:02:00 Loop over a vector 00:02:00 Loop over a list 00:03:00 Loop over a matrix 00:04:00 For loop with conditionals 00:01:00 Using Next and Break with For loop 00:03:00 Additional Materials 00:00:00 Unit 13: Functions What is a Function? 00:02:00 Arguments matching 00:03:00 Required and Optional Arguments 00:03:00 Nested functions 00:02:00 Writing own functions 00:03:00 Functions with no arguments 00:02:00 Defining default arguments in functions 00:04:00 Function scoping 00:02:00 Control flow in functions 00:03:00 Additional Materials 00:00:00 Unit 14: R Packages Installing R Packages 00:01:00 Loading R Packages 00:04:00 Different ways to load a package 00:02:00 Additional Materials 00:00:00 Unit 15: The Apply Family - lapply What is lapply and when is used? 00:04:00 Use lapply with user-defined functions 00:03:00 lapply and anonymous functions 00:01:00 Use lapply with additional arguments 00:04:00 Additional Materials 00:00:00 Unit 16: The apply Family - sapply & vapply What is sapply? 00:02:00 How to use sapply 00:02:00 sapply with your own function 00:02:00 sapply with a function returning a vector 00:02:00 When can't sapply simplify? 00:02:00 What is vapply and why is it used? 00:04:00 Additional Materials 00:00:00 Unit 17: Useful Functions Mathematical functions 00:05:00 Data Utilities 00:08:00 Additional Materials 00:00:00 Unit 18: Regular Expressions grepl & grep 00:04:00 Metacharacters 00:05:00 sub & gsub 00:02:00 More metacharacters 00:04:00 Additional Materials 00:00:00 Unit 19: Dates and Times Today and Now 00:02:00 Create and format dates 00:06:00 Create and format times 00:03:00 Calculations with Dates 00:03:00 Calculations with Times 00:07:00 Additional Materials 00:00:00 Unit 20: Getting and Cleaning Data Get and set current directory 00:04:00 Get data from the web 00:04:00 Loading flat files 00:03:00 Loading Excel files 00:05:00 Additional Materials 00:00:00 Unit 21: Plotting Data in R Base plotting system 00:03:00 Base plots: Histograms 00:03:00 Base plots: Scatterplots 00:05:00 Base plots: Regression Line 00:03:00 Base plots: Boxplot 00:03:00 Unit 22: Data Manipulation with dplyr Introduction to dplyr package 00:04:00 Using the pipe operator (%>%) 00:02:00 Columns component: select() 00:05:00 Columns component: rename() and rename_with() 00:02:00 Columns component: mutate() 00:02:00 Columns component: relocate() 00:02:00 Rows component: filter() 00:01:00 Rows component: slice() 00:04:00 Rows component: arrange() 00:01:00 Rows component: rowwise() 00:02:00 Grouping of rows: summarise() 00:03:00 Grouping of rows: across() 00:02:00 COVID-19 Analysis Task 00:08:00 Additional Materials 00:00:00

R Programming for Data Science
Delivered Online On Demand6 hours 32 minutes
£25

Vehicle Wrapping Course

5.0(1)

By Course Gate

Are you interested in learning Vehicle Wrapping, and have you been thinking 'Where can I find a Vehicle Wrapping Course near me?'. Well, you are at the right place. You can now learn all the basics of Vehicle Wrapping and its best practices from your home. Welcome to our comprehensive vehicle wrapping course solely dedicated to enthusiasts, beginners, and professionals who share a desire to transform automobiles into works of art. This course is designed to provide the skills and information you need to improve your car customisation game. Whether you are a DIY enthusiast or an aspiring professional, this training will meet your learning goals. Each session will gradually increase your knowledge of everything from fundamental automobile preparation to advanced vinyl wrapping techniques. Through this course, you will learn the fundamentals of vehicle care and the art of washing; car detailing essentials and the details of vinyl wrapping a hood; the art of wrapping different car panels, including doors, fenders, and rear quarters; Inlays, emblem, and badge removal techniques for a seamless finish; and Wrapping additional components such as trunks, side skirts, bumpers, and even side mirrors. In addition, you also learn invaluable tips and tricks, such as adding a buffer to the squeegee, cutting edges with precision, and utilising specialised tools like Knifeless Tape. These insights ensure you learn the techniques and adopt industry best practices. By the end of this course, you will be a knowledgeable automotive detailing and automobile wrapping expert. With competence in handling every panel, corner, and logo, you will be confident in transforming any car from ordinary to eye-catching. What are you waiting for? Dive deep into the vinyl wrapping course to unleash your imagination and let your creativity flow. Prepare to dazzle with your newly gained skills in automotive customising as you redefine vehicle aesthetics! What you will learn from this Vehicle Wrapping Course Fundamentals of vehicle care and washing techniques. Car detailing and preparation processes for effective wrapping. Proper usage of tools, including adding a buffer to the squeegee, cutting edges with precision, and utilising Knifeless Tape. Wrapping techniques for various automotive parts, including the hood, fenders, doors, rear quarter panels, trunks, side skirts, bumpers, front bumper, and mirrors. Removal and application techniques for various components, such as bumpers, headlights, door handles, emblems, and badges. Inlay creation and its appropriate use in vinyl wrapping. Tips for efficient material usage and cutting to save resources. Entry Requirement Anyone interested in learning more about this subject should take this Vehicle Wrapping Course. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The Vehicle Wrapping Course will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum Vehicle Wrapping Course Module 01: Vehicle Wash 00:04:00 Module 02: Car Detailing & Preparation of the vehicle 00:05:00 Module 03: How To Use The Squeegee 00:08:00 Module 04: How To Vinyl Wrap A Hood With Air Vents 00:04:00 Module 05: How To Remove Bumpers & Headlights 00:05:00 Module 06: How To Vinyl Wrap A Fender 00:07:00 Module 07: How To Cut The Vinyl Wrap Material For Each Panel To Save Material 00:05:00 Module 08: How To Remove The Door Handles 00:08:00 Module 09: How To Vinyl Wrap The Doors for Vehicle Wrapping 00:06:00 Module 10: Door Handle Vinyl Wrap for Vehicle Wrapping 00:08:00 Module 11: How To Wrap the Rear Quarter Panel for Vehicle Wrapping 00:08:00 Module 12: How To Make an Inlay and When To Use an Inlay for Vehicle Wrapping 00:05:00 Module 13: Trunk Vinyl Wrap for Vehicle Wrapping 00:07:00 Module 14: Side Skirts Vinyl Wrap for Vehicle Wrapping 00:09:00 Module 15: How to Remove the Roof Antenna for Vehicle Wrapping 00:10:00 Module 16: How To Vinyl Wrap the Roof for Vehicle Wrapping 00:06:00 Module 17: How To Vinyl Wrap The Rear Bumper for Vehicle Wrapping 00:08:00 Module 18: How To Vinyl Wrap The Front Bumper for Vehicle Wrapping 00:10:00 Module 19: Side Mirrors Vinyl Wrap for Vehicle Wrapping 00:11:00 Module 20: How to install the Emblems the correct way 00:09:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Vehicle Wrapping Course
Delivered Online On Demand2 hours 23 minutes
£11.99

Machine Learning in Flutter

4.7(160)

By Janets

Register on the Machine Learning in Flutter today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The Machine Learning in Flutter course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Machine Learning in Flutter Course Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Machine Learning in Flutter course, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Unit 01: Introduction Module 01: Course Curriculum 00:02:00 Unit 02: Image Picker and Camera Libraries Module 01: Image Picker Library for Flutter App Development 00:13:00 Module 02: Flutter Image Picker Application Testing 00:01:00 Module 03: Camera Package Setup for Flutter 00:04:00 Module 04: Flutter Camera Package Code 00:08:00 Unit 03: Firebase ML Kit Module 01: Firebase ML kit section Introduction 00:01:00 Module 02: Firebase ML Kit introduction 00:02:00 Unit 04: Image Labeling using ML Kit Module 01: Flutter Image Labeling Section Introduction 00:02:00 Module 02: Importing Starter code for image labeling 00:03:00 Module 03: Image labeling starter code explanation 00:06:00 Module 04: Creating firebase project for image labeling 00:06:00 Module 05: Adding Firebase ML Vision library in Flutter Application 00:10:00 Module 06: Testing Firebase Image labeling application 00:01:00 Module 07: Importing Image Labeling live feed application starter code 00:03:00 Module 08: Flutter Camera Package Code 00:06:00 Module 09: Flutter Image Labeling live feed application code 00:08:00 Module 10: Flutter Image labeling live feed application testing 00:01:00 Unit 05: Section Barcode Scanning Module 01: Flutter Barcode Scanning Section Introduction 00:02:00 Module 02: Importing Starter code for Flutter Barcode Scanning 00:03:00 Module 03: Flutter Barcode Scanning code 00:11:00 Module 04: Flutter Barcode Scanning Application Testing 00:01:00 Module 05: Flutter Barcode Scanning Live Feed Application code 00:08:00 Module 06: Flutter Barcode Scanning Live feed Application Testing 00:01:00 Unit 06: Section Text Recognition Module 01: Flutter Text Recognition Section Introduction 00:01:00 Module 02: Importing Starter code for Flutter Text Recognition 00:03:00 Module 03: Writing Flutter Text Recognition Code 00:09:00 Module 04: Testing Flutter Text Recognition Application 00:01:00 Unit 07: Section Face Detection Module 01: Flutter Face Detection Section Introduction 00:02:00 Module 02: Flutter Face Detection Application Flow 00:01:00 Module 03: Flutter Face Detection code 00:06:00 Module 04: Flutter drawing rectangles around detected faces 00:05:00 Unit 08: Pretrained Tensorflow lite models Module 01: Pretrained Tensorflow lite models Section Introduction 00:02:00 Unit 09: Section Image Classification Module 01: Flutter Image classification Section introduction 00:02:00 Module 02: Importing Starter code for Flutter Image classification application 00:03:00 Module 03: Starter code explanation for Flutter Image classification 00:06:00 Module 04: Writing flutter image classification code 00:13:00 Module 05: Testing flutter image classification application 00:02:00 Module 06: Importing Flutter live feed Image classification application starter code 00:03:00 Module 07: Starter code explanation of Flutter Live feed Image classification application 00:05:00 Module 08: Writing Flutter Image classification code 00:11:00 Module 09: Testing live feed image classification flutter application 00:01:00 Unit 10: Section object detection Module 01: Flutter Object detection section introduction 00:02:00 Module 02: Importing Application code object detection flutter 00:05:00 Module 03: Flutter Object detection code 00:13:00 Module 04: Flutter Drawing Rectangles around detected objects 00:04:00 Module 05: Importing the code for live feed object detection flutter application 00:02:00 Module 06: Testing object detection live feed flutter application 00:01:00 Module 07: Flutter Live feed object detection application code 00:10:00 Unit 11: Section human pose estimation Module 01: Flutter Pose estimation section introduction 00:02:00 Module 02: Importing Flutter Pose estimation Application code 00:04:00 Module 03: Flutter Pose estimation code 00:10:00 Module 04: Importing pose estimation live feed flutter application code 00:02:00 Module 05: Flutter Live feed pose estimation application demo 00:09:00 Module 06: Using PoseNet model for Flutter Live feed pose estimation application 00:08:00 Unit 12: Image segmentation section Module 01: Flutter Image Segmentation Section Introduction 00:02:00 Module 02: Importing Flutter Image Segmentation Application code 00:03:00 Module 03: Flutter using DeepLab model for image segmentation 00:09:00 Unit 13: Section Training Image Classification Models Module 01: Section Introduction 00:02:00 Module 02: Machine Learning and Image classification 00:02:00 Unit 14: Dog Breed Classification Module 01: Flutter getting the dataset for model training 00:05:00 Module 02: Flutter Training the model 00:06:00 Module 03: Flutter Dog Breed Classification Application 00:18:00 Module 04: Flutter Live feed dog breed classification application 00:03:00 Module 05: Testing live feed dog breed classification application 00:01:00 Unit 15: Fruits Recognition using Transfer Learning Module 01: Transfer learning introduction 00:02:00 Module 02: Flutter getting the dataset for model training 00:05:00 Module 03: Flutter Training fruit recognition model 00:09:00 Module 04: Flutter Testing Live feed fruits recognition application 00:01:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Machine Learning in Flutter
Delivered Online On Demand5 hours 19 minutes
£25

Advanced Diploma in User Experience UI/UX Design

4.9(27)

By Apex Learning

Course Overview: The demand for User Experience (UX) and User Interface (UI) designers is skyrocketing. Our Advanced Diploma in User Experience UI/UX Design is a comprehensive program that equips you with the knowledge and skills to craft seamless and user-centric designs that leave a lasting impact.Through a series of thoughtfully designed modules, learners will not only gain an understanding of UX/UI but also the dynamics of the Web Industry, Graphic Design implications, and the intricate details of UX Design, followed by an extensive dive into UI Design and Optimization techniques. Ultimately, the course incorporates a holistic understanding of the Careers in UX/UI, empowering students to venture confidently into this promising field.Enrol in this Advanced Diploma in User Experience UI/UX Design course today and start your journey to a successful career in UX or UI design! Key Features of the Course: CPD Certification 24/7 Learning Assistance Interesting Learning Materials Who is This Course For? This Advanced Diploma in User Experience UI/UX Design course is ideal for aspiring UX/UI designers, web developers, graphic designers, product managers, and professionals looking to enhance their design skills. Whether you are a beginner or have some experience in design, this course will help you develop a solid foundation and master the intricacies of UX/UI design. What You Will Learn: In the first part of the Advanced Diploma in User Experience UI/UX Design course, you will dive into the fundamentals, including the difference between UX and UI, the roles and responsibilities of designers in a team, and an overview of the web development process. You will also explore the psychology of colour, working with fonts and icons, and the essential tools and techniques used in graphic design. Moving forward, you will uncover the core principles of UX design, learn how to analyse user profiles, identify pain points, and create user personas. You will gain insights into customer journeys, sales funnels, and the principles of influence. Through hands-on projects, you will develop skills in creating storyboards, mood boards, and information architecture. In the latter part of the course, you will focus on wireframing, prototyping, and testing, ensuring your designs are user-friendly and intuitive. You will learn about usability reports, the "Above the Fold" rule, and optimisation using analytics and heat maps. The course also provides valuable guidance on launching a UX/UI design career, including freelancing, personal branding, and building a professional website. Why Enrol in This Course: Join thousands of satisfied learners who highly rated this Advanced Diploma in User Experience UI/UX Design course for its comprehensive curriculum and effective approach. Benefit from up-to-date industry insights and the latest design trends, ensuring you stay ahead of the curve. UX/UI design is one of the fastest-growing fields, offering abundant job opportunities and career growth potential. Develop your design thinking and problem-solving skills, unleashing your creative potential to craft extraordinary user experiences. Requirements: Enrolling in this Advanced Diploma in User Experience UI/UX Design course requires a basic understanding of design concepts and access to a computer with an internet connection. No prior coding or design experience is required. Career Path: Upon completing this Advanced Diploma in User Experience UI/UX Design course, you will be well-prepared for a range of exciting career opportunities, including: UX/UI Designer (£35,000 - £55,000 per annum) Web Developer (£30,000 - £45,000 per annum) Graphic Designer (£25,000 - £40,000 per annum) Product Manager (£40,000 - £70,000 per annum) UX Researcher (£35,000 - £50,000 per annum) Interaction Designer (£35,000 - £60,000 per annum) User Experience Architect (£45,000 - £75,000 per annum) Certification: Upon completing the Advanced Diploma in User Experience UI/UX Design course, you will receive a CPD certificate, widely recognised as a mark of excellence in the professional development of individuals. Enrol today and join the ranks of successful designers who have harnessed the power of user-centric design to create remarkable digital experiences. Course Curriculum 9 sections • 112 lectures • 12:52:00 total length •Learn UX/UI Course Overview: 00:05:00 •Section Overview: 00:04:00 •UX vs UI: 00:04:00 •UX/UI Designer Marketplace: 00:05:00 •Overview of UX Roles: 00:06:00 •Web Industry Section Overview: 00:03:00 •The Phases of Web Development: 00:13:00 •Designer Responsibilities (working in a team): 00:09:00 •Roles & Descriptions (working in a team): 00:05:00 •Agile Approach To Project Management: 00:12:00 •Scrum - Flexible Framework: 00:06:00 •Project Management Apps: 00:13:00 •XD Lesson - Introduction: 00:13:00 •Graphic Design Section Overview: 00:02:00 •The Psychology of Color: 00:13:00 •Color Wheel & Color Schemes: 00:06:00 •Working with Fonts: 00:10:00 •Working With Icons: 00:04:00 •XD Lesson - Tools, Object Manipulation and Components: 00:13:00 •XD Lesson - Font Styles and Artboard Settings: 00:07:00 •Graphic Design Software Tools: 00:03:00 •Adobe XD lesson 4 - Icons & Vector Graphics: 00:14:00 •UX Design Section Overview: 00:04:00 •What is User Experience Design? (UX): 00:09:00 •UX Design Process: 00:03:00 •The UX Analysis Process: 00:08:00 •Working with User Profiles: 00:03:00 •Understanding User Pain Points: 00:03:00 •XD Lesson 5 Class Project: Сompetitive Analysis: 00:10:00 •Developing a Persona Part 1: 00:05:00 •Developing a Persona Part 2: 00:05:00 •Customer Journey: 00:04:00 •Customer Journey vs Sales Funnel: 00:04:00 •3 Phases of a Sales Funnel: 00:07:00 •4 Stages of a Sales Funnel: 00:06:00 •Macro/Micro Conversions: 00:05:00 •Stages of Market Sophistication: 00:06:00 •Lead Generation Funnel: 00:06:00 •Digital Product Sales Funnel: 00:05:00 •7 Principles of Influence: 00:12:00 •Age Based Influence Triggers: 00:06:00 •Gender Influence Triggers: 00:06:00 •Interest Based Marketing: 00:04:00 •Understanding User Flow: 00:08:00 •XD Lesson 6 Class Project: Userflow - Your first UX deliverable: 00:07:00 •Working with Story Boards: 00:05:00 •XD Lesson 7 Class Project: Crafting a Story board: 00:09:00 •Working with Moodboards: 00:04:00 •XD Lesson 8 Class Project: Creating Moodboard: 00:11:00 •Sitemap & Information Architecture: 00:07:00 •XD Lesson - Class Project: App Architecture: 00:09:00 •Low and Hi Fidelity Wireframes: 00:03:00 •XD Lesson - Class Project: Login Screen Wireframe Using Material Design: 00:08:00 •Working with Prototypes: 00:04:00 •XD Lesson - Class Project: Home Screen Wireframe and Linking: 00:07:00 •XD Lesson - Class Project: Adding Interaction to Wireframes: 00:10:00 •Testing and Evaluating: 00:11:00 •UX Deliverables: 00:03:00 •UX Design Conclusion: 00:01:00 •UI Design Section Overview: 00:03:00 •UI Design Overview: 00:03:00 •Types of Interfaces: 00:10:00 •Landing Pages Overview: 00:10:00 •XD Lesson - Using Grids in XD: 00:08:00 •XD Lesson - Single Card design: 00:13:00 •UI Controls: 00:07:00 •UI Components: 00:12:00 •Navigational Components: 00:12:00 •Header Design Overview: 00:07:00 •XD Lesson - Mobile & Desktop: Header Design: 00:10:00 •XD Lesson - Mobile & Desktop: Dropdown Design: 00:06:00 •Common Layouts Overview: 00:08:00 •XD Lesson - Common Layouts: 00:07:00 •Mobile & Desktop Footer Design Overview: 00:07:00 •XD Lesson - Mobile & Desktop: Footer Design: 00:06:00 •Mobile & Desktop Button Design Overview: 00:05:00 •XD Lesson - Mobile & Desktop: Button Design: 00:10:00 •XD Lesson - Mobile & Desktop: Input Design: 00:07:00 •Mobile & Desktop Filter Search Bar Design Overview: 00:06:00 •Adobe XD Lesson - Mobile & Desktop: Filter Design: 00:07:00 •Adobe XD Lesson - Mobile & Desktop: Search Design: 00:03:00 •UI Kit Overview: 00:05:00 •Adobe XD Lesson - Desktop and Mobile: UI Kit: 00:06:00 •Microinteractions Overview: 00:05:00 •Adobe XD lesson - Microinteractions: 00:07:00 •Optimization Section Overview: 00:02:00 •Feedback Review & Getting Referrals: 00:04:00 •'Above the Fold' Rule: 00:04:00 •Adobe XD lesson - Designing a Powerful Above the Fold: 00:08:00 •Using Analytics For Optimization: 00:05:00 •Heat Maps & Element Placements: 00:04:00 •Crafting A Usability Report Overview: 00:08:00 •Adobe XD lesson - Crafting Reports in XD: 00:20:00 •Careers in UX/UI Section Overview: 00:06:00 •Your Daily Productivity Hub: 00:14:00 •How To Start Freelancing: 00:08:00 •Client Consulting: 00:04:00 •Building a Brand: 00:10:00 •Personal Branding: 00:06:00 •The Importance of Having a Website: 00:08:00 •Creating a Logo: 00:05:00 •Step by Step Website Setup: 00:17:00 •UI Templates: 00:06:00 •Logo Templates: 00:04:00 •Creating a Business Email: 00:06:00 •Networking Do's and Don'ts: 00:04:00 •Top Freelance Websites: 00:10:00 •UX/UI Project Scope Questions: 00:10:00 •Laser Focus & Productivity Tools: 00:06:00 •The Places to Find UX Jobs: 00:05:00 •Resources - Advanced Diploma in User Experience UI/UX Design: 00:00:00 •Assignment - Advanced Diploma in User Experience UI/UX Design: 00:00:00

Advanced Diploma in User Experience UI/UX Design
Delivered Online On Demand12 hours 52 minutes
£12

Machine Learning Masterclass

By Study Plex

Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Welcome to the course Introduction 00:02:00 Setting up R Studio and R crash course Installing R and R studio 00:05:00 Basics of R and R studio 00:10:00 Packages in R 00:10:00 Inputting data part 1: Inbuilt datasets of R 00:04:00 Inputting data part 2: Manual data entry 00:03:00 Inputting data part 3: Importing from CSV or Text files 00:06:00 Creating Barplots in R 00:13:00 Creating Histograms in R 00:06:00 Basics of Statistics Types of Data 00:04:00 Types of Statistics 00:02:00 Describing the data graphically 00:11:00 Measures of Centers 00:07:00 Measures of Dispersion 00:04:00 Introduction to Machine Learning Introduction to Machine Learning 00:16:00 Building a Machine Learning Model 00:08:00 Data Preprocessing for Regression Analysis Gathering Business Knowledge 00:03:00 Data Exploration 00:03:00 The Data and the Data Dictionary 00:07:00 Importing the dataset into R 00:03:00 Univariate Analysis and EDD 00:03:00 EDD in R 00:12:00 Outlier Treatment 00:04:00 Outlier Treatment in R 00:04:00 Missing Value imputation 00:03:00 Missing Value imputation in R 00:03:00 Seasonality in Data 00:03:00 Bi-variate Analysis and Variable Transformation 00:16:00 Variable transformation in R 00:09:00 Non Usable Variables 00:04:00 Dummy variable creation: Handling qualitative data 00:04:00 Dummy variable creation in R 00:05:00 Correlation Matrix and cause-effect relationship 00:10:00 Correlation Matrix in R 00:08:00 Linear Regression Model The problem statement 00:01:00 Basic equations and Ordinary Least Squared (OLS) method 00:08:00 Assessing Accuracy of predicted coefficients 00:14:00 Assessing Model Accuracy - RSE and R squared 00:07:00 Simple Linear Regression in R 00:07:00 Multiple Linear Regression 00:05:00 The F - statistic 00:08:00 Interpreting result for categorical Variable 00:05:00 Multiple Linear Regression in R 00:07:00 Test-Train split 00:09:00 Bias Variance trade-off 00:06:00 Test-Train Split in R 00:08:00 Regression models other than OLS Linear models other than OLS 00:04:00 Subset Selection techniques 00:11:00 Subset selection in R 00:07:00 Shrinkage methods - Ridge Regression and The Lasso 00:07:00 Ridge regression and Lasso in R 00:12:00 Classification Models: Data Preparation The Data and the Data Dictionary 00:08:00 Importing the dataset into R 00:03:00 EDD in R 00:11:00 Outlier Treatment in R 00:04:00 Missing Value imputation in R 00:03:00 Variable transformation in R 00:06:00 Dummy variable creation in R 00:05:00 The Three classification models Three Classifiers and the problem statement 00:03:00 Why can't we use Linear Regression? 00:04:00 Logistic Regression Logistic Regression 00:08:00 Training a Simple Logistic model in R 00:03:00 Results of Simple Logistic Regression 00:05:00 Logistic with multiple predictors 00:02:00 Training multiple predictor Logistic model in R 00:01:00 Confusion Matrix 00:03:00 Evaluating Model performance 00:07:00 Predicting probabilities, assigning classes and making Confusion Matrix in R 00:06:00 Linear Discriminant Analysis Linear Discriminant Analysis 00:09:00 Linear Discriminant Analysis in R 00:09:00 K-Nearest Neighbors Test-Train Split 00:09:00 Test-Train Split in R 00:08:00 K-Nearest Neighbors classifier 00:08:00 K-Nearest Neighbors in R 00:08:00 Comparing results from 3 models Understanding the results of classification models 00:06:00 Summary of the three models 00:04:00 Simple Decision Trees Basics of Decision Trees 00:10:00 Understanding a Regression Tree 00:10:00 The stopping criteria for controlling tree growth 00:03:00 The Data set for this part 00:03:00 Importing the Data set into R 00:06:00 Splitting Data into Test and Train Set in R 00:05:00 Building a Regression Tree in R 00:14:00 Pruning a tree 00:04:00 Pruning a Tree in R 00:09:00 Simple Classification Tree Classification Trees 00:06:00 The Data set for Classification problem 00:01:00 Building a classification Tree in R 00:09:00 Advantages and Disadvantages of Decision Trees 00:01:00 Ensemble technique 1 - Bagging Bagging 00:06:00 Bagging in R 00:06:00 Ensemble technique 2 - Random Forest Random Forest technique 00:04:00 Random Forest in R 00:04:00 Ensemble technique 3 - GBM, AdaBoost and XGBoost Boosting techniques 00:07:00 Gradient Boosting in R 00:07:00 AdaBoosting in R 00:09:00 XGBoosting in R 00:16:00 Maximum Margin Classifier Content flow 00:01:00 The Concept of a Hyperplane 00:05:00 Maximum Margin Classifier 00:03:00 Limitations of Maximum Margin Classifier 00:02:00 Support Vector Classifier Support Vector classifiers 00:10:00 Limitations of Support Vector Classifiers 00:01:00 Support Vector Machines Kernel Based Support Vector Machines 00:06:00 Creating Support Vector Machine Model in R The Data set for the Classification problem 00:01:00 Importing Data into R 00:08:00 Test-Train Split 00:09:00 Classification SVM model using Linear Kernel 00:16:00 Hyperparameter Tuning for Linear Kernel 00:06:00 Polynomial Kernel with Hyperparameter Tuning 00:10:00 Radial Kernel with Hyperparameter Tuning 00:06:00 The Data set for the Regression problem 00:03:00 SVM based Regression Model in R 00:11:00 Assessment Assessment - Machine Learning Masterclass 00:10:00 Certificate of Achievement Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Machine Learning Masterclass
Delivered Online On Demand
£19

Management of Accounts Receivable Course

5.0(2)

By Training Express

Managing accounts receivable isn't just about chasing invoices—it’s about mastering the flow of cash with the finesse of a financial conductor. This course takes you through the art and strategy behind credit control, client invoicing, and debt recovery without ever sounding like a textbook. Whether you’re polishing up your knowledge or stepping into the finance game with a keen eye, we’ve built this for the sharp-minded professional who knows every penny delayed is more than just a minor inconvenience. Expect a clear, structured approach to understanding how receivables shape business health and how to keep them in check. Learn how to minimise overdue payments, improve cash flow forecasting, and create smoother client transactions—without feeling like you’re lost in spreadsheets. If you're after savvy financial control without the fluff, this course is your ledger-friendly companion. Key Features CPD Accredited FREE PDF + Hardcopy certificate Fully online, interactive course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum Module 01 : Introduction to Accounts Receivable Management Module 02 : Credit Policies and Procedures Module 03 : Billing and Invoicing Module 04 : Receivables Collection Strategies Module 05 : Cash Application and Reconciliation Module 06 : Accounts Receivable Technologies and Trends Learning Outcomes: Analyse and implement efficient credit policies. Streamline billing and invoicing procedures. Develop effective receivables collection strategies. Master the art of cash application and reconciliation. Stay updated with the latest Accounts Receivable technologies and trends. Enhance your financial management skills for a competitive edge. Accreditation This course is CPD Quality Standards (CPD QS) accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Finance professionals Business owners and managers Accountants Financial analysts Administrative professionals Anyone interested in financial management Graduates seeking to enhance their financial knowledge Those looking to advance their career in finance Career path Credit Manager Financial Analyst Accounts Receivable Specialist Finance Manager Business Owner Accounting Clerk Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Management of Accounts Receivable Course
Delivered Online On Demand1 hour
£12

Credit Control Mastery Bundle: Enhance Financial Management and Debt Recovery Skills Course

5.0(2)

By Training Express

Struggling with overdue invoices and cash flow headaches? The Credit Control Mastery Bundle is your strategic edge in managing credit wisely and reclaiming control over your finances. Designed with sharp insight into the challenges businesses face, this course bundle offers an intelligent approach to debt recovery and credit management—without drowning you in jargon or theory. Expect straight-talking lessons that equip you to handle overdue accounts, reduce financial risk, and keep your bottom line looking far more cheerful. This isn't about lofty ideas or endless slideshows—it’s about sharpening your ability to assess creditworthiness, communicate with debtors effectively, and put structure into your systems. Whether you're navigating small business finances or managing accounts for a larger operation, this bundle helps you stay steps ahead in credit strategy. With clear, actionable knowledge tailored for the digital learning space, you’ll learn how to maintain a healthy cash flow while keeping things civil with clients who owe you. Key Features of Credit Control Mastery Bundle CPD Accredited Credit Control Mastery Course Instant PDF certificate Fully online, interactive Credit Control Masterycourse Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Enrol now in this Credit Control Mastery Bundle course to excel! To become successful in your profession, you must have a specific set of Credit Control Mastery skills to succeed in today's competitive world. In this in-depth Credit Control Masterytraining course, you will develop the most in-demand Credit Control Mastery skills to kickstart your career, as well as upgrade your existing knowledge & skills. Credit Control Mastery Curriculum Financial Controller Training Module 01: The Concept of Financial Controller Module 02: Financial Statement Module 03: Financial Analysis Module 04: Ratio Analysis Module 05: Planning, Budgeting and Forecasting Module 06: Budgetary Control Module 07: Internal Control and Cash Module 08: Strategic Management Decision Module 09: Financial Audit Budget & Forecast Unit 01: Introduction Unit 02: Detail Budget Requirement Unit 03: Process of Making Budget Debt Management Module 01: Introduction to Debt Management Module 02: Long Term and Short Term Debt Module 03: Identifying Your Debt Module 04: Debt Management Plan Module 05: Debt Assessment Module 06: Debt Financing Module 07: Building Budget Module 08: Debt Counselling Module 09: When Is Debt Good? Module 10: Avoiding Debt Problems Module 11: How to Handle Debt Collectors Module 12: How to Get Out of Debt Module 13: Dealing with Bankruptcy and Insolvency Module 14: Laws and Regulations Accreditation This Credit Control Mastery bundle courses are CPD accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Credit Control Mastery course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). CPD 30 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This course is ideal for all employees or anyone who genuinely wishes to learn more about Credit Control Mastery basics. Requirements No prior degree or experience is required to enrol in this course. Career path This Credit Control Mastery Course will help you to explore avariety of career paths in the related industry. Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hardcopy Certificate Hard copy certificate - Included Hardcopy Certificate (UK Delivery): For those who wish to have a physical token of their achievement, we offer a high-quality, printed certificate. This hardcopy certificate is also provided free of charge. However, please note that delivery fees apply. If your shipping address is within the United Kingdom, the delivery fee will be only £3.99. Hardcopy Certificate (International Delivery): For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10.

Credit Control Mastery Bundle: Enhance Financial Management and Debt Recovery Skills Course
Delivered Online On Demand1 hour
£21

Business Analysis Course Level 5

5.0(1)

By Course Gate

Fast track your career as a business analyst and get step-by-step training on how to assess organisational needs and requirements with the Business Analysis course. In this course, you will learn how to identify a business's needs and gain a solid understanding of process improvement. The role and responsibilities of a business analyst will also be explored in detail, as well as a breakdown of the improvement cycle. On successful completion, you will have a solid understanding of how to think strategically to be able to manage organisational change. This course is ideal for aspiring business analysts who want to gain a better understanding of the key concepts and principles of business analysis and develop the skills to kick-start their career. Learning Objectives Be able to accurately define a business's needs to boost project success Gain a solid understanding of the business improvement cycle Develop your skills in strategic thinking, communication and problem-solving Learn the fundamental principles of stakeholder management Understand the basics of budgeting and cash flow analysis Familiarise with the different stages in business analysis Get step-by-step training on how to write a business analysis report Learn how to establish realistic long-term organisational goals Discover a wide range of business analysis techniques and tools Who is this Course for? This certificate in Business Analysis is ideal for aspiring business analysts, project managers or professionals who are new to the field and wish to fine-tune their skills and knowledge to accelerate their professional development. Our distance learning courses include specially designed training units to ensure quality, flexible studying. This course is ideal for aspiring business analysts who want to gain a better understanding of the key concepts and principles of business analysis and develop the skills to kick-start their career. No prior knowledge or experience is necessary to take this course. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the course. A good understanding of the English language, numeracy and ICT are required to attend this course. Certificate of Completion from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career Path This Business Analysis course is a stepping stone to work your up to becoming a successful business analyst. Career opportunities and roles in this field include: Strategy & Business Analyst Junior Business Analyst Technical Business Analyst Course Curriculum Module 01: What is Business Analysis? What is Business Analysis? 00:10:00 Assessment Module 1 Module 01 Final Quiz Exam - Business Analysis 00:10:00 Module 02: Breaking Down the Different Levels of Business Analysis Breaking Down the Different Levels of Business Analysis 00:10:00 Assessment Module 2 Module 02 Final Quiz Exam - Business Analysis 00:10:00 Module 03: Business Analysis Key Concepts Business Analysis Key Concepts 00:05:00 Assessment Module 3 Module 03 Final Quiz Exam - Business Analysis 00:10:00 Module 04: Business Analysis Planning and Monitoring Business Analysis Planning and Monitoring 00:10:00 Assessment Module 4 Module 04 Final Quiz Exam - Business Analysis 00:10:00 Module 05: Elicitation and Collaboration Elicitation and Collaboration 00:10:00 Assessment Module 5 Module 05 Final Quiz Exam - Business Analysis 00:10:00 Module 06: Requirements Life Cycle Management Requirements Life Cycle Management 00:15:00 Assessment Module 6 Module 06 Final Quiz Exam - Business Analysis 00:10:00 Module 07: Strategy Analysis Strategy Analysis 00:15:00 Assessment Module 7 Module 07 Final Quiz Exam - Business Analysis 00:10:00 Module 08: Requirements Analysis and Design Definition Requirements Analysis and Design Definition 00:15:00 Assessment Module 8 Module 08 Final Quiz Exam - Business Analysis 00:10:00 Module 09: Solution Evaluation Solution Evaluation 00:10:00 Assessment Module 9 Module 09 Final Quiz Exam - Business Analysis 00:10:00 Module 10: Investigation Techniques Investigation Techniques 00:00:00 Assessment Module 10 Module 10 Final Quiz Exam - Business Analysis 00:10:00 Module 11: Develop Your Business Analysis Skills Develop Your Business Analysis Skills 00:15:00 Assessment Module 11 Module 11 Final Quiz Exam - Business Analysis 00:10:00 Module 12: Future Career Path and Scope of A Business Analyst Future Career Path and Scope of A Business Analyst 00:10:00 Assessment Module 12 Module 12 Final Quiz Exam - Business Analysis 00:10:00 Order Your Certificate

Business Analysis Course Level 5
Delivered Online On Demand4 hours 5 minutes
£11.99

Operations and Supply Chain Management Diploma

4.3(43)

By John Academy

The Operations and Supply Chain Management Diploma course teaches the skills and techniques for managing operations and supply chain of your business. The course is split into two sections - Operation Management and Supply Chain Management. In the first section, the course illustrates the design and control process of production. You will also learn how to redesign a business operation for betterment. The next part of the course deals with supply chain management where you will know the management of the flow of goods and services, including the movement and storage of raw materials, of work-in-process inventory, and of finished goods from the point of origin to the point of consumption. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Operations and Supply Chain Management Diploma is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Operations and Supply Chain Management Diploma is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module 01 Designing Your Organizational Structure 00:30:00 Introduction to Operations Management 00:15:00 Understanding Financial Terms 00:30:00 Getting the Right People in Place 00:15:00 Getting Your Product Together 00:15:00 Building a Corporate Brand 00:30:00 Marketing Your Product 01:00:00 Selling Your Product 00:15:00 Planning for the Future 00:15:00 Goal Setting and Goal Getting 00:30:00 Succession Planning 101 00:15:00 Managing Your Money 00:15:00 Ethics 101 00:15:00 Building a Strong Customer Care Team 00:15:00 Training Employees for Success 00:15:00 Leadership Essentials 00:15:00 Module 02 The Fundamentals of Business Process Management 00:30:00 Defining Business Process Management 00:30:00 The Business Process Life Cycle 00:15:00 The Vision Phase 00:15:00 The Design Phase 01:00:00 The Modeling Phase 00:30:00 The Execution Phase 01:00:00 The Monitoring Phase 00:30:00 The Optimizing Phase 01:00:00 Module 03 What is Gap Analysis? 00:30:00 The Gap Analysis Process 00:30:00 Supporting Tools 00:30:00 Creating a Gap Analysis Report 00:15:00 Understanding Lean 00:30:00 The Toyota Production System 00:30:00 The Toyota Production System House 00:15:00 The Five Critical Improvement Concepts 00:15:00 Understanding Value with the Kano Model 00:15:00 Types of Waste 00:15:00 Creating a Lean Enterprise 00:15:00 The Plan, Do, Study, Act (PDSA) Cycle 00:15:00 Using the R-DMAIC-S Model 00:15:00 Lean Thinking Tools 00:15:00 Kaizen Events 00:00:00 Data Gathering and Mapping 00:30:00 A Plan to Take Home 00:15:00 Defining Continuous Improvement 00:15:00 Stage One - Identify Areas For Improvement 00:15:00 Stage Two - Create a Plan for Improvement 00:15:00 Stage Three - Implement the Changes 00:15:00 Stage Four - Review the Impact 00:15:00 Test Driving 00:15:00 Module 04 Six Sigma Basics 00:15:00 Improvement Tools 00:30:00 Management Tools for Generating Ideas 00:15:00 Continuous Improvement 00:30:00 Customer Relationships 00:30:00 Module 05 The Evolution of the Supply Chain 00:15:00 The Basic Supply Chain Structure 00:15:00 Supply Chain Drivers 00:15:00 Aligning Your Supply Chain with Business Strategy 00:15:00 Managing Supply Chain Risks 00:15:00 Tracking and Evaluating Supply Chain Data 00:30:00 Troubleshooting Supply Chain Problems 00:15:00 Sharing Supply Chain Activities 00:15:00 Sustainable Supply Chain Strategies 00:15:00 Applying Lean Techniques to the Supply Chain 00:15:00 The Future of Supply Chain Management 00:15:00 Supply Chain Management Basics 00:30:00 The Purchasing Cycle 00:45:00 Purchasing Toolkit 01:00:00 Managing Competitive Bids 00:45:00 Improving Efficiency and Accuracy 00:30:00 Analyzing and Reducing Risk in the Supply Chain 00:30:00 Managing Internal Relationships 00:30:00 Tools of the Trade 00:30:00 Module 06 What is Inventory? 00:30:00 Types of Inventory 00:15:00 Key Players 00:30:00 Setting up the Warehouse 00:15:00 What Makes a Good Inventory Management System? 00:15:00 The Warehouse Inventory Cycle 00:15:00 Identifying Demand 00:15:00 The Receiving Process 00:15:00 Validating Inventory 00:15:00 The Put-Away Process 00:15:00 Maintaining Inventory Accuracy 00:30:00 The Outbound Process 00:30:00 Industry Trends 00:15:00 Module 07 Concept of Quality FREE 00:19:00 Key Terms 00:23:00 Categories 00:21:00 Customer Input 00:11:00 Plan Quality 00:08:00 Design of Experiments 00:07:00 Quality Control 00:11:00 Control Charts 00:11:00 Sampling 00:11:00 Six Sigma 00:08:00 The Steps 00:10:00 The 6 Six Sigma Challenges 00:05:00 Module : 08 Getting Started 00:15:00 The Basic Supply Chain Structure 00:15:00 Supply Chain Drivers 00:15:00 Aligning Your Supply Chain with Business Strategy 00:15:00 Managing Supply Chain Risks 00:15:00 Tracking and Evaluating Supply Chain Data 00:30:00 Troubleshooting Supply Chain Problems 00:15:00 Sharing Supply Chain Activities 00:15:00 Sustainable Supply Chain Strategies 00:15:00 Applying Lean Techniques to the Supply Chain 00:15:00 The Future of Supply Chain Management 00:15:00 Module: 09 Supply Chain Management Basics 00:30:00 The Purchasing Cycle 00:45:00 Purchasing Toolkit 01:00:00 Managing Competitive Bids 00:45:00 Improving Efficiency and Accuracy 00:30:00 Analyzing and Reducing Risk in the Supply Chain 00:30:00 Managing Internal Relationships 00:30:00 Tools of the Trade 00:30:00 Module: 10 What is Inventory? 00:30:00 Types of Inventory 00:15:00 Key Players 00:30:00 Setting up the Warehouse 00:15:00 What Makes a Good Inventory Management System? 00:15:00 The Warehouse Inventory Cycle 00:15:00 Identifying Demand 00:15:00 The Receiving Process 00:15:00 Validating Inventory 00:15:00 The Put-Away Process 00:15:00 Maintaining Inventory Accuracy 00:30:00 The Outbound Process 00:30:00 Industry Trends 00:15:00 Module: 11 Defining Continuous Improvement 00:15:00 Stage One - Identify Areas For Improvement 00:15:00 Stage Two - Create a Plan for Improvement 00:15:00 Stage Three - Implement the Changes 00:15:00 Stage Four - Review the Impact 00:15:00 Test Driving 00:15:00 Module: 12 Module One - Getting Started 00:30:00 Module Two - Why Supply Chain Management 01:00:00 Module Three - Key Terms (I) 01:00:00 Module Four - Key Terms (II) 01:00:00 Module Five - Three Levels of Supply Chain Management 01:00:00 Module Six - Five Stages of Supply Chain Management 01:00:00 Module Seven - The Flows of Supply Chain Management 01:00:00 Module Eight - Inventory Management 01:00:00 Module Nine - Supply Chain Groups 01:00:00 Module Ten - Tracking and Monitoring 01:00:00 Module Eleven - Supply Chain Event Management 01:00:00 Module Twelve - Wrapping Up 00:30:00 Mock Exam Mock Exam- Operations and Supply Chain Management Diploma 00:30:00 Final Exam Final Exam- Operations and Supply Chain Management Diploma 00:30:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Operations and Supply Chain Management Diploma
Delivered Online On Demand48 hours
£25

Advanced Diploma in UI/UX Design

By iStudy UK

Are you interested in learning more about UI/UX but don't know where to begin? This course will enable you to add UX designer to your resume and begin earning money for your new abilities. This course is for those who want to learn about UI/UX design. It begins from the very beginning and progresses in a step-by-step manner.  In this course, you will get clear instruction on all steps of the UI/UX development process, from user research to establishing a project's strategy, scope, and information architecture, to building sitemaps and wireframes, in this course. You will study current UX design best practices and standards and use them to create effective and appealing screen-based experiences for websites or applications. By the end of the course, you'll have a diverse set of abilities that will allow you to work in the UI/UX design sector. The valuable certificate that comes with the course will enhance your value and make you stand out in the job market. This is the perfect course to kick start your career in the UI/UX design industry. So, enrol now and fast track your career ladder. Course Highlights Advanced Diploma in UI/UX Design is an award winning and the best selling course that has been given the CPD Qualification Standards & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Advanced Diploma in UI/UX Design into 110 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 12 hours, 52 minutes hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Advanced Diploma in UI/UX Design Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Advanced Diploma in UI/UX Design is CPD Qualification Standards and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Advanced Diploma in UI/UX Design is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. UX/UI Course Introduction Learn UX/UI Course Overview 00:05:00 Section Overview 00:04:00 UX vs UI 00:04:00 UX/UI Designer Marketplace 00:05:00 Overview of UX Roles 00:06:00 Introduction To The Web Industry Web Industry Section Overview 00:03:00 The Phases of Web Development 00:13:00 Designer Responsibilities (working in a team) 00:09:00 Roles & Descriptions (working in a team) 00:05:00 Agile Approach To Project Management 00:12:00 Scrum - Flexible Framework 00:06:00 Project Management Apps 00:13:00 XD Lesson - Introduction 00:13:00 Foundations of Graphic Design Graphic Design Section Overview 00:02:00 The Psychology of Color 00:13:00 Color Wheel & Color Schemes 00:06:00 Working with Fonts 00:10:00 Working With Icons 00:04:00 XD Lesson - Tools, Object Manipulation and Components 00:13:00 XD Lesson - Font Styles and Artboard Settings 00:07:00 Graphic Design Software Tools 00:03:00 Adobe XD lesson 4 - Icons & Vector Graphics 00:14:00 UX Design (User Experience Design) UX Design Section Overview 00:04:00 What is User Experience Design? (UX) 00:09:00 UX Design Process 00:03:00 The UX Analysis Process 00:08:00 Working with User Profiles 00:03:00 Understanding User Pain Points 00:03:00 XD Lesson 5 Class Project: Сompetitive Analysis 00:10:00 Developing a Persona Part 1 00:05:00 Developing a Persona Part 2 00:05:00 Customer Journey 00:04:00 Customer Journey vs Sales Funnel 00:04:00 3 Phases of a Sales Funnel 00:07:00 4 Stages of a Sales Funnel 00:06:00 Macro/Micro Conversions 00:05:00 Stages of Market Sophistication 00:06:00 Lead Generation Funnel 00:06:00 Digital Product Sales Funnel 00:05:00 7 Principles of Influence 00:12:00 Age Based Influence Triggers 00:06:00 Gender Influence Triggers 00:06:00 Interest Based Marketing 00:04:00 Understanding User Flow 00:08:00 XD Lesson 6 Class Project: Userflow - Your first UX deliverable 00:07:00 Working with Story Boards 00:05:00 XD Lesson 7 Class Project: Crafting a Story board 00:09:00 Working with Moodboards 00:04:00 XD Lesson 8 Class Project: Creating Moodboard 00:11:00 Sitemap & Information Architecture 00:07:00 XD Lesson - Class Project: App Architecture 00:09:00 Low and Hi Fidelity Wireframes 00:03:00 XD Lesson - Class Project: Login Screen Wireframe Using Material Design 00:08:00 Working with Prototypes 00:04:00 XD Lesson - Class Project: Home Screen Wireframe and Linking 00:07:00 XD Lesson - Class Project: Adding Interaction to Wireframes 00:10:00 Testing and Evaluating 00:11:00 UX Deliverables 00:03:00 UX Design Conclusion 00:01:00 UI Design (User Interface Design) UI Design Section Overview 00:03:00 UI Design Overview 00:03:00 Types of Interfaces 00:10:00 Landing Pages Overview 00:10:00 XD Lesson - Using Grids in XD 00:08:00 XD Lesson - Single Card design 00:13:00 UI Controls 00:07:00 UI Components 00:12:00 Navigational Components 00:12:00 Header Design Overview 00:07:00 XD Lesson - Mobile & Desktop: Header Design 00:10:00 XD Lesson - Mobile & Desktop: Dropdown Design 00:06:00 Common Layouts Overview 00:08:00 XD Lesson - Common Layouts 00:07:00 Mobile & Desktop Footer Design Overview 00:07:00 XD Lesson - Mobile & Desktop: Footer Design 00:06:00 Mobile & Desktop Button Design Overview 00:05:00 XD Lesson - Mobile & Desktop: Button Design 00:10:00 XD Lesson - Mobile & Desktop: Input Design 00:07:00 Mobile & Desktop Filter Search Bar Design Overview 00:06:00 Adobe XD Lesson - Mobile & Desktop: Filter Design 00:07:00 Adobe XD Lesson - Mobile & Desktop: Search Design 00:03:00 UI Kit Overview 00:05:00 Adobe XD Lesson - Desktop and Mobile: UI Kit 00:06:00 Microinteractions Overview 00:05:00 Adobe XD lesson - Microinteractions 00:07:00 Optimization Optimization Section Overview 00:02:00 Feedback Review & Getting Referrals 00:04:00 'Above the Fold' Rule 00:04:00 Adobe XD lesson - Designing a Powerful Above the Fold 00:08:00 Using Analytics For Optimization 00:05:00 Heat Maps & Element Placements 00:04:00 Crafting A Usability Report Overview 00:08:00 Adobe XD lesson - Crafting Reports in XD 00:20:00 Starting a Career in UX/UI Design Careers in UX/UI Section Overview 00:06:00 Your Daily Productivity Hub 00:14:00 How To Start Freelancing 00:08:00 Client Consulting 00:04:00 Building a Brand 00:10:00 Personal Branding 00:06:00 The Importance of Having a Website 00:08:00 Creating a Logo 00:05:00 Step by Step Website Setup 00:17:00 UI Templates 00:06:00 Logo Templates 00:04:00 Creating a Business Email 00:06:00 Networking Do's and Don'ts 00:04:00 Top Freelance Websites 00:10:00 UX/UI Project Scope Questions 00:10:00 Laser Focus & Productivity Tools 00:06:00 The Places to Find UX Jobs 00:05:00

Advanced Diploma in UI/UX Design
Delivered Online On Demand12 hours 52 minutes
£25