-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
693 lines (510 loc) · 33.5 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NSCQ2J3');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tanveer Ahmed Khan D4DI</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.73.0" />
<!--<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3260725685986309"
crossorigin="anonymous"></script>
<link href="/dist/css/app.css" rel="stylesheet">
<link rel="canonical" href="https://tkhan11.github.io/">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Tanveer Ahmed Khan" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Tanveer Ahmed Khan" />
<meta property="og:title" content="Tanveer Ahmed Khan D4DI">
<meta property="og:description" content=" This blog is an attempt to distill some of the knowledge I’ve gained through my experiences as a Research scholar and as a student. The content of the blog will be posts about data mining, machine learning, analysis techniques, algorithms, theory–basically stuff that I find cool, exciting, or helpful.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tkhan11.github.io/" />
<meta property="og:updated_time" content="2023-3-29T15:37:05+04:00">
<meta itemprop="name" content="Tanveer Ahmed Khan D4DI">
<meta itemprop="description" content="Blog |Data Science Projects">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tanveer Ahmed Khan D4DI">
<meta name="twitter:description" content="Blog | Data Science Projects">
<meta name="description" content="Blog | Data Science Projects">
<meta name="description" content="Data Science Projects">
<meta name="keywords" content="D4DI, Data4DerivingInsights">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PND0KQF3PH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PND0KQF3PH');
</script>
</head>
<body class="ma0 avenir bg-near-white">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSCQ2J3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="cover bg-top" style="background-image: url('images/background.jpg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
Tanveer khan
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/about/" title="About page">
About
</a>
</li>
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/publications/" title="Research page">
Research
</a>
</li>
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/blog/blog.html" title="Blog page">
Blog
</a>
</li>
</ul>
<meta name="description" content="Data Science Projects"”>
<a href="https://www.linkedin.com/in/takhan11/" target="_blank" class="link-transition linkedin link dib z-999 pt3 pt0-l mr1" title="LinkedIn" rel="noopener" aria-label="follow on LinkedIn——Opens in a new window">
<svg height="32px" style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://medium.com/@takhan.11" target="_blank" class="link-transition medium link dib z-999 pt3 pt0-l mr1" title="Medium" rel="noopener" aria-label="Medium——Opens in a new window">
<img alt="Medium logo" src="/images/medium.jpg" width="30" height="30" />
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://github.com/tkhan11/" target="_blank" class="link-transition github link dib z-999 pt3 pt0-l mr1" title="Github" rel="noopener" aria-label="follow on Github——Opens in a new window">
<svg height="32px" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M256,32C132.3,32,32,134.8,32,261.7c0,101.5,64.2,187.5,153.2,217.9c11.2,2.1,15.3-5,15.3-11.1 c0-5.5-0.2-19.9-0.3-39.1c-62.3,13.9-75.5-30.8-75.5-30.8c-10.2-26.5-24.9-33.6-24.9-33.6c-20.3-14.3,1.5-14,1.5-14 c22.5,1.6,34.3,23.7,34.3,23.7c20,35.1,52.4,25,65.2,19.1c2-14.8,7.8-25,14.2-30.7c-49.7-5.8-102-25.5-102-113.5 c0-25.1,8.7-45.6,23-61.6c-2.3-5.8-10-29.2,2.2-60.8c0,0,18.8-6.2,61.6,23.5c17.9-5.1,37-7.6,56.1-7.7c19,0.1,38.2,2.6,56.1,7.7 c42.8-29.7,61.5-23.5,61.5-23.5c12.2,31.6,4.5,55,2.2,60.8c14.3,16.1,23,36.6,23,61.6c0,88.2-52.4,107.6-102.3,113.3 c8,7.1,15.2,21.1,15.2,42.5c0,30.7-0.3,55.5-0.3,63c0,6.1,4,13.3,15.4,11C415.9,449.1,480,363.1,480,261.7 C480,134.8,379.7,32,256,32z"/>
</svg>
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://orcid.org/0000-0002-5052-3921" target="_blank" class="link-transition orcid link dib z-999 pt3 pt0-l mr1" title="Orcid Id" rel="noopener" aria-label="Orcid——Opens in a new window">
<img alt="ORCID logo" src="https://orcid.org/assets/vectors/orcid.logo.icon.svg" width="30" height="30" />
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
Explore the hidden
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<div class="pa3 pa4-ns w-100 w-70-ns center">
<section class="w-100 mw8">
<!-- ***************************POSTS STARTS HERE*****************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/TextGenFNet.html" class="color-inherit dim link">
<b>Natural Language Processing: Text Generation using FNet transformer</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
In this article, we will implement and train FNet model on the Cornell Movie Dialog corpus dataset to show the applicability of FNet in text generation.</div>
<a href="https://tkhan11.github.io/blog/TextGenFNet.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/gcp.html" class="color-inherit dim link">
<b>Google Cloud Platform Tools and Services</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
This article provides an introduction to cloud computing and Google cloud platform (GCP) tools and services.</div>
<a href="https://tkhan11.github.io/blog/gcp.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!-- ***************************POST ENDS HERE*****************************-->
<!-- ***************************POST STARTS HERE*****************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/recomsystem.html" class="color-inherit dim link">
<b>Building an on-device Recommendation system</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
This article provides an adaptive framework to train and serve on-device recommendation system model. This approach personalizes recommendations by leveraging on-device data, and protects user privacy without having user data leave device.</div>
<a href="https://tkhan11.github.io/blog/recomsystem.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!-- ***************************POSTS STARTS HERE*****************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/timeSeriesFeatExt.html" class="color-inherit dim link">
<b>Time series based feature extraction: Electrocardiogram (ECG) data</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
In this article we will examine the times series based feature extraction techniques more specifically, Fourier and Wavelet transforms. We will extract frequency and wavelet features from ECG data to train a classification model.</div>
<a href="https://tkhan11.github.io/blog/timeSeriesFeatExt.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/Textretrieval.html" class="color-inherit dim link">
<b>Natural Language Processing Based Text Retrieval System</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
In this article, we will understand how to build NLP based text retrieval system. We will use the well-known Reuters-21578 dataset. It includes 12,902 documents for 90 classes, with a fixed splitting between test and training data.
</div>
<a href="https://tkhan11.github.io/blog/Textretrieval.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/GeneExp.html" class="color-inherit dim link">
<b>Gene Expression Classification</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
In this Article we will examine a small gene expression dataset, attempting to classify leukemia patients into one of two classes. We will use some machine learning models to perform the molecular classification of cancer.
</div>
<a href="https://tkhan11.github.io/blog/GeneExp.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/GraphCNN.html" class="color-inherit dim link">
<b>Graph Convolutional Neural Networks for Node Classification</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Many datasets in various machine learning (ML) applications have structural relationships between their entities, which can be represented as graphs. Such application includes social and communication networks analysis, traffic prediction, and fraud detection. Graph representation Learning aims to build and train models for graph datasets to be used for a variety of ML tasks.
</div>
<a href="https://tkhan11.github.io/blog/GraphCNN.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/EEGsubiden.html" class="color-inherit dim link">
<b>Electroencephalography (EEG) based subject identification</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
EEG is a non-invasive brain imaging technique that measures difference in electrical voltage (micro-voltage),
that occur as a part of neural activity in the human brain. EEG signal data acquired from subjects are unique for
every individual and offers stability in signal patterns that are needed in designing biometric systems and thus have been
explored as a potential biometric trait.
</div>
<a href="https://tkhan11.github.io/blog/EEGsubiden.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/knowledgegraphs.html" class="color-inherit dim link">
<b>Knowledge Graphs</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Knowledge Graphs (KGs) have emerged as a compelling abstraction for organizing the world’s structured knowledge, and as a way to integrate information extracted from multiple data sources. Knowledge graphs have started to play a central role in representing the information extracted using natural language processing and computer vision. Domain knowledge expressed in KGs is being input into machine learning models to produce better predictions
</div>
<a href="https://tkhan11.github.io/blog/knowledgegraphs.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<!--**************ONE WHOLE POST START HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/ID3.html" class="color-inherit dim link">
<b>Exploring decision tree based Iterative Dichotomiser 3 (ID3) algorithm</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Decision trees are supervised learning algorithms used for both, classification and regression tasks.
Decision trees are assigned to the information based learning algorithms which use different measures of information gain for learning.
We can use decision trees for issues where we have continuous but also categorical input and target features.
</div>
<a href="https://tkhan11.github.io/blog/ID3.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<!--**************ONE WHOLE POST ENDS HERE***************************-->
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/bigdata.html" class="color-inherit dim link">
<b>Superstore sales data analysis using Big Data Hadoop framework</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Big Data Analytics refers to the strategy of analyzing large volumes of data, or big data. This big data is gathered from a wide variety of sources, including social networks, videos, digital images, log files, sensor data, and sales transaction records, etc. The aim is to analyze all this data to discover patterns, findings, and trends that will help the concerned stakeholders to take informed decisions.
</div>
<a href="https://tkhan11.github.io/blog/bigdata.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/a-gentle-introduction-to-neural-networks.html" class="color-inherit dim link">
<b>Introduction to Artificial Neural Networks (ANN)</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
ANNs are nonlinear models motivated by the physiological architecture of the nervous system.
They involve a cascade of simple nonlinear computations that, when aggregated, can implement robust and complex nonlinear functions.
</div>
<a href="https://tkhan11.github.io/blog/a-gentle-introduction-to-neural-networks.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/fashionMNIST.html" class="color-inherit dim link">
<b>Fashion-MNIST Clothing Classification using Convolutional Neural Network (CNN)</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
The Fashion-MNIST clothing classification problem is a new standard dataset used in computer vision and deep learning. Although the dataset is relatively simple,
it can be used as the basis for learning and practicing how to develop, evaluate, and use deep convolutional neural networks for image classification from scratch.
</div>
<a href="https://tkhan11.github.io/blog/fashionMNIST.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/pca.html" class="color-inherit dim link">
<b>Principal Component Analysis (PCA)</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Principal component analysis is a widely-used dimensionality reduction technique.
However, PCA has an implicit connection to the Gaussian distribution, which may be undesirable for non-Gaussian data.
</div>
<a href="https://tkhan11.github.io/blog/pca.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/sentimentanalysis.html" class="color-inherit dim link">
<b>Deep learning based sentiment analysis of drug reviews</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Finding the efficacy and usability of a medical drug as a cure for a disease can be a problem to solve as there are chances for side effects.
Generalizable solution to this problem can be achieved by exploring the post-marketing drug surveillance methods such as drug reviews analysis to monitor drug-related issues arising after taking the medication.
</div>
<a href="https://tkhan11.github.io/blog/sentimentanalysis.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/cnnMNIST.html" class="color-inherit dim link">
<b>CNN for handwritten digit recognition problem on MNIST dataset</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
Convolutional Neural Networks (CNNs) are the current state-of-art architecture for image classification task. Whether it is facial recognition,
self driving cars or object detection, CNNs are being used everywhere. In this post, a simple 2-D Convolutional Neural Network (CNN) model is designed using keras with tensorflow backend for the well known MNIST digit recognition task.
</div>
<a href="https://tkhan11.github.io/blog/cnnMNIST.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 arial mt0 lh-title">
<a href="https://tkhan11.github.io/blog/Apriori.html" class="color-inherit dim link">
<b>Market basket analysis using Apriori algorithm</b>
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links" style="text-align: justify">
In this post we will perform Market basket analysis on items purchased by customers for finding association rules to identify underlying relations between different items.
</div>
<a href="https://tkhan11.github.io/blog/Apriori.html" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
<a href="/blog/blog.html" class="link db f6 pa2 br3 bg-mid-gray white dim w4 tc">More</a>
</section>
</div>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://tkhan11.github.io/" >
© Tanveer khan 2024
</a>
<div>
<a href="https://www.linkedin.com/in/tanveer-khan-126aa7131/" target="_blank" class="link-transition linkedin link dib z-999 pt3 pt0-l mr1" title="LinkedIn" rel="noopener" aria-label="follow on LinkedIn——Opens in a new window">
<svg height="32px" style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://medium.com/@takhan.11" target="_blank" class="link-transition medium link dib z-999 pt3 pt0-l mr1" title="Medium" rel="noopener" aria-label="Medium——Opens in a new window">
<img alt="Medium logo" src="/images/medium.jpg" width="30" height="30" />
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://github.com/tkhan11/" target="_blank" class="link-transition github link dib z-999 pt3 pt0-l mr1" title="Github" rel="noopener" aria-label="follow on Github——Opens in a new window">
<svg height="32px" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M256,32C132.3,32,32,134.8,32,261.7c0,101.5,64.2,187.5,153.2,217.9c11.2,2.1,15.3-5,15.3-11.1 c0-5.5-0.2-19.9-0.3-39.1c-62.3,13.9-75.5-30.8-75.5-30.8c-10.2-26.5-24.9-33.6-24.9-33.6c-20.3-14.3,1.5-14,1.5-14 c22.5,1.6,34.3,23.7,34.3,23.7c20,35.1,52.4,25,65.2,19.1c2-14.8,7.8-25,14.2-30.7c-49.7-5.8-102-25.5-102-113.5 c0-25.1,8.7-45.6,23-61.6c-2.3-5.8-10-29.2,2.2-60.8c0,0,18.8-6.2,61.6,23.5c17.9-5.1,37-7.6,56.1-7.7c19,0.1,38.2,2.6,56.1,7.7 c42.8-29.7,61.5-23.5,61.5-23.5c12.2,31.6,4.5,55,2.2,60.8c14.3,16.1,23,36.6,23,61.6c0,88.2-52.4,107.6-102.3,113.3 c8,7.1,15.2,21.1,15.2,42.5c0,30.7-0.3,55.5-0.3,63c0,6.1,4,13.3,15.4,11C415.9,449.1,480,363.1,480,261.7 C480,134.8,379.7,32,256,32z"/>
</svg>
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
<a href="https://orcid.org/0000-0002-5052-3921" target="_blank" class="link-transition orcid link dib z-999 pt3 pt0-l mr1" title="Orcid Id" rel="noopener" aria-label="Orcid——Opens in a new window">
<img alt="ORCID logo" src="https://orcid.org/assets/vectors/orcid.logo.icon.svg" width="30" height="30" />
<span class="new-window"><svg height="8px" style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" width="8px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
</svg>
</span></a>
</div>
</div>
</footer>
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
</body>
</html>