The Complete AI Agent - All Levels - Build An AI Assistant
التصنيف الكامل: Development > Web Development > AI Agents & Agentic AI

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Supervised Machine Learning in Python
In this practical course, we are going to focus on supervised machine learning and how to apply it in Python programming language.Supervised machine learning is a branch of artificial intelligence whose goal is to create predictive models starting from a dataset. With the proper optimization of the models, it is possible to create mathematical representations of our data in order to extract the information that is hidden inside our database and use it for making inferences and predictions.A very powerful use of supervised machine learning is the calculation of feature importance, which makes us better understand the information behind data and allows us to reduce the dimensionality of our problem considering only the relevant information, discarding all the useless variables. A common approach for calculating feature importance is the SHAP technique.Finally, the proper optimization of a model is possible using some hyperparameter tuning techniques that make use of cross-validation.With this course, you are going to learn:What supervised machine learning isWhat overfitting and underfitting are and how to avoid themThe difference between regression and classification modelsLinear modelsLinear regressionLasso regressionRidge regressionElastic Net regressionLogistic regressionDecision treesNaive BayesK-nearest neighborsSupport Vector MachinesLinear SVMNon-linear SVMFeedforward neural networksEnsemble modelsBias-variance tradeoffBagging and Random ForestBoos

How To Create Professional Websites In Oxygen Builder
Have you been trying to learn how to develop websites? Or maybe you are a designer who would like to offer web dev services to your clients?You know, designing is one thing, but turning that design into a real website is another. A more complex one I must say.And for many, this may look like some sort of witchcraft. When they think of developing websites they get intimidated and just quit.Luckily, this really doesn’t have to be the case. Nowadays creating custom, professional websites is easier than ever before.So is this course just about that?Let me tell you fist what this course is not:It is definitely not another Wordpress course. If you are a total Wordpress noob, I advise you to first learn the basics and then get back to this course.Wordpress is going to be an environment in which we’ll be working, but we won’t be focusing on it at allYou will learn how to build any kind of website using Oxygen Builder.It is a site builder, which means it allows you to design, develop and control ANY aspect of a website: headers, footers, menus, blogs, sliders… you name it.What’s distinct about it is that it gives you total control over the development part: it’s really hard to imagine a design that could not be developed with Oxygen.And the vast majority of the designs can be turned into websites without even touching the code – you can use the tools provided and not write a single line of code.Sure, if you need something more complex, you can add extra code – Oxygen gives you total freedom.At first it may seem intimidating, but after a few minutes, especially if you are familiar with any design tool, everything will start to make sense. And of course, I am here to guide you so… fear not!Once we’ve installed Oxygen, we will start developing a site and along the way we you will learn various tools and aspects of the plugin:We willbuild headers (including sticky headers), foot

Deep Learning : Convolutional Neural Networks with Python
Are you ready to unlock the power of deep learning and revolutionize your career? Dive into the captivating realm of Deep Learning with our comprehensive course Deep Learning: Convolutional Neural Networks (CNNs) using Python and Pytorch. Discover the power and versatility of CNNs, a cutting-edge technology revolutionizing the field of artificial intelligence. With hands-on Python tutorials, you'll unravel the intricacies of CNN architectures, mastering their design, implementation, and optimization. One of the key advantages of deep CNN is its ability to automatically learn features at different levels of abstraction. Lower layers of the network learn low-level features, such as edges or textures, while higher layers learn more complex and abstract features. This hierarchical representation allows deep learning models to capture and understand complex patterns in the data, enabling them to excel in tasks such as image recognition, natural language processing, speech recognition, and many others.Introducing our comprehensive deep CNNs with python course, where you'll dive deep into Convolutional Neural Networks and emerge with the skills you need to succeed in the modern era of AI. Computer Vision refers to AI algorithms designed to extract knowledge from images or videos. Computer vision is a field of artificial intelligence (AI) that enables computers to understand and interpret visual information from digital images or videos. It involves developing deep learning algorithms and techniques that allow machines to analyze, process, and extract meaningful insights from visual data, much like the human visual system. Convolutional Neural Networks (CNNs) are most commonly used Deep Learning technique for computer vision tasks. CNNs are well-suited for processing grid-like input data, such as images, due to their ability to capture spatial hierarchies and local patterns.In today's data-driven world, Convolutional Neural Networks stand at the forefront of image recognition, obje

Data Science 400+ Scenario Questions for Job Success
Embark on a comprehensive journey through the Data Science Project Life Cycle. From sourcing and refining data to crafting powerful models, learn to dissect patterns, optimize algorithms, and translate findings into actionable insights. Explore hands-on 400+ scenario Questions, master model evaluation, and drive impact through deployment and communication. Elevate your skills and navigate the intricate landscape of data science with confidence in this immersive courseTopics Covered:Data Collection and Preprocessing:Identify relevant data sources.Collect, clean, and preprocess the data.Exploratory Data Analysis (EDA):Understand the data's structure and relationships.Identify patterns, trends, and potential outliers.Feature Engineering:Create new features from existing data.Select and transform features for model input.Model Building:Choose appropriate algorithms for the problem.Train and validate models using the data.Model Evaluation:Assess model performance using metrics.Tune hyperparameters for optimization.Model Deployment:Integrate the model into the production environment.Monitoring and Maintenance:Continuously monitor model performance.Update and retrain the model as needed.Interpretation and Communication:Explain model predictions to stakeholders.Communicate insights and findings.Sample Questions:1- When selecting an algorithm for a problem, what is the first step you

QA Testing Quiz - Job interview questions for testers 2025
Why Enroll in the "QA Testing Quiz – Job Interview Questions for Testers" Course?Ace Your QA Job Interview with ConfidenceLanding a role in Quality Assurance (QA) requires more than just understanding testing concepts—you need to demonstrate real-world knowledge, critical thinking, and the ability to solve complex testing scenarios. This course is designed to prepare you for QA job interviews by focusing on practical questions, industry-relevant concepts, and problem-solving strategies that hiring managers expect.What Makes This Course Stand Out?Job Interview-Focused PracticeCarefully crafted quizzes that reflect real interview questions asked by top companies.Coverage of key QA topics: Manual Testing, Automation Basics, Test Cases, Bug Reporting, SDLC, Agile, and Testing Tools.Detailed explanations for each answer to strengthen your understanding and boost your confidence.Master Core QA ConceptsLearn essential testing principles and methodologies that employers look for.Understand different testing types (functional, non-functional, regression, smoke, etc.) and when to apply them.Improve your problem-solving skills with scenario-based questions.Interview Strategy & Success TipsGain insights into what interviewers expect from QA candidates.Learn how to answer both technical and behavioral questions effectively.Practice handling real-world testing situations that often appear in interviews.Who Is This Course For?Aspiring QA testers preparing for their first job interview.

17 Beginner C# Walkthrough Projects step by step
Welcome to this C# project based course for beginners course (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java. C# is an Object Oriented language and does not offer global variables or functions. Everything is wrapped in classes, even simple types like int and string, which inherits from the System.Object class. In this course I will walk you through how to create the following 17 beginner c # projects:CalculatorDigital Clock with date and timeSimple Digital ClockCurrency ConverterPicture ViewerMaths QuizWeb browserNotepadMaze Gamepaint drawing appPair matching game2D Ping Pong gameMusic layerimage upload formScreen SaverDatabase driven login formGoogle MapsC# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. This course will guide you through C#'s basics, its core syntax, and the fundamentals of writing strong C# code. I will show you how to install Visual Studio, a great IDE for developing in C#, and then dive into the language itself. Along the way, we will cover topics such as:Declaring and initializing variables with a variety of data typesData type Conversions and TruncatingExploring Basic Arithmetic operatorsTroubleshoot Compile errorsControlling flow with conditional codeCreating MethodCreating Event Handler methodsUsing controls and changing their propertiesIf C# is your first step into programming or adding i