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

317 Algorithms courses delivered Online

Statistical Analysis

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Statistical Analysis
Delivered Online On Demand6 hours 47 minutes
£25

Computing - Computer Coding - Online Tuition

5.0(8)

By GLA Tutors Home or Online

GLA Tutors: Empowering Young Minds in Computer Coding At GLA Tutors, we are passionate about equipping children with the essential skills needed to thrive in today's digital world. Our tutoring website offers a comprehensive and engaging learning experience for children who are eager to explore the exciting world of computer coding. With our online tutoring services, we strive to make coding education accessible and convenient for children of all ages. Our team of expert tutors are highly skilled in teaching computer coding concepts in a fun and interactive manner. They have a deep understanding of various programming languages and frameworks, ensuring that students receive top-notch instruction tailored to their individual needs and skill levels. Our provision for tutoring computer coding to children is designed to foster creativity, problem-solving skills, and logical thinking. Through our carefully curated curriculum, we introduce young learners to the fundamentals of coding, including algorithms, variables, loops, conditionals, and more. We believe in a hands-on approach, allowing students to actively apply what they learn through practical coding exercises and projects. At GLA Tutors, we understand that each child has their own unique learning style and pace. That's why our tutors provide personalized attention to every student, offering guidance and support every step of the way. Whether your child is a beginner or has some coding experience, we have tailored programs to suit their specific needs and help them progress confidently.

Computing - Computer Coding - Online Tuition
Delivered OnlineFlexible Dates
£40

Data Analysis Level 3 Diploma

By Compete High

Overview With the ever-increasing demand for Data Analysis Level 3 Diploma in personal & professional settings, this online training aims at educating, nurturing, and upskilling individuals to stay ahead of the curve - whatever their level of expertise in Data Analysis Level 3 Diploma may be. Learning about Data Analysis Level 3 Diploma or keeping up to date on it can be confusing at times, and maybe even daunting! But that's not the case with this course from Compete High. We understand the different requirements coming with a wide variety of demographics looking to get skilled in Data Analysis Level 3 Diploma . That's why we've developed this online training in a way that caters to learners with different goals in mind. The course materials are prepared with consultation from the experts of this field and all the information on Data Analysis Level 3 Diploma is kept up to date on a regular basis so that learners don't get left behind on the current trends/updates. The self-paced online learning methodology by compete high in this Data Analysis Level 3 Diploma course helps you learn whenever or however you wish, keeping in mind the busy schedule or possible inconveniences that come with physical classes. The easy-to-grasp, bite-sized lessons are proven to be most effective in memorising and learning the lessons by heart. On top of that, you have the opportunity to receive a certificate after successfully completing the course! Instead of searching for hours, enrol right away on this Data Analysis Level 3 Diploma course from Compete High and accelerate your career in the right path with expert-outlined lessons and a guarantee of success in the long run. Who is this course for? While we refrain from discouraging anyone wanting to do this Data Analysis Level 3 Diploma course or impose any sort of restrictions on doing this online training, people meeting any of the following criteria will benefit the most from it: Anyone looking for the basics of Data Analysis Level 3 Diploma , Jobseekers in the relevant domains, Anyone with a ground knowledge/intermediate expertise in Data Analysis Level 3 Diploma , Anyone looking for a certificate of completion on doing an online training on this topic, Students of Data Analysis Level 3 Diploma , or anyone with an academic knowledge gap to bridge, Anyone with a general interest/curiosity Career Path This Data Analysis Level 3 Diploma course smoothens the way up your career ladder with all the relevant information, skills, and online certificate of achievements. After successfully completing the course, you can expect to move one significant step closer to achieving your professional goals - whether it's securing that job you desire, getting the promotion you deserve, or setting up that business of your dreams.     Course Curriculum Module 1 Introduction to Data Analysis. Introduction to Data Analysis. 00:00 Module 2 Mathematics and Statistics. Mathematics and Statistics. 00:00 Module 3 Data Manipulation. Data Manipulation. 00:00 Module 4 Data Visualisation. Data Visualisation. 00:00 Module 5 Data Wrangling. Data Wrangling. 00:00 Module 6 Data Exploration. Data Exploration. 00:00 Module 7 Machine Learning Fundamentals. Machine Learning Fundamentals. 00:00 Module 8 Machine Learning Algorithms. Machine Learning Algorithms. 00:00 Module 9 Data Analysis with Python and Libraries. Data Analysis with Python and Libraries. 00:00 Module 10 Data Analysis with R and Libraries. Data Analysis with R and Libraries. 00:00

Data Analysis Level 3 Diploma
Delivered Online On Demand10 hours
£25

Machine Learning Essentials with Python (TTML5506-P)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for attendees with solid Python skills who wish to learn and use basic machine learning algorithms and concepts Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, with extensive practical exercises designed to reinforce fundamental skills, concepts and best practices taught throughout the course. Topics Covered: This is a high-level list of topics covered in this course. Please see the detailed Agenda below Getting Started & Optional Python Quick Refresher Statistics and Probability Refresher and Python Practice Probability Density Function; Probability Mass Function; Naive Bayes Predictive Models Machine Learning with Python Recommender Systems KNN and PCA Reinforcement Learning Dealing with Real-World Data Experimental Design / ML in the Real World Time Permitting: Deep Learning and Neural Networks Machine Learning Essentials with Python is a foundation-level, three-day hands-on course that teaches students core skills and concepts in modern machine learning practices. This course is geared for attendees experienced with Python, but new to machine learning, who need introductory level coverage of these topics, rather than a deep dive of the math and statistics behind Machine Learning. Students will learn basic algorithms from scratch. For each machine learning concept, students will first learn about and discuss the foundations, its applicability and limitations, and then explore the implementation and use, reviewing and working with specific use casesWorking in a hands-on learning environment, led by our Machine Learning expert instructor, students will learn about and explore:Popular machine learning algorithms, their applicability and limitationsPractical application of these methods in a machine learning environmentPractical use cases and limitations of algorithms Getting Started Installation: Getting Started and Overview LINUX jump start: Installing and Using Anaconda & Course Materials (or reference the default container) Python Refresher Introducing the Pandas, NumPy and Scikit-Learn Library Statistics and Probability Refresher and Python Practice Types of Data Mean, Median, Mode Using mean, median, and mode in Python Variation and Standard Deviation Probability Density Function; Probability Mass Function; Naive Bayes Common Data Distributions Percentiles and Moments A Crash Course in matplotlib Advanced Visualization with Seaborn Covariance and Correlation Conditional Probability Naive Bayes: Concepts Bayes? Theorem Naive Bayes Spam Classifier with Naive Bayes Predictive Models Linear Regression Polynomial Regression Multiple Regression, and Predicting Car Prices Logistic Regression Logistic Regression Machine Learning with Python Supervised vs. Unsupervised Learning, and Train/Test Using Train/Test to Prevent Overfitting Understanding a Confusion Matrix Measuring Classifiers (Precision, Recall, F1, AUC, ROC) K-Means Clustering K-Means: Clustering People Based on Age and Income Measuring Entropy LINUX: Installing GraphViz Decision Trees: Concepts Decision Trees: Predicting Hiring Decisions Ensemble Learning Support Vector Machines (SVM) Overview Using SVM to Cluster People using scikit-learn Recommender Systems User-Based Collaborative Filtering Item-Based Collaborative Filtering Finding Similar Movie Better Accuracy for Similar Movies Recommending movies to People Improving your recommendations KNN and PCA K-Nearest-Neighbors: Concepts Using KNN to Predict a Rating for a Movie Dimensionality Reduction; Principal Component Analysis (PCA) PCA with the Iris Data Set Reinforcement Learning Reinforcement Learning with Q-Learning and Gym Dealing with Real-World Data Bias / Variance Tradeoff K-Fold Cross-Validation Data Cleaning and Normalization Cleaning Web Log Data Normalizing Numerical Data Detecting Outliers Feature Engineering and the Curse of Dimensionality Imputation Techniques for Missing Data Handling Unbalanced Data: Oversampling, Undersampling, and SMOTE Binning, Transforming, Encoding, Scaling, and Shuffling Experimental Design / ML in the Real World Deploying Models to Real-Time Systems A/B Testing Concepts T-Tests and P-Values Hands-on With T-Tests Determining How Long to Run an Experiment A/B Test Gotchas Capstone Project Group Project & Presentation or Review Deep Learning and Neural Networks Deep Learning Prerequisites The History of Artificial Neural Networks Deep Learning in the TensorFlow Playground Deep Learning Details Introducing TensorFlow Using TensorFlow Introducing Keras Using Keras to Predict Political Affiliations Convolutional Neural Networks (CNN?s) Using CNN?s for Handwriting Recognition Recurrent Neural Networks (RNN?s) Using an RNN for Sentiment Analysis Transfer Learning Tuning Neural Networks: Learning Rate and Batch Size Hyperparameters Deep Learning Regularization with Dropout and Early Stopping The Ethics of Deep Learning Learning More about Deep Learning Additional course details: Nexus Humans Machine Learning Essentials with Python (TTML5506-P) 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 Machine Learning Essentials with Python (TTML5506-P) 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.

Machine Learning Essentials with Python (TTML5506-P)
Delivered OnlineFlexible Dates
Price on Enquiry

Diploma in Computer Science and Programming

4.3(43)

By John Academy

Description: Are you interested in a career in computer science? Programming is the art of writing useful, maintainable, and extensible source codes which can be read or compiled by a computer system to perform a significant task. Take your first step towards learning core programming concepts and equip yourself with the practical knowledge and skills to resolve complicated problems. Discover all you need to know about programming language with this computer science course. By learning the correct programming theory, you will be able to analyse a problem and identify suitable solutions to those problems, which is a key part of web development. Apart from the theories of Algorithm analysis, this computer programming course also teaches the number system, arrays and their advantages, the process of analysing a problem, nodes and their Importance, and various sorting algorithms and their comparisons. There are no entry requirements for this course and you can study from the comfort of your own home. Enrol in this Diploma in Computer Science and Programming course today and learn to write code like an expert. Who is the course for? Anyone who wants to become a Good Programmer Anyone interested in the Computer Science Discipline Anyone who wants to learn how to problem solve like a Computer Scientist Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. 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 £14.99 or in PDF format at a cost of £11.99. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. 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. Introduction Kurt Anderson - Promo FREE 00:02:00 Kurt Anderson - 1 Introduction 00:01:00 Kurt Anderson - 2 Binary System 00:11:00 Analyzing Algorithms Kurt Anderson - 3 Complexity Introduction 00:02:00 Kurt Anderson - 4 Math Refresher Logarithmic Functions 00:11:00 Kurt Anderson - 5 Math Refresher Factorial Functions.TS 00:03:00 Kurt Anderson - 6 Math Refresher Algebraic Expressions.TS 00:03:00 Kurt Anderson - 7 n-notation 00:18:00 Kurt Anderson - 8 Big O 00:13:00 Kurt Anderson - 9 Big O Real World Example 00:10:00 Arrays Kurt Anderson - 10 How is Data Stored 00:09:00 Kurt Anderson - 11 Fixed Arrays 00:20:00 Kurt Anderson - 12 Circular Arrays 00:08:00 Kurt Anderson - 13 Dynamic Arrays 00:16:00 Kurt Anderson - 14 Array Review 00:08:00 Kurt Anderson - 15 Array Real World Examples 00:06:00 Linked Lists Kurt Anderson - 16 Nodes 00:04:00 Kurt Anderson - 16 Linked List 00:14:00 Kurt Anderson - 17 Linked List Run Times 00:15:00 Kurt Anderson - 18 Doubly Linked Lists 00:08:00 Kurt Anderson - 19 Tail Pointer 00:05:00 Kurt Anderson - 20 Linked List Real World Examples 00:03:00 Kurt Anderson - 21 Linked List Review 00:04:00 Stacks and Queues Kurt Anderson - 22 Stacks 00:10:00 Kurt Anderson - 20 Stack Example 00:11:00 Kurt Anderson - 23 Queues 00:09:00 Kurt Anderson - 24 Queue Examples 00:10:00 Kurt Anderson - 25 Queue and Stack Run Times 00:06:00 Kurt Anderson - 26 Stack and Queues Real World Examples 00:07:00 Sorting Algorithms Kurt Anderson - 27 Sorting Algorithm Introdcution 00:02:00 Kurt Anderson - 28 Bubble Sort 00:10:00 Kurt Anderson - 29 Selection Sort 00:10:00 Kurt Anderson - 30 Insertion Sort 00:09:00 Kurt Anderson - 31 Quick Sort 00:15:00 Kurt Anderson - 32 Quick Sort Run Times 00:10:00 Kurt Anderson - 33 Merge Sort 00:12:00 Kurt Anderson - 34 Merge Sort Run Times 00:08:00 Kurt Anderson - 35 Stable vs Nonstable 00:07:00 Kurt Anderson - 36 Sorting Algorithm Real World Examples 00:04:00 Trees Kurt Anderson - 37 Basics of Trees 00:08:00 Kurt Anderson - 38 Binary Search Tree 00:09:00 Kurt Anderson - 39 BST Run Times 00:08:00 Kurt Anderson - 40 Tree Traversals 00:13:00 Kurt Anderson - 41 Tree Real World Examples 00:05:00 Heaps Kurt Anderson - 42 Heap Introduction 00:04:00 Kurt Anderson - 43 Heap Step by Step 00:12:00 Kurt Anderson - 44 Heap Real World Examples 00:07:00 Conclusion Kurt Anderson - 45 Thank You 00:01:00 Course Certification Order Your Certificates and Transcripts 00:00:00

Diploma in Computer Science and Programming
Delivered Online On Demand6 hours 41 minutes
£22

Advanced SEO Training

By SkillWise

Embark on a transformative journey into the realm of digital prominence with our Advanced SEO Training. In today's fiercely competitive online landscape, mastering the intricacies of Search Engine Optimization (SEO) isn't just an advantage - it's essential. Imagine wielding the power to elevate your brand's visibility, attract organic traffic, and surpass your competitors effortlessly. Our course isn't merely instructional; it's a roadmap to digital empowerment. Delve into advanced strategies that unlock the secrets of search algorithms, harness the potency of keywords, and cultivate a commanding online presence. Whether you're a budding entrepreneur, a digital marketer seeking to refine your skills, or a business owner aiming to scale new heights, this training equips you with the tools to dominate the digital sphere strategically and ethically. Unlock your potential as you navigate through modules crafted by industry experts, designed to transcend theoretical knowledge into actionable insights. From decoding SEO analytics to crafting compelling content strategies, each lesson is tailored to empower you with the expertise needed to thrive in a dynamic digital ecosystem. Join us on this exhilarating journey towards SEO mastery and redefine what's possible for your business or career.   Learning Outcomes: Acquire advanced techniques to optimize website performance and enhance organic search rankings. Develop strategic approaches to keyword research, content creation, and link building tailored for maximum impact. Gain proficiency in leveraging SEO tools and analytics to drive informed decision-making and measure campaign success. Explore ethical SEO practices that comply with current industry standards and algorithms. Implement comprehensive SEO audits and strategies to maintain competitive advantage in the digital marketplace. Why buy this Advanced SEO Training? Equip yourself with the latest SEO strategies and techniques proven to drive tangible results in today's competitive digital landscape. Our Advanced SEO Training goes beyond theory, offering practical skills and insights that empower you to achieve sustainable growth and visibility online. Whether you're aiming to enhance your career prospects or elevate your business's online presence, this course is your gateway to mastering the art and science of SEO.   Certification After studying the course materials of the Advanced SEO Training 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 free. Original Hard Copy certificates need to be ordered at an additional cost of £8. Who is this course for? Digital marketers looking to advance their SEO knowledge. Business owners aiming to boost their online visibility. Freelancers seeking to offer SEO services. Start-up founders wanting to establish a strong online presence. Marketing professionals transitioning to digital roles. Prerequisites This Advanced SEO Training does not require you to have any prior qualifications or experience. You can just enrol and start learning. This Advanced SEO Training was made by professionals and it is compatible with all PCs, Macs, 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 SEO Specialist: £30,000 - £50,000 Annual Digital Marketing Manager: £35,000 - £60,000 Annual Content Marketing Strategist: £25,000 - £45,000 Annual E-commerce Manager: £30,000 - £55,000 Annual PPC Specialist: £25,000 - £45,000 Annual Web Analytics Manager: £35,000 - £60,000 Annual Advanced SEO Training Module 01: Introduction to Advanced SEO and Schema Markup 00:05:00 Module 02: Choosing The Right Keyword Cluster 00:04:00 Module 03: Integrating the Keywords 00:05:00 Module 04: Creating Page Menus 00:03:00 Module 05: Schema Markup Part 1 00:05:00 Module 06: Schema Markup Part 2 - blogposting, Video and Audio 00:04:00 Module 07: Schema Markup Part 3 - FAQ 00:04:00 Module 08: Branding, Trust and Authority 00:02:00 Module 09: The Correct Way to Add Useful Links 00:04:00 Module 10: Optimising Internal Linking 00:05:00 Module 11: Combining Pages for SEO 00:04:00 Module 12: How to Rank Images for Featured Snippets? 00:03:00 Module 13: Conclusion 00:02:00 Assignment Assignment - Advanced SEO Training

Advanced SEO Training
Delivered Online On Demand
£29

Machine Learning - CPD Accredited

5.0(10)

By Apex Learning

Boost Your Career with Apex Learning and Get Noticed By Recruiters in this Hiring Season! Save Up To £4,169 and get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now Give a compliment to your career and take it to the next level. This Machine Learning will provide you with the essential knowledge and skills required to shine in your professional career. Whether you want to develop skills for your next job or want to elevate skills for your next promotion, this Machine Learning will help you keep ahead of the pack. The Machine Learning incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can reinforce your professional skills and essential knowledge, reaching out to the level of expertise required for your position. Further, this Machine Learning will add extra value to your resume to stand out to potential employers. Throughout the programme, it stresses how to improve your competency as a person in your profession while at the same time it outlines essential career insights in this job sector. Consequently, you'll strengthen your knowledge and skills; on the other hand, see a clearer picture of your career growth in future. By the end of the Machine Learning, you can equip yourself with the essentials to keep you afloat into the competition. Along with this Machine Learning course, you will get 10 other premium courses. Also, you will get an original Hardcopy and PDF certificate for the title course and a student ID card absolutely free. This Bundle Consists of the following Premium courses: Course 01: Machine Learning with Python Course 02: Advanced Diploma in User Experience UI/UX Design Course 03: Data Science & Machine Learning with R Course 04: Python Programming for Everybody Course 05: Data Structures Complete Course Course 06: Data Science with Python Course 07: Computer Science: Graph Theory Algorithms Course 08: Higher Order Functions in Python - Level 03 Course 09: AWS Essentials Course 10: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 11: Introduction to Data Analysis So, enrol now to advance your career! Benefits you'll get choosing Apex Learning for this Machine Learning: One payment, but lifetime access to 11 CPD courses Certificate, student ID for the title course included in a one-time fee Full tutor support available from Monday to Friday Free up your time - don't waste time and money travelling for classes Accessible, informative modules taught by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. Curriculum of the Bundle Course 01: Machine Learning with Python Module 01: Introduction to Algorithms Module 02: Preprocessing Module 03: Regression Module 04: Classification Course 02: Data Science & Machine Learning with R Data Science and Machine Learning Course Intro Data Types and Structures in R Data Types and Structures in R Intermediate R Data Manipulation in R Data Visualization in R Creating Reports with R Markdown Building Webapps with R Shiny Introduction to Machine Learning Starting A Career in Data Science Course 03: Python Programming for Everybody Module 01 A Installing Python Documentation Command Line Variables Simple Python Syntax Keywords Import Module Module 02 Additional Topics If Elif Else Iterable For Loops Execute Exceptions Module 03 Data Types Number Types More Number Types Strings More Strings Files Lists Dictionaries Tuples Sets Module 04 Comprehensions Definitions Functions Default Arguments Doc Strings Variadic Functions Factorial Module 05 Function Objects Lambda Generators Closures Classes Object Initialization Class Static Members Classic Inheritance Data Hiding Course 04: Advanced Diploma in User Experience UI/UX Design UX/UI Course Introduction Introduction To The Web Industry Foundations of Graphic Design UX Design (User Experience Design) UI Design (User Interface Design) Optimization Starting a Career in UX/UI Design Course 05: Data Structures Complete Course Unit 01: Introduction Unit 02: Arrays Unit 03: Liked List Unit 04: Stack Unit 05: Queues Unit 06: Priority Queues (PQs) Unit 07: Union Find Unit 08: Binary Search Trees Unit 09: Fenwick Tree Unit 10: Hash Tables Unit 11: Suffix Array Unit 12: AVL Trees Unit 13: Indexed Priority Queue Unit 14: Sparse Tables Course 06: Data Science with Python Unit 01: Introduction to Python Data Science Unit 02: Data Cleaning Packages Unit 03: Data Visualization packages Course 07: Computer Science: Graph Theory Algorithms Module 00: Promo Module 01: Introduction Module 02: Common Problem Module 03: Depth First Search Module 04: Breadth First Search Module 05: Breadth First Search Shortest Path on a Grid Module 06: Trees Module 07: Topological Sort Module 08: Dijkstra Module 09: Bellman-Ford Algorithm Module 10: Floyd-Warshall Algorithm Module 11: Bridge and Algorithm Points Module 12: Tarjan Algorithm Module 13: Travelling Salesman Problem (TSP) Module 14: Eulerian Paths and Circuits Module 15: Prim's Minimum Spanning Tree Algorithm Module 16: Network Flow Course 08: Higher Order Functions in Python - Level 03 Module 01: Course Introduction Module 02: Simple Higher Order Functions Module 03: Sorting with Keys Module 04: Map Function Module 05: Filter Function Module 06: List Comprehension Alternative Module 07: Recursion Introduction Course 09: AWS Essentials Section 01: AWS Foundations and Services Section 02: AWS Security and Costs Course 10: Cloud Computing / CompTIA Cloud+ (CV0-002) Section 01: What You Need to Know Section 02: Introducing the Cloud Section 03: System Requirements for Cloud Deployments Section 04: Cloud Storage Section 05: Cloud Compute Section 06: Cloud Networking Section 07: Cloud Security Section 08: Migrating to the Cloud Section 09: Maintaining Cloud Solutions Section 10: Troubleshooting Cloud Solutions Course 11: Introduction to Data Analysis Module 01: Introduction Module 02: Agenda and Principles of Process Management Module 03: The Voice of the Process Module 04: Working as One Team for Improvement Module 05: Exercise: The Voice of the Customer Module 06: Tools for Data Analysis Module 07: The Pareto Chart Module 08: The Histogram Module 09: The Run Chart Module 10: Exercise: Presenting Performance Data Module 11: Understanding Variation Module 12: The Control Chart Module 13: Control Chart Example Module 14: Control Chart Special Cases Module 15: Interpreting the Control Chart Module 16: Control Chart Exercise Module 17: Strategies to Deal with Variation Module 18: Using Data to Drive Improvement Module 19: A Structure for Performance Measurement Module 20: Data Analysis Exercise Module 21: Course Project Module 22: Test your Understanding CPD 125 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Machine Learning bundle. Persons with similar professions can also refresh or strengthen their skills by enrolling in this course. Students can take this course to gather professional knowledge besides their study or for the future. Requirements Our Machine Learning is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various expertise will increase the value in your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Machine Learning - CPD Accredited
Delivered Online On Demand
£53

Fundamentals of Seismic for Non-Geophysicists

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course There are various kinds of geophysical data available. They are separated into seismic and non-seismic (multi-physics) data. Non-seismic or multi-physics data (which includes gravity, magnetics, electrical, electromagnetics, spectral etc - apart from providing complimentary information to seismic) is the main source of information for very shallow subsurface applications such as engineering, mapping pollution, archaeology, geothermal energy, and related areas. This 5 full-day blended course will focus specifically on seismic data which is the main method used in the Oil & Gas industry. In this blended course, participants will be equipped to understand that seismic data represents the movement of the surface, resulting from waves generated by a source, dynamite or vibrator which are reflected by changes in the subsurface rocks. The basic principles of acquisition and processing will be explained and insights into advanced methods, allowing a much more accurate interpretation of seismic data than previously considered possible, will also be provided. This blended course contains an introduction to Machine Learning and its important role in all aspects of seismic acquisition, processing, and interpretation. There is no need to know in detail how the algorithms work internally but it is necessary to know how to use them correctly to achieve optimum results. Training Objectives By attending this course, participants will be able to acquire the following: Obtain an understanding of the strengths and limitations of geophysical methods, specifically seismic, and the costs and risks involved, and how to reduce these. Be able to communicate more effectively with staff in other disciplines. Understand the potential applications of seismic data and know how to formulate the requirements needed for prospect and field evaluation. Gain an awareness of modern seismic technology. Apply the learning in a series of practical, illustrative exercises. Know what types of questions to ask to assess the necessary quality of a seismic project in its role in a sequence of E&P activities Target Audience The blended course is intended for non-geophysicists who have intensive interaction with geophysicists. But it may be of interest to those who want to know about the recent progress made in geophysics, leading to amazing imaging results, which could not be imagined a decade ago. The blended course will bring to the attention of the geologists, petrophysicists and reservoir/petroleum engineers an awareness of how the data they will work with is acquired and processed by the geophysicist. It will introduce the concepts that are of importance in geophysics and thus relevant for non-geophysicists to know and be able to communicate with geophysicists as well as formulate their requests. Course Level Intermediate Trainer Your expert course leader has degree in Geology (University of Leiden), a Master's degree in Theoretical Geophysics (University of Utrecht) and a PhD in Utrecht on 'Full wave theory and the structure of the lower mantle'. This involved forward modelling of P- and S-waves diffracted around the core-mantle boundary and comparison of the frequency-dependent attenuation of the signal with those obtained from major earthquakes observed at long offsets in the 'shadow zone' of the core. These observations were then translated into rock properties of the D' transition zone. After his PhD, he joined Shell Research in The Netherlands to develop methods to predict lithology and pore-fluid based on seismic, petrophysical and geological data. He subsequently worked for Shell in London to interpret seismic data from the Central North Sea Graben. As part of the Quantitative Interpretation assignment, he was also actively involved in managing, processing and interpreting Offshore Seismic Profiling experiments. After his return to The Netherlands, he headed a team for the development of 3D interpretation methods using multi-attribute statistical and pattern recognition analysis on workstations. After a period of Quality Assurance of 'Contractor' software for seismic processing, he became responsible for Geophysics in the Shell Learning Centre. During that period, he was also a part-time professor in Applied Geophysics at the University of Utrecht. From 2001 to 2005, he worked on the development of Potential Field Methods (Gravity, Magnetics) for detecting oil and gas. Finally, he became a champion on the use of EM methods and became involved in designing acquisition, processing and interpretation methods for Marine Controlled Source EM (CSEM) methods. After his retirement from Shell, he founded his own company, specialising in courses on acquisition, processing and interpretation of geophysical data (seismic, gravity, magnetic and electromagnetic data), providing courses to International and National energy companies. In the last couple of years, he became keenly interested in the use of Machine Learning in Geophysics. Apart from incorporating 'Artificial Intelligence' in his courses, he also developed a dedicated Machine Learning course for geophysics. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Fundamentals of Seismic for Non-Geophysicists
Delivered in Internationally or OnlineFlexible Dates
£3,697 to £4,299

Sketchup and Stable Diffusion Rendering Course

By Real Animation Works

1-2-1 bespoke training course

Sketchup and Stable Diffusion Rendering Course
Delivered in London or OnlineFlexible Dates
£1,200

Data Science Course Online

By Compliance Central

Isn't it interesting that you searched for something on the internet and some relevant results appeared? Alternatively, you can enter your daily data into a health app that automatically recommends a diet and exercise routine for you. All of this would not have been possible without data science. The modern world is entirely dependent on Machine Learning, Artificial Intelligence, Neural networks or data science in one phrase. Data science is a new field with no established leaders. It's too difficult to decide which one to learn, which leads to even more frustration because you can't make any progress. It is becoming more important, but the market for skilled data scientists is limited and competitive. What if you are one of those individuals? If you have a background in maths or statistics, we have good news: you can become a data scientist with little training! Anyone can become a data scientist with the help of our Data Science courses. Whatever your background, this training will teach you how to analyse and interpret data to generate new insights that lead to better decisions and results. Our interactive materials set us apart and make us more effective for our students. So don't be late to take your place. Enrol now! Learning Outcomes Understanding of the basic concepts and techniques in data science, such as data exploration, cleaning, and preprocessing Knowledge of statistical analysis methods, including hypothesis testing, regression analysis Learn probability theory and it's use in Data science Knowledge of Advanced regression & machine learning algorithms Ability to communicate data science results effectively to a non-technical audience. Key Highlights for Data Science Course: Developed by industry experts Instant e-certificate and hard copy dispatch by the next working day Interactive course with audio voice-over 24/7 Learning Assistance Lifetime access & update without any limits Unlimited Retake Exam and premium support for life Easy Accessibility to the Course Materials- Anytime, Anywhere - From Any Smart Device (Laptop, Tablet, Smartphone Etc.) 100% Learning satisfaction guarantee Covers to explore multiple job positions One-stop solution for entrepreneurs and Jobseekers Fastest growing sector Boost your salary on program completion Learn from diligent experts Expert-verified response for quality education So, You should not wait too long. Now is the time to enrol! Learn at your own pace from the comfort of your home, as the rich learning materials of this course are accessible from any place at any time. The curriculums are divided into tiny bite-sized modules by industry specialists. And you will get answers to all your queries from our experts. So, enrol and excel in your career with Compliance Central. Curriculum Breakdown of the Course Section 01: Let's get started Section 02: Descriptive statistics Section 03: Distributions Section 04: Probability theory Section 05: Hypothesis testing Section 06: Regressions Section 07: Advanced regression & machine learning algorithms Section 08: ANOVA (Analysis of Variance) Section 09: Wrap up CPD 15 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this course. Requirements To enrol in this Data Science course, all you need is a basic understanding of the English Language and an internet connection. Career path After completing this course, you can explore trendy and in-demand jobs related to Data Science, such as- Data Analyst: £25,000 to £45,000 per year Data Scientist: £35,000 to £60,000 per year Business Intelligence (BI) Analyst: £30,000 to £50,000 per year Machine Learning Engineer: £40,000 to £70,000 per year Data Engineer: £35,000 to £60,000 per year Data Consultant: £45,000 to £75,000 per year Certificates CPD Accredited Hard Copy Certificate Hard copy certificate - Included CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: £3.99 each Outside of the UK: £9.99 each CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate

Data Science Course Online
Delivered Online On Demand11 hours
£12