forked from yatulearn/yatulearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yatu_learn_aiml.html
418 lines (383 loc) · 25.8 KB
/
yatu_learn_aiml.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="yatu_learn_aiml.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Artificial Intelligence & Machine Learning</title>
<link rel="icon" href="./assets/images/YATU Learn - YL icon Black (2).png" type="image/x-icon">
</head>
<body>
<nav class="main-nav">
<div class="main_logo">
<div class="logo">
<a href="index.html"><img src="YATU Learn - YL icon Black (2).png" alt="" height="40px"
width="50px"></a>
</div>
</div>
<input type="checkbox" id="check">
<label for="check" class="checkbtn"><i class="fa-solid fa-bars"></i></label>
<ul>
<a href="index.html" class="Courses btn-home">Home<i class="gfg-icon gfg-icon-black-up-carrot "
style="float: right; margin-right: -12px; line-height: 1.5;"></i></a>
<div class="dropdown1qp">
<a href="yatu_learn_qp.html" class="qp"> <span>Question Papers<i
class="fa-solid fa-angle-down"></i></span></a>
<div class="dropdown-content1qp">
<h2>CSE</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>IT</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>ECE</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
<h2>MECH</h2>
<div class="links">
<a href="yatu_learn_qp.html#border1">1st Sem</a>
<a href="yatu_learn_qp.html#border2">2nd Sem</a>
<a href="yatu_learn_qp.html#border3">3rd Sem</a>
<a href="yatu_learn_qp.html#border4">4th Sem</a>
<a href="yatu_learn_qp.html#border5">5th Sem</a>
</div>
</div>
</div>
<a href="yatu_learn_notes.html" class="btn-notes">Notes</a>
<a href="yatu_learn_about.html" class="About btn-about">About</a>
</ul>
<button class="btn"><a href="https://forms.gle/v4cY8FfyyhuJnWeSA">Doubts</a></button>
</nav>
<body>
<h1> ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING </h1>
<div class="content-box">
<H2 class="What">What is AI and ML</H2>
<p class="p">Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are designed to
think, learn, and problem-solve like humans. AI systems can perform tasks that typically require human
intelligence, such as visual perception, speech recognition, decision-making, language translation, and more.
Machine Learning (ML) is a subset of AI that focuses on the development of algorithms that allow computers to
learn from and make decisions based on data. Instead of being explicitly programmed to perform a task, ML
algorithms use statistical techniques to identify patterns in data, learn from those patterns, and make
predictions or decisions without human intervention.</p>
<br>
<H2 class="What">History and Evolution of AI and ML</H2>
<p class="p">The journey of Artificial Intelligence (AI) and Machine Learning (ML) spans several decades and has evolved through various phases:</p>
<h4>1. Early Beginnings (1950s-1960s):</h4>
<p class="p">
* <b>1950:</b> Alan Turing introduces the "Turing Test" to assess machine intelligence.<br>
* <b>1956:</b> The term "Artificial Intelligence" is coined at the Dartmouth Conference.<br>
* <b>1957:</b> Frank Rosenblatt develops the Perceptron, an early neural network model.
</p>
<h4>2. The Rise of Expert Systems (1970s-1980s):</h4>
<p class="p">
* <b>1970s:</b> AI research progresses with logic-based systems and expert systems.<br>
* <b>1980s:</b> Machine Learning gains traction, but the "AI Winter" sets in due to limited computing power and funding.<br>
</p>
<h4>3. Resurgence and Deep Learning (1990s-2000s):</h4>
<p class="p">
* <b>1990s:</b> AI resurfaces with advancements in probabilistic reasoning and ML algorithms.<br>
* <b>1997:</b> IBM's Deep Blue defeats chess champion Garry Kasparov.<br>
* <b>2000s:</b> AI evolves with improved computing power, paving the way for natural language processing and computer vision.
</p>
<h4>4. Modern AI and Deep Learning (2010s-Present):</h4>
<p class="p">
* <b>2010s:</b> Deep learning revolutionizes image and speech recognition, with companies investing heavily in AI.<br>
* <b>2012:</b> AlexNet wins ImageNet, showcasing the power of CNNs.<br>
* <b>2016:</b> AlphaGo beats world Go champion Lee Sedol.<br>
* <b>2020s:</b> AI dominates industries like healthcare, autonomous vehicles, and natural language processing, with advanced ML techniques like reinforcement learning and generative models.
</p>
<main><img src="Evolution-of-AI.png" alt="EvaluationofAI-roadmap" height="300" width="auto">
</main>
<H2 class="What">Types of AI</H2>
<p class="p">AI can be categorized into three main types based on its capabilities</p>
<h4>1. Narrow AI (Weak AI):</h4>
<p class="p">* <b>Definition:</b> AI systems that are designed to perform a specific task or a narrow range of tasks. They are highly
specialized and operate under a limited context. <br>
* <b>Examples:</b> Virtual assistants like Siri and Alexa, recommendation systems on Netflix, image recognition
systems, etc. <br>
* <b>Applications</b>: Specific tasks like speech recognition, image classification, recommendation systems, and
autonomous driving.</p>
<h4>2. General AI (Strong AI):</h4>
<p class="p">*<b> Definition</b>: AI systems that possess the ability to understand, learn, and apply intelligence across a wide
range of tasks, similar to human cognitive abilities. <br>
* Examples: As of now, General AI does not exist; it is a theoretical concept. <br>
* Applications: If achieved, General AI would be capable of performing any intellectual task that a human can
do.</p>
<h4>3. Superintelligent AI:</h4>
<p class="p">*<b>Definition</b>: A form of AI that surpasses human intelligence and capability in virtually every field, including
creativity, problem-solving, and emotional intelligence. <br>
* Examples: This is a hypothetical concept and does not currently exist. <br>
* Applications: Superintelligent AI could revolutionize fields like medicine, science, and technology, but it
also raises significant ethical and existential concerns.</p> <br>
<main><img src="types-of-artificial-intelligence.jpg" alt="EvaluationofAI-roadmap" height="300" width="auto">
</main>
<h2>Types of Machine Learning</h2>
<h4>ML can be broadly classified into four types:</h4>
<h4>1. Supervised Learning:</h4>
<p class="p">*<b> Definition</b>: Involves training an algorithm on a labeled dataset, where the correct output is known. The model
learns by comparing its output with the correct answers and adjusting accordingly.
<br>* Examples: Spam detection in email, sentiment analysis, predictive analytics.
<br>* Algorithms: Linear regression, logistic regression, decision trees, support vector machines (SVM), neural
networks.</p>
<h4>2. Unsupervised Learning:</h4>
<p class="p">* <b>Definition</b>: Involves training an algorithm on an unlabeled dataset, where the output is unknown. The model
tries to find hidden patterns or intrinsic structures within the data. <br>
* Examples: Market basket analysis, customer segmentation, anomaly detection. <br>
* Algorithms: K-means clustering, hierarchical clustering, principal component analysis (PCA), autoencoders.</p>
<h4>3. Semi-Supervised Learning:</h4>
<p class="p"><b>Definition</b>: A combination of supervised and unsupervised learning. The model is trained on a small amount of
labeled data and a large amount of unlabeled data. <br>
*Examples: Image recognition tasks where only some images are labeled. <br>
*Algorithms: Semi-supervised support vector machines, transductive SVM, generative models.</p>
<h4>4. Reinforcement Learning:</h4>
<p class="p">*<b> Definition</b>: Involves training an agent to make a sequence of decisions by rewarding or punishing it based on
its actions. The goal is to maximize cumulative rewards. <br>
*Examples: Robotics, gaming (like AlphaGo), autonomous vehicles. <br>
*Algorithms: Q-learning, deep Q-networks (DQN), policy gradients, deep deterministic policy gradient (DDPG).
<main><img src="types-of-ml.png" alt="EvaluationofAI-roadmap" height="300" width="auto">
</main>
</p> <br>
<h2>Why AI and ML?</h2> <br>
<p class="p"><b>1. Automation of Repetitive Tasks</b>: AI and ML can automate mundane and repetitive tasks, freeing up human
resources for more creative and complex work.</p>
<p class="p"><b>2. Data-Driven Decision Making</b>: With the ability to analyze vast amounts of data quickly and accurately, AI and
ML enable better decision-making in business, healthcare, finance, and more.</p>
<p class="p"><b>3. Personalization</b>: AI and ML enable personalized experiences in various domains, from e-commerce to
entertainment, by analyzing user behavior and preferences.</p>
<p class="p"><b>4. Improving Efficiency</b>: AI systems can optimize processes in industries such as manufacturing, logistics, and
supply chain, leading to reduced costs and improved efficiency.</p>
<p class="p"><b>5. Innovation in Healthcare</b>: AI and ML are driving innovation in healthcare by improving diagnostics, drug
discovery, personalized medicine, and patient care.</p>
<p class="p"><b>6. Economic Growth</b>: AI and ML have the potential to contribute significantly to economic growth by creating new
industries, improving productivity, and fostering innovation.</p>
<h2>How to Learn AI and ML?</h2>
<h4>1. Understand the Basics:</h4>
<p class="p">* Start by understanding the basic concepts of AI, ML, and data science. <br>
* Learn about different types of AI and ML, and the various algorithms and techniques used in the field.</p>
<h4>2. Learn Programming:</h4>
<p class="p">* Proficiency in programming languages like Python, R, or Java is essential.
<br>* Python is the most commonly used language in AI and ML due to its simplicity and the vast number of libraries
available.</p>
<h4>3. Mathematics and Statistics:</h4>
<p class="p">* A strong foundation in mathematics, particularly in linear algebra, calculus, probability, and statistics, is
crucial for understanding ML algorithms.
<br>* Topics like matrices, derivatives, integrals, probability distributions, and hypothesis testing are
particularly important.</p>
<h4>4. Learn Key Libraries and Tools:</h4>
<p class="p">* Familiarize yourself with popular ML libraries and frameworks like TensorFlow, PyTorch, Scikit-Learn, Keras,
and Pandas. <br>
* Learn how to use tools like Jupyter Notebook, Anaconda, and Git for version control.</p>
<h4>5. Study ML Algorithms:</h4>
<p class="p">* Learn about various ML algorithms such as linear regression, decision trees, k-nearest neighbors (KNN), support
vector machines (SVM), and neural networks. <br>
* Understand how these algorithms work, their applications, and how to implement them.</p>
<h4>6. Work on Projects:</h4>
<p class="p"> * Apply your knowledge by working on real-world projects. Start with simple projects like sentiment analysis,
image classification, or a recommendation system. <br>
* Participate in Kaggle competitions to practice your skills and learn from other practitioners.</p>
<h4>7. Learn About Data:</h4>
<p class="p"> * Understanding data is critical in ML. Learn about data preprocessing, cleaning, and exploration.
<br>* Familiarize yourself with concepts like data wrangling, feature engineering, and dimensionality reduction.</p>
<h4>8. Deep Learning:</h4>
<p class="p">* Once you have a good grasp of ML, delve into deep learning, a subfield of ML that deals with neural networks
with multiple layers (deep neural networks). <br>
* Study topics like convolutional neural networks (CNNs), recurrent neural networks (RNNs), generative
adversarial networks (GANs), and reinforcement learning.</p>
<h4>9. AI Ethics and Bias:</h4>
<p class="p">* Learn about the ethical considerations in AI, including bias in AI models, data privacy, and the societal
impact of AI technologies.</p>
<h4>10. Stay Updated:</h4>
<p class="p"> * The field of AI and ML is rapidly evolving. Keep yourself updated by following research papers, attending
conferences, and joining AI/ML communities.</p> <br>
<main><img src="AI.png" alt="dsa-roadmap" height="300" width="auto">
</main>
<h2>What to Learn in AI and ML?</h2>
<h4>1. Programming Languages:</h4>
<p class="p"> * <b>Python</b>: The most popular language for AI/ML. <br>
* <b>R</b>: Useful for statistical analysis. <br>
* <b>Java/C++</b>: Used in large-scale AI systems.</p>
<h4>2. Mathematics:</h4>
<p class="p">*<b> Linear Algebra</b>: Matrices, vectors, eigenvalues, and eigenvectors. <br>
* <b>Calculus</b>: Differentiation, integration, and gradient descent. <br>
* <b>Probability and Statistics</b>: Probability distributions, Bayes' theorem, hypothesis testing. <br>
* <b>Optimization</b>: Convex optimization, optimization algorithms.</p>
<h4>3. Machine Learning Algorithms:</h4>
<p class="p"> *<b> Supervised Learning</b>: Linear regression, logistic regression, decision trees, random forests, support vector
machines. <br>
* <b>Unsupervised Learning</b>: K-means clustering, hierarchical clustering, principal component analysis (PCA). <br>
* <b>Reinforcement Learning</b>: Q-learning, deep Q-networks (DQN), policy gradients.</p>
<h4>4. Deep Learning:</h4>
<p class="p"> * <b>Neural Networks</b>: Basics of neural networks, activation functions, backpropagation.
<br>* <b>Convolutional Neural Networks (CNNs)</b>: Used in image recognition and computer vision.
<br>* <b>Recurrent Neural Networks (RNNs)</b>: Used in natural language processing and time series analysis.
<br>*<b> Generative Models</b>: GANs, variational autoencoders (VAEs).</p>
<h4>5. Data Preprocessing and Feature Engineering:</h4>
<p class="p">* <b>Data Cleaning</b>: Handling missing data, outlier detection, and data normalization.
<br>* <b>Feature Engineering</b>: Creating new features, feature selection, and dimensionality reduction techniques like
PCA and t-SNE.</p>
<h4>6. Model Evaluation and Tuning:</h4>
<p class="p">*<b> Cross-Validation</b>: Techniques like k-fold cross-validation.
<br>*<b> Hyperparameter Tuning</b>: Grid search, random search, Bayesian optimization.
<br>*<b> Model Evaluation Metrics</b>: Accuracy, precision, recall, F1-score, ROC-AUC.</p>
<h4>7. AI Ethics and Responsible AI:</h4>
<p class="p"> *<b> Bias in AI</b>: Understanding and mitigating bias in AI models.
<br>*<b> Data Privacy</b>: Ensuring data privacy and security in AI applications.
<br>*<b> Explainable AI</b>: Techniques for making AI models interpretable.</p>
<h4>8. Tools and Frameworks:</h4>
<p class="p">* <b>TensorFlow and PyTorch</b>: Deep learning frameworks.
<br>*<b> Scikit-Learn</b>: A machine learning library for Python.
<br>* <b>Keras</b>: High-level neural networks API.
<br>*<b> Pandas and NumPy</b>: Libraries for data manipulation and analysis.</p>
<h4>9. Big Data Technologies:</h4>
<p class="p">*<b> Hadoop and Spark</b>: Frameworks for processing large datasets.
<br>*<b> SQL and NoSQL</b>: Database management systems.
<br>*<b> Data Warehousing</b>: Techniques for storing and managing large datasets.</p>
<h4>10. Specialized Areas:</h4>
<p class="p">*<b> Natural Language Processing (NLP)</b>: Techniques for processing and analyzing human language.
<br>* <b>Computer Vision</b>: Techniques for analyzing and understanding visual data.
<br>*<b> Robotics</b>: Application of AI in robotics for autonomous systems.</p> <br>
<h2>Roadmaps for AI/ML Learning</h2>
<h4>1. Beginner Level:</h4>
<p class="p"> *<b> Duration</b>: 3-6 months.
<br>*<b> Focus</b>: Basics of programming, introduction to AI/ML, basic ML algorithms, small projects.
<br>*<b> Resources</b>: Online courses (Coursera, Udemy), tutorials, YouTube videos.</p>
<h4>2. Intermediate Level:</h4>
<p class="p"> * <b>Duration</b>: 6-12 months.
<br>*<b> Focus</b>: Advanced ML algorithms, deep learning, mathematics for ML, larger projects.
<br>*<b> Resources</b>: Books (e.g., "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow"), research
papers, intermediate courses.</p> <br>
<h4>3. Advanced Level:</h4>
<p class="p">* <b>Duration</b>: 12-24 months.
<br>* <b>Focus</b>: Specializations (NLP, computer vision, reinforcement learning), research, contributing to open-source
projects, advanced mathematics.
<br>* <b>Resources</b>: Research papers, advanced courses, specialized certifications.</p>
<h4>4. Expert Level:</h4>
<p class="p">*<b> Duration</b>: 2+ years.
<br>*<b> Focus</b>: Cutting-edge research, developing new algorithms, AI ethics, leading projects, innovation.
<br>*<b> Resources</b>: PhD programs, conferences, journals, collaboration with industry experts.</p> <br>
<h2>Ethical Concerns and Challenges in AI</h2>
<h4>1. Bias and Fairness:</h4>
<p class="p">
* <b>Problem:</b> AI systems can inherit biases from training data, leading to unfair or discriminatory decisions, especially in sensitive areas like hiring and criminal justice.
<br>* <b>Examples:</b> Facial recognition systems showing higher error rates for people of color; biased hiring algorithms.
<br>* <b>Solution:</b> Development of fairness metrics and techniques to identify and mitigate biases in AI systems.
</p>
<h4>2. Privacy Concerns:</h4>
<p class="p">
* <b>Problem:</b> AI systems may infringe on privacy by collecting, analyzing, and exploiting personal data without adequate consent.
<br>* <b>Examples:</b> Targeted advertising, surveillance systems, and data breaches.
<br>* <b>Solution:</b> Implement stronger privacy protection laws (e.g., GDPR) and develop privacy-preserving techniques such as federated learning.
</p>
<h4>3. Job Displacement:</h4>
<p class="p">
* <b>Problem:</b> Automation driven by AI and robotics is predicted to replace many jobs, especially those involving routine tasks, leading to economic disruption.
<br>* <b>Examples:</b> Autonomous vehicles replacing truck drivers; AI-powered customer service chatbots replacing human staff.
<br>* <b>Solution:</b> Encourage reskilling programs, universal basic income (UBI) proposals, and development of new job sectors that leverage human creativity and social intelligence.
</p>
<h4>4. Accountability and Transparency:</h4>
<p class="p">
* <b>Problem:</b> AI systems, particularly deep learning models, can act as "black boxes," making it difficult to understand how decisions are made.
<br>* <b>Examples:</b> Lack of transparency in medical diagnostics or autonomous driving decisions.
<br>* <b>Solution:</b> Focus on explainable AI (XAI) to design interpretable models and create regulatory frameworks ensuring accountability.
</p>
<h4>5. AI in Warfare and Autonomous Weapons:</h4>
<p class="p">
* <b>Problem:</b> The use of AI in military applications raises ethical concerns about unintended escalations and lack of human oversight in lethal decision-making.
<br>* <b>Examples:</b> Autonomous drones and weapons systems making life-and-death decisions without human intervention.
<br>* <b>Solution:</b> Calls for international treaties to regulate or ban the development and use of autonomous weapons.
</p>
<h4>6. Ethical Use in Healthcare:</h4>
<p class="p">
* <b>Problem:</b> AI applications in healthcare pose challenges in balancing innovation with patient privacy, data security, and ensuring that AI recommendations are medically sound and ethical.
<br>* <b>Examples:</b> AI used for predictive diagnostics or treatment recommendations may give incorrect advice or breach patient confidentiality.
<br>* <b>Solution:</b> Regulatory bodies are increasingly focusing on AI in healthcare, with an emphasis on human-in-the-loop systems to validate AI-driven insights.
<main><img src="ethical.png" height="300" width="auto">
</main>
</p>
<h2>Conclusion</h2>
<p class="p">Learning AI and ML is a journey that requires dedication, continuous learning, and hands-on experience. Start
with the basics, build a strong foundation, and gradually explore more advanced topics as you gain confidence
and expertise.</p>
</div>
<script src="yatu_learn_script.js" crossorigin=""></script>
</body>
<footer>
<div class="flex_align">
<div class="box1">
<div class="logo">
<a href="index.html"><img src="YL_Black-removebg-preview2.png" alt="" height="110px"
width="200px"></a>
</div>
<div class="header same">
<p>Explore</p>
<a href="index.html">Home</a>
<a href="yatu_learn_qp.html">Papers</a>
<a href="yatu_learn_notes.html">Notes</a>
<a href="yatu_learn_about.html">About</a>
</div>
<div class="policies same">
<div class="policy">
<p>policy</p>
<a href="privacy_learn.html">Privacy policy</a>
<a href="yatu_learn_about.html#contact">Contact Us</a>
</div>
<div class="media">
<p>Social:</p>
<div class="icon_flex">
<a href="https://www.linkedin.com/company/yatulearn/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com/yatulearn/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.youtube.com/@YATU_Store"><i class="fa-brands fa-youtube"></i></a>
<a href="https://x.com/yatulearn"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
</div>
<div class="vertical_line">
</div>
<div class="email_adress same">
<p class="mail">address:</p>
<span> Near Panjab University<br> SSGRC, Bajwara, Una<br> road, Hoishiarpur, 146021,<br> Punjab,
India</span><br>
<br>
<div class="num">Ph No. : 7068247779</div>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail : [email protected]</a>
</div>
</div>
</div>
<div class="course_flex">
<div class="courses">
<p>Courses:</p>
<div class="courses_link">
<a href="yatu_learn_wd.html">Web Dev</a>
<a href="yatu_learn_dsa.html">DSA</a>
<a href="yatu_learn_aiml.html">AI ML</a>
<a href="yatu_learn_cs.html">Cyber Security</a>
<a href="yatu_learn_os.html">Operating System</a>
<a href="yatu_learn_cn.html">Networking</a>
</div>
</div>
</div>
<div class="horizontal_line">
</div>
<div class="copyright">
<p>© 2024 YATU Learn. All Rights Reserved.</p>
</div>
</footer>
</html>