-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathANOVA.html
More file actions
698 lines (583 loc) · 29.5 KB
/
ANOVA.html
File metadata and controls
698 lines (583 loc) · 29.5 KB
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ANOVA test</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/Favicon-1.png" rel="icon">
<link href="assets/img/Favicon-1.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Creating a python code section-->
<link rel="stylesheet" href="assets/css/prism.css">
<script src="assets/js/prism.js"></script>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- To set the icon, visit https://fontawesome.com/account-->
<script src="https://kit.fontawesome.com/5d25c1efd3.js" crossorigin="anonymous"></script>
<!-- end of icon-->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<!-- =======================================================
* Template Name: iPortfolio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/myphoto.jpeg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Arun</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://www.linkedin.com/in/arunp77/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/arunp77" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="https://twitter.com/arunp77_" target="_blank" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.instagram.com/arunp77/" target="_blank" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://arunp77.medium.com/" target="_blank" class="medium"><i class="bx bxl-medium"></i></a>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<li><a href="index.html#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="index.html#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li>
<li><a href="index.html#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
<li><a href="index.html#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i> <span>Portfolio</span></a></li>
<li><a href="index.html#skills-and-tools" class="nav-link scrollto"><i class="bx bx-wrench"></i> <span>Skills and Tools</span></a></li>
<li><a href="index.html#language" class="nav-link scrollto"><i class="bi bi-menu-up"></i> <span>Languages</span></a></li>
<li><a href="index.html#awards" class="nav-link scrollto"><i class="bi bi-award-fill"></i> <span>Awards</span></a></li>
<li><a href="index.html#professionalcourses" class="nav-link scrollto"><i class="bx bx-book-alt"></i> <span>Professional Certification</span></a></li>
<li><a href="index.html#publications" class="nav-link scrollto"><i class="bx bx-news"></i> <span>Publications</span></a></li>
<!-- <li><a href="index.html#extra-curricular" class="nav-link scrollto"><i class="bx bx-rocket"></i> <span>Extra-Curricular Activities</span></a></li> -->
<!-- <li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li> -->
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2><a href="index.html" target="_blank">Home</a></h2>
<ol>
<li><a href="machine-learning.html" class="clickable-box">Content section</a></li>
<li><a href="index.html#portfolio" class="clickable-box">Portfolio section</a></li>
</ol>
</div>
</div>
</section><!-- End Breadcrumbs -->
<!------ right dropdown menue ------->
<div class="right-side-list">
<div class="dropdown">
<button class="dropbtn"><strong>Shortcuts:</strong></button>
<div class="dropdown-content">
<ul>
<li><a href="cloud-compute.html"><i class="fas fa-cloud"></i> Cloud</a></li>
<li><a href="AWS-GCP.html"><i class="fas fa-cloud"></i> AWS-GCP</a></li>
<li><a href="amazon-s3.html"><i class="fas fa-cloud"></i> AWS S3</a></li>
<li><a href="ec2-confi.html"><i class="fas fa-server"></i> EC2</a></li>
<li><a href="Docker-Container.html"><i class="fab fa-docker" style="color: rgb(29, 27, 27);"></i> Docker</a></li>
<li><a href="Jupyter-nifi.html"><i class="fab fa-python" style="color: rgb(34, 32, 32);"></i> Jupyter-nifi</a></li>
<li><a href="snowflake-task-stream.html"><i class="fas fa-snowflake"></i> Snowflake</a></li>
<li><a href="data-model.html"><i class="fas fa-database"></i> Data modeling</a></li>
<li><a href="sql-basics.html"><i class="fas fa-table"></i> QL</a></li>
<li><a href="sql-basic-details.html"><i class="fas fa-database"></i> SQL</a></li>
<li><a href="Bigquerry-sql.html"><i class="fas fa-database"></i> Bigquerry</a></li>
<li><a href="scd.html"><i class="fas fa-archive"></i> SCD</a></li>
<li><a href="sql-project.html"><i class="fas fa-database"></i> SQL project</a></li>
<!-- Add more subsections as needed -->
</ul>
</div>
</div>
</div>
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container">
<div class="row gy-4">
<h1>🧠 ANOVA (Analysis of Variance)</h1>
<div class="col-lg-8">
<div class="portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<figure>
<img src="assets/img/machine-ln/t_vs_Anov.png" alt="" style="max-width: 70%; max-height: auto;">
<figcaption style="text-align: center;">
(<strong>Image credit: </strong>
© <a href="https://www.clyte.tech/post/when-to-use-t-test-vs-anova?srsltid=AfmBOopedwIILxYkItnLLtsZ111XQxx2U-Ym8HgUlfLpr6POqzGHhFJG">clyte.tech</a>)
</figcaption>
</figure>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<!-- <div class="col-lg-4 grey-box">
<div class="section-title">
<h3>Content</h3>
<ol>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#key-difference">Key Differences Between Machine Learning And Deep Learning</a></li>
<li><a href="#classification">Deep Learning model classification</a></li>
<li><a href="#neural">Neural Networks</a></li>
<li><a href="#types">Types of Neural Network Diagrams</a></li>
<li><a href="#key-points">Key Points</a></li>
<li><a href="#applications">Applications of Deep Learning</a></li>
<li><a href="#neural-network">Understanding the Neural Network Jargon</a></li>
<li><a href="#learning-tech">Learning Terminology</a></li>
<li><a href="#other-term">Other Important Terms</a></li>
<li><a href="#activation">Activation function</a></li>
<li><a href="#how-learn">How does the network learn?</a></li>
<li><a href="#reference">Reference</a></li>
</ol>
</div>
</div> -->
</div>
<section>
<h3 id="introduction">Introduction</h3>
<p>ANOVA is a statistical method used to **compare the means of three or more groups** to determine if at least one group mean differs significantly from the others. </p>
<p>It extends the <b>t-test</b> (which compares two means) to <b>multiple groups</b> while controlling the <b>Type I error rate</b>.</p>
<h4>🔹 Intuitive Idea</h4>
<p>Instead of comparing means pairwise (like multiple t-tests), ANOVA compares <b>variability between groups</b> to <b>variability within groups</b>.</p>
<p>If the <b>between-group variability</b> is <b>much larger</b> than the <b>within-group variability</b>, it suggests that the group means are <b>not all equal</b>.</p>
<h4>🔹 Hypotheses</h4>
$$
H_0: \mu_1 = \mu_2 = \mu_3 = \dots = \mu_k \quad \text{(all group means are equal)}
$$
$$
H_a: \text{At least one group mean is different}
$$
<h4>🔹 The ANOVA Concept</h4>
<p>ANOVA divides the **total variation** in the data into two components:</p>
<table>
<thead>
<tr>
<th>Source of Variation</th>
<th>Description</th>
<th>Measured by</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Between Groups</strong></td>
<td>Differences due to group means</td>
<td>$$SS_{\text{between}}$$</td>
</tr>
<tr>
<td><strong>Within Groups (Error)</strong></td>
<td>Random differences within each group</td>
<td>$$SS_{\text{within}}$$</td>
</tr>
</tbody>
</table>
<h4>🔹 The F-statistic</h4>
<p>The <b>F-statistic</b> measures the ratio of between-group variance to within-group variance:</p>
$$
F = \frac{MS_{between}}{MS_{within}}
$$
where:
$$
MS_{between} = \frac{SS_{between}}{df_{between}} \quad \text{and} \quad MS_{within} = \frac{SS_{within}}{df_{within}}
$$
<ul>
<li>\(SS\): Sum of squares</li>
<li>\(df\): Degrees of freedom</li>
<li>\(MS\): Mean square (average sum of squares)</li>
</ul>
<p>If \(F\) is large, it indicates that group means differ more than expected by random chance.</p>
<h4>🔹 One-Way ANOVA</h4>
<p><b>Purpose: </b> Compare the means of three or more groups based on one independent variable (factor).</p>
<p><b>Example: </b>You test whether three fertilizers produce different average plant growth. </p>
<table>
<thead>
<tr>
<th>Group</th>
<th>Mean Growth (cm)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Fertilizer A</td>
<td>12</td>
</tr>
<tr>
<td>Fertilizer B</td>
<td>15</td>
</tr>
<tr>
<td>Fertilizer C</td>
<td>18</td>
</tr>
</tbody>
</table>
<p><b>Model: </b></p>
$$
Y_{ij} = \mu + \tau_i + \varepsilon_{ij}
$$
<p>where: </p>
<ul>
<li>\(Y_{ij}\): observation \(j\) in group \(i\)</li>
<li>\(\mu\): overall mean</li>
<li>\(\tau_i\): effect of group \(i\)</li>
<li>\(\varepsilon_{ij}\): random error term (assumed normally distributed)</li>
</ul>
<p><b>Assumptions: </b></p>
<ol>
<li>Independence of observations</li>
<li>Normal distribution within each group</li>
<li>Homogeneity of variances (equal variances across groups)</li>
</ol>
<p><b>Decision Rule: </b></p>
<ul>
<li>Compute the <strong>F-statistic</strong></li>
<li>
Compare it with the critical F-value from the F-distribution at a given
significance level (e.g., α = 0.05)
</li>
<li>
If <strong>F > F<sub>critical</sub></strong>, reject
<strong>H<sub>0</sub></strong>
</li>
</ul>
<p><b>Post-hoc Tests (if H<sub>0</sub> is rejected)</b></p>
<p>
If you find a significant difference, use post-hoc tests such as
<strong>Tukey’s HSD</strong> or <strong>Bonferroni</strong> to identify
<strong>which groups differ</strong>.
</p>
<hr>
<h4>Two-Way ANOVA</h4>
<p><b>Purpose</b></p>
<p>
Two-way ANOVA is used to compare means across groups when you have
<strong>two independent variables (factors)</strong>.
It also allows testing for <strong>interaction effects</strong>
between the factors.
</p>
<h3>Example</h3>
<p>
You test how <strong>fertilizer type (A, B, C)</strong> and
<strong>sunlight exposure (Low, High)</strong> affect plant growth.
</p>
<h3>Model</h3>
<div class="important-box text-center">
$$
Y_{ijk} = \mu + \alpha_i + \beta_j + (\alpha\beta)_{ij} + \varepsilon_{ijk}
$$
</div>
<p>where:</p>
<ul>
<li><strong>μ</strong>: overall mean</li>
<li><strong>α<sub>i</sub></strong>: effect of Factor A (e.g., fertilizer)</li>
<li><strong>β<sub>j</sub></strong>: effect of Factor B (e.g., sunlight)</li>
<li>
<strong>(αβ)<sub>ij</sub></strong>:
interaction effect between A and B
</li>
<li><strong>ϵ<sub>ijk</sub></strong>: random error term</li>
</ul>
<hr>
<p><b>Hypotheses</b></p>
<ol>
<li>
<strong>For Factor A:</strong><br>
$$
H_0: \alpha_1 = \alpha_2 = \cdots = 0
$$
</li>
<li>
<strong>For Factor B:</strong><br>
$$
H_0: \beta_1 = \beta_2 = \cdots = 0
$$
</li>
<li>
<strong>For Interaction (A × B):</strong><br>
$$
H_0: (\alpha\beta)_{ij} = 0
$$
</li>
</ol>
<p>
If the interaction is significant, it should be interpreted
<strong>before</strong> examining the main effects.
</p>
<hr>
<p><b>Outputs</b></p>
<p>
Two-way ANOVA produces <strong>three F-statistics</strong>:
</p>
<ol>
<li>Effect of Factor A</li>
<li>Effect of Factor B</li>
<li>Effect of the interaction term (A × B)</li>
</ol>
<hr>
<h4>Interpreting Results</h4>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Term</th>
<th>Interpretation</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>F-statistic</strong></td>
<td>Ratio of between-group variance to within-group variance</td>
</tr>
<tr>
<td><strong>p-value</strong></td>
<td>Probability of observing F by chance under H<sub>0</sub></td>
</tr>
<tr>
<td><strong>Significant p (< α)</strong></td>
<td>Reject H<sub>0</sub> — at least one group differs</td>
</tr>
<tr>
<td><strong>Post-hoc tests</strong></td>
<td>Identify which specific groups differ</td>
</tr>
</tbody>
</table>
<hr>
<h4>Summary</h4>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Type</th>
<th>Factors</th>
<th>Example</th>
<th>Main Goal</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>One-Way ANOVA</strong></td>
<td>1</td>
<td>Compare test scores across 3 teaching methods</td>
<td>Does the method affect performance?</td>
</tr>
<tr>
<td><strong>Two-Way ANOVA</strong></td>
<td>2</td>
<td>Compare scores across teaching methods and gender</td>
<td>
Does method, gender, or their interaction affect scores?
</td>
</tr>
</tbody>
</table>
<hr>
<h3>In Short</h3>
<ul>
<li>ANOVA tests whether <strong>group means differ</strong> significantly.</li>
<li>The <strong>F-ratio</strong> compares between-group and within-group variation.</li>
<li>
<strong>One-way ANOVA</strong> → one factor;
<strong>Two-way ANOVA</strong> → two factors (with interaction).
</li>
<li>
<strong>Post-hoc tests</strong> help identify which groups differ.
</li>
</ul>
<h2>When to use t-test vs ANOVA: Choosing the Right Statistical Test</h2>
When comparing group means, one of the most common questions in statistics is whether to use a t-test or ANOVA.
Both are hypothesis testing methods, but they are designed for different situations. Choosing the correct test is essential to avoid incorrect conclusions.
<p>The most important difference between a t-test vs ANOVA is the number of groups you're comparing:</p>
<ul>
<li>T-Test: Use when comparing the means of two groups.</li>
<li>ANOVA: Use when comparing the means of three or more groups.</li>
</ul>
<h4>Key Differences at a Glance</h4>
<table>
<thead>
<tr>
<th>Feature</th>
<th>t-test</th>
<th>ANOVA</th>
</tr>
</thead>
<tbody>
<tr>
<td>Number of groups</td>
<td>2</td>
<td>3 or more</td>
</tr>
<tr>
<td>Main purpose</td>
<td>Compare two means</td>
<td>Compare multiple means</td>
</tr>
<tr>
<td>Output</td>
<td>t-statistic, p-value</td>
<td>F-statistic, p-value</td>
</tr>
<tr>
<td>Type I error risk</td>
<td>Low (for 2 groups)</td>
<td>Controlled across many groups</td>
</tr>
<tr>
<td>Post-hoc tests needed?</td>
<td>No</td>
<td>Yes (if significant)</td>
</tr>
</tbody>
</table>
<h4>hy Not Use Multiple t-Tests Instead of ANOVA?</h4>
Using multiple t-tests increases the Type I error rate (false positives).
<p><strong>Example: </strong></p>
<ul>
<li>Testing 3 groups using pairwise t-tests requires 3 comparisons.</li>
<li>Each test at α = 0.05 increases the chance of false significance.</li>
<li>ANOVA controls this by testing all groups simultaneously.</li>
</ul>
<h4>Decision Guide (Quick Rule)</h4>
<table>
<thead>
<tr>
<th>Situation</th>
<th>Recommended Test</th>
</tr>
</thead>
<tbody>
<tr>
<td>One group vs known value</td>
<td>One-sample t-test</td>
</tr>
<tr>
<td>Two independent groups</td>
<td>Independent t-test</td>
</tr>
<tr>
<td>Same group measured twice</td>
<td>Paired t-test</td>
</tr>
<tr>
<td>Three or more groups</td>
<td>One-way ANOVA</td>
</tr>
<tr>
<td>Multiple factors</td>
<td>Two-way ANOVA</td>
</tr>
</tbody>
</table>
<p><b>Example:</b> Sepal length of Iris species</p>
<pre><code>
import seaborn as sns
import matplotlib.pyplot as plt
from scipy.stats import ttest_ind, f_oneway
# Load dataset
iris = sns.load_dataset("iris")
# Split groups
setosa = iris[iris["species"] == "setosa"]["sepal_length"]
versicolor = iris[iris["species"] == "versicolor"]["sepal_length"]
virginica = iris[iris["species"] == "virginica"]["sepal_length"]
# ----- T-TEST -----
t_stat, p_val = ttest_ind(setosa, versicolor)
print("T-test (Setosa vs Versicolor)")
print("t =", t_stat, "p =", p_val)
# ----- ANOVA -----
f_stat, p_val_anova = f_oneway(setosa, versicolor, virginica)
print("\nANOVA Result")
print("F =", f_stat, "p =", p_val_anova)
</code></pre>
<p>Code output:</p>
<pre><code>
T-test (Setosa vs Versicolor)
t = -10.52098626754911 p = 8.985235037487079e-18
ANOVA Result
F = 119.26450218450468 p = 1.6696691907693826e-31
</code></pre>
Chart to compare:
<pre><code>
import seaborn as sns
import matplotlib.pyplot as plt
sns.boxplot(x="species", y="sepal_length", data=iris)
plt.title("Sepal Length Comparison Across Species")
plt.show()
</code></pre>
<figure>
<img src="assets/img/machine-ln/t_test_vs_anova_IRIS_data.png" alt="" style="max-width: 60%; max-height: auto;">
<figcaption style="text-align: center;">This plot visually explains why ANOVA is needed — multiple group means compared at once.</figcaption>
</figure>
<!-------Reference ------->
<section id="reference">
<h2>References</h2>
<ol>
<li><a href="https://www.simplilearn.com/tutorials/deep-learning-tutorial/convolutional-neural-network" target="_blank">Convolutional Neural Network Tutorial</a></li>
<li><a href="https://www.datacamp.com/tutorial/cnn-tensorflow-python" target="_blank">Datacamp tutorial</a>.</li>
<li><a href="https://www.analyticsvidhya.com/blog/2021/10/a-comprehensive-guide-on-deep-learning-optimizers/" target="_blank">Analyticsvidhya tutorials</a>.</li>
<li><a href="https://learnopencv.com/getting-started-with-tensorflow-keras/" target="_blank">Getting started with Keras, Tensorflow and Deep Learning</a>.</li>
<li><a href="https://www.geeksforgeeks.org/introduction-deep-learning/?ref=lbp" target="_blank">Introduction to Deep Learning</a></li>
<li><a href="https://www.ibm.com/topics/deep-learning?cm_sp=ibmdev-_-developer-articles-_-ibmcom" target="_blank">What is deep learning?</a></li>
<li><a href="https://developer.ibm.com/articles/cc-machine-learning-deep-learning-architectures/" target="_blank">Deep learning architectures</a></li>
<li>Hands on Machine Learning with Scikit-Learn, Keras, & TensorFlow, Aurelien Geron</li>
</ol>
</section>
<hr>
<div style="background-color: #f0f0f0; padding: 15px; border-radius: 5px;">
<h3>Some other interesting things to know:</h3>
<ul style="list-style-type: disc; margin-left: 30px;">
<li>Visit my website on <a href="sql-project.html">For Data, Big Data, Data-modeling, Datawarehouse, SQL, cloud-compute.</a></li>
<li>Visit my website on <a href="Data-engineering.html">Data engineering</a></li>
</ul>
</div>
<p></p>
<div class="navigation">
<a href="index.html#portfolio" class="clickable-box">
<span class="arrow-left">Portfolio section</span>
</a>
<a href="machine-learning.html" class="clickable-box">
<span class="arrow-right">Content</span>
</a>
</div>
</div>
</section><!-- End Portfolio Details Section -->
</main><!-- End #main --
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Arun</span></strong>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
hljs.initHighlightingOnLoad();
});
</script>
</body>
</html>