-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
742 lines (715 loc) · 49.2 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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ramakrishnan Sivakumar | Personal Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-+FEdYYpx2n/61Dn8xjaX9lNbxkzgyBpNf6yWU6gMvYc1+N4I4H6mW2X9mzTDa97ojH70PmO8yQgSK7VhYb0AA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="your-stylesheet.css">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="ramkrishna2910" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3R4GCX66NY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3R4GCX66NY');
</script>
<!-- <link rel="shortcut icon" href="images/favicon.ico"> -->
<!--Bootstrap Css-->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Materialdesign icons Css -->
<link rel="stylesheet" href="css/materialdesignicons.min.css">
<!-- Mobirise icons Css -->
<link rel="stylesheet" href="css/mobiriseicons.css">
<!-- Magnific-popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Animate Css -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Owl Slider -->
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/owl.theme.css" />
<link rel="stylesheet" href="css/owl.transitions.css" />
<!-- Custom style Css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- START LOADER -->
<div id="preloader">
<div id="status">
<div class="spinner">Loading...</div>
</div>
</div>
<!-- END LOADER -->
<!-- START NAVBAR -->
<nav class="navbar navbar-expand-lg fixed-top custom-nav sticky">
<div class="container justify-content-center">
<!-- LOGO -->
<!-- <div class="justify-content-center"> -->
<a class="navbar-brand logo" href="index.html">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="mdi mdi-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link">Education & Experience</a>
</li>
<li class="nav-item">
<a href="#blogs" class="nav-link">Blogs</a>
</li>
<li class="nav-item">
<a href="#presentations" class="nav-link">Presentations</a>
</li>
<li class="nav-item">
<a href="#publication" class="nav-link">Publications</a>
</li>
<li class="nav-item">
<a href="#patents" class="nav-link">Patents</a>
</li>
<li class="nav-item">
<a href="#interests" class="nav-link">Interests</a>
</li>
</ul>
</div>
<!-- </div> -->
</div>
</nav>
<!-- END NAVBAR -->
<!--START HOME-->
<section class="home-bg section h-100vh creative" id="home">
<div class="bg-overlay"></div>
<div class="home-table">
<div class="home-table-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-white text-center">
<h1 class="header_title mb-0 mt-3"><span class="simple-text font-weight-bold"> Ramakrishnan Sivakumar</span></h1>
<ul class="social_home list-unstyled text-center pt-4">
<li class="list-inline-item"><a href="https://www.linkedin.com/in/ramakrishnansivakumar/"><i class="mdi mdi-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/ramkrishna2910"><img src="images/github-black.svg"></i></a></li>
<li class="list-inline-item"><a href="https://medium.com/@ramkrishna2910"><i class="mdi mdi-medium"></i></a></li>
<li class="list-inline-item"><a href="https://scholar.google.com/citations?user=15TuaaoAAAAJ&hl=en"><i class="mdi mdi-google"></i></a></li>
<!-- <li class="list-inline-item"><a href="#"><i class="mdi mdi-instagram"></i></a></li> -->
<li class="list-inline-item"><a href="https://twitter.com/ramkrishna2910"><i class="mdi mdi-twitter"></i></a></li>
</ul>
<div class="header_btn">
<!-- <a href="https://github.com/ramkrishna2910/portfolio/blob/main/docs/Ramakrishnan's%20Resume%20March%202023.pdf" class="btn btn-outline-custom btn-rounded mt-4">Download CV</a> -->
<button onclick="downloadPDF()" class="btn btn-outline-custom btn-rounded mt-4">Download CV</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scroll_down">
<a href="#about" class="scroll">
<i class="mbri-arrow-down text-white"></i>
</a>
</div>
</section>
<!--END HOME-->
<!-- START ABOUT -->
<section class="section bg-white" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">About </span>Me</h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
</div>
<div class="row mt-3 pt-3">
<div class="col-lg-12">
<div class="text-center about-detail mx-auto mt-5">
<h3 class="mb-3">Hello! I'm <span class="text-custom">Ramakrishnan Sivakumar.</span></h3>
<ul class="mb-0 list-inline text-center about-work">
<li class="list-inline-item mr-0 text-muted">ML Software Engineer</li>
<li class="list-inline-item mr-0 text-muted">AI Enthusiast</li>
<li class="list-inline-item mr-0 text-muted">Blogger</li>
</ul>
</div>
</div>
</div>
<div class="row justify-content-center mt-3 pt-3 ml-3 mr-3">
<h5> I'm Ramakrishnan Sivakumar, a machine learning software engineer with over seven years of experience. I'm passionate about AI and enjoy blogging about it. As a problem solver, I like to focus on the big picture and use technology to make a positive impact. Throughout my career, I've worked on various projects, including developing machine learning frameworks and creating custom ML solutions for customers.</h5>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- START EXP. & EDU. -->
<section class="section bg-light" id="education">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Education & Experience</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
</div>
<div class="row mt-4 pt-4">
<div class="col-lg-5">
<div class="cv_edu_exp mt-3">
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2010 - 2014</div>
<div class="cb_edu_exp_detail">
<h4>Bachelors in Computer Engineering</h4>
<h6>Anna University, Chennai</h6>
<!-- <p class="cv_desc mb-0">Inser description</p> -->
</div>
</div>
</div>
</div>
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2014 - 2016</div>
<div class="cb_edu_exp_detail">
<h4>Masters In Computer Engineering</h4>
<h6>University of North Carolina at Charlotte</h6>
<!-- <p class="cv_desc mb-0"> Insert description.</p> -->
</div>
</div>
</div>
</div>
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2016 - 2018</div>
<div class="cb_edu_exp_detail">
<h4>Operating system software engineer</h4>
<h6>Intel Corporation, Hillsboro</h6>
<!-- <p class="cv_desc mb-0"> Insert description.</p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 offset-lg-2">
<div class="cv_edu_exp mt-3">
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2018 - 2021</div>
<div class="cb_edu_exp_detail">
<h4>Deep learning software engineer</h4>
<h6>Intel Corporation, Hillsboro</h6>
<!-- <p class="cv_desc mb-0"> Insert description.</p> -->
</div>
</div>
</div>
</div>
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2021 - 2023</div>
<div class="cb_edu_exp_detail">
<h4>Senior Machine learning software engineer</h4>
<h6>Groq Inc, Seattle</h6>
<!-- <p class="cv_desc mb-0"> Insert description.</p> -->
</div>
</div>
</div>
</div>
<div class="cv_edu_exp_box mt-4">
<div class="row">
<div class="col-lg-12">
<div class="cv_edu_exp_year font-weight-bold text-custom position-relative">2023 - Present</div>
<div class="cb_edu_exp_detail">
<h4>Senior Machine learning software engineer</h4>
<h6>AMD, Seattle</h6>
<!-- <p class="cv_desc mb-0"> Insert description.</p> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END EXP. & EDU. -->
<!-- START Blogs -->
<section class="section bg-white" id="blogs">
<style>
.thumbnail {
width: 100%;
height: 200px; /* adjust the height to your preference */
object-fit: cover;
}
</style>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Blogs</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
<!-- <p class="text-muted mx-auto mt-2">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> -->
</div>
</div>
</div>
<div class="row mt-4 pt-4">
<!-- <div class="col-lg-4 mt-3">
<div class="iframely-embed">
<div class="iframely-responsive" style="padding-bottom: 29.5833%; padding-top: 120px;">
<a href="https://bootcamp.uxdesign.cc/the-power-of-product-ecosystems-3f6afd41ca51" data-iframely-url="//iframely.net/3Bnagfe"></a>
</div>
</div>
<script src="//iframely.net/embed.js"></script>
</div> -->
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/bert.jpeg" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/" class="text-dark">Optimizing BERT for Intel CPUs using ONNXRuntime default execution provider</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/" class="text-custom">Natural Language Processing</a></p>
<p class="h6 text-muted date_blog mb-0">1 March 2021</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/dev-velocity.webp" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://groq.com/developer-velocity-you-cant-unsee-introducing-groqflow/"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://groq.com/developer-velocity-you-cant-unsee-introducing-groqflow/" class="text-dark">Developer Velocity You Can’t Unsee: Introducing GroqFlow™</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://groq.com/developer-velocity-you-cant-unsee-introducing-groqflow/" class="text-custom">User experience</a></p>
<p class="h6 text-muted date_blog mb-0">8 September 2022</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">GroqFlow, a simple interface that allows developers to get their models running on GroqNode servers with just one line of code. The first release of GroqFlow will be publicly available on GitHub, and will enable users to build PyTorch models into GroqChip programs and run them on GroqNode systems. The goal is to accelerate developer velocity, and the early reactions to GroqFlow have been positive. The industry needs an automatic, optimizing compiler that targets AI-specific hardware to enhance productivity, but current solution stacks are limited in their offerings.</p> -->
<p class="h6 mb-0"><a href="https://groq.com/developer-velocity-you-cant-unsee-introducing-groqflow/" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/product-ecosystem.png" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://medium.com/design-bootcamp/the-power-of-product-ecosystems-3f6afd41ca51"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://medium.com/design-bootcamp/the-power-of-product-ecosystems-3f6afd41ca51" class="text-dark">The Power of Product Ecosystems</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://medium.com/design-bootcamp/the-power-of-product-ecosystems-3f6afd41ca51" class="text-custom">Product development</a></p>
<p class="h6 text-muted date_blog mb-0">12 February 2023</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Companies bundle products and services to create a network of applications, which enhances user experience but can also lock in customers. This approach is used across various industries and requires persistence and hard work to be successful.</p> -->
<p class="h6 mb-0"><a href="https://medium.com/design-bootcamp/the-power-of-product-ecosystems-3f6afd41ca51" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/chatgpt.webp" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://medium.com/@ramkrishna2910/openais-chatgpt-introduces-itself-f612e92d9be5"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://medium.com/@ramkrishna2910/openais-chatgpt-introduces-itself-f612e92d9be5" class="text-dark">OpenAI’s ChatGPT introduces itself</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://medium.com/@ramkrishna2910/openais-chatgpt-introduces-itself-f612e92d9be5" class="text-custom">Large Language Models</a></p>
<p class="h6 text-muted date_blog mb-0">5 December 2022</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">The article discusses the popularity of image generation models like Imagegen and DALL.E-2 for their ability to create highly realistic and detailed images, especially for use in computer graphics. It also highlights the breakthroughs in natural language processing, including the recent announcement of ChatGPT, a large language model optimized for conversational dialogue.</p> -->
<p class="h6 mb-0"><a href="https://medium.com/@ramkrishna2910/openais-chatgpt-introduces-itself-f612e92d9be5" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/onnx-script.webp" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://medium.com/@ramkrishna2910/what-why-and-how-onnx-script-74dd21ab396f"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://medium.com/@ramkrishna2910/what-why-and-how-onnx-script-74dd21ab396f" class="text-dark">What, Why and How ONNX Script?</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://medium.com/@ramkrishna2910/what-why-and-how-onnx-script-74dd21ab396f" class="text-custom">ML Frameworks</a></p>
<p class="h6 text-muted date_blog mb-0">10 October 2022</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">ONNX Script enables developers to express ONNX functions and models in Python. This simple yet powerful expression of models/ functions allows for eager mode evaluation thus significantly improving debug ability.</p> -->
<p class="h6 mb-0"><a href="https://medium.com/@ramkrishna2910/what-why-and-how-onnx-script-74dd21ab396f" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/blog/onnx.webp" alt="" class="img-fluid rounded mx-auto d-block thumbnail">
<a href="https://medium.com/mlearning-ai/the-promise-of-onnx-d43c371f913d"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://medium.com/mlearning-ai/the-promise-of-onnx-d43c371f913d" class="text-dark">Promise of ONNX</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://medium.com/mlearning-ai/the-promise-of-onnx-d43c371f913d" class="text-custom">ML Frameowrks</a></p>
<p class="h6 text-muted date_blog mb-0">13 February 2018</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">ONNX was born to remove this inertia in interoperability between frameworks and between different hardware ecosystems.</p> -->
<p class="h6 mb-0"><a href="https://medium.com/mlearning-ai/the-promise-of-onnx-d43c371f913d" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Blogs -->
<!-- START Presentation -->
<section class="section bg-light" id="presentations">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Presentations</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
<div class="row mt-4 pt-4 justify-content-center mx-auto">
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zMgmazDQ8bA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a class="text-dark">The ONNX Ecosystem</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a class="text-custom">ML Frameworks</a></p>
<p class="h6 text-muted date_blog mb-0">22 December 2022</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/uj9NoH0nObY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a class="text-dark">The World of Ads and its evolving landscape</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a class="text-custom">Industry</a></p>
<p class="h6 text-muted date_blog mb-0">22 December 2022</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/VqPElzqcDAE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a class="text-dark">The Power of Graph Neural Netowrks</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a class="text-custom">Industry</a></p>
<p class="h6 text-muted date_blog mb-0">1 May 2023</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Presentation -->
<!-- START Publication -->
<section class="section bg-white" id="publication">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Publications</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
<div class="row mt-4 pt-4 justify-content-center mx-auto">
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/img-2.jpg" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://ieeexplore.ieee.org/abstract/document/10024028"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://ieeexplore.ieee.org/abstract/document/10024028" class="text-dark">A Comprehensive Evaluation of Novel AI Accelerators for Deep Learning Workloads</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://ieeexplore.ieee.org/abstract/document/10024028" class="text-custom">ML Accelerators</a></p>
<p class="h6 text-muted date_blog mb-0">22 December 2022</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://ieeexplore.ieee.org/abstract/document/10024028" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/img-2.jpg" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://www.emc2-ai.org/assets/docs/virtual-20/emc2-virtual20-paper-11.pdf"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://www.emc2-ai.org/assets/docs/virtual-20/emc2-virtual20-paper-11.pdf" class="text-dark">Platform-Aware Resource Allocation for Inference on
Multi-Accelerator Edge Devices</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://www.emc2-ai.org/assets/docs/virtual-20/emc2-virtual20-paper-11.pdf" class="text-custom">ML Accelerators</a></p>
<p class="h6 text-muted date_blog mb-0">15 February 2020</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://www.emc2-ai.org/assets/docs/virtual-20/emc2-virtual20-paper-11.pdf" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/walle.webp" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://ieeexplore.ieee.org/abstract/document/7506679"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://ieeexplore.ieee.org/abstract/document/7506679" class="text-dark">Design and implementation of a semi-autonomous waste segregation robot</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://ieeexplore.ieee.org/abstract/document/7506679" class="text-custom">Robotics</a></p>
<p class="h6 text-muted date_blog mb-0">30 March 2016</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://ieeexplore.ieee.org/abstract/document/7506679" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Publication -->
<!-- START Patents -->
<section class="section bg-light" id="patents">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Patents</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
<div class="row mt-4 pt-4 justify-content-center mx-auto">
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/patent.png" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://uspto.report/patent/grant/10,915,356"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://uspto.report/patent/grant/10,915,356" class="text-dark">Technology to augment thread scheduling with temporal characteristics</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://uspto.report/patent/grant/10,915,356" class="text-custom">Scheduling</a></p>
<p class="h6 text-muted date_blog mb-0">9 February 2021</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://uspto.report/patent/grant/10,915,356" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/patent.png" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://uspto.report/patent/app/20220197367"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://uspto.report/patent/app/20220197367" class="text-dark">Hardware And Software Coordinated Cost-aware Low Power State Selection</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://uspto.report/patent/app/20220197367" class="text-custom">Power Management</a></p>
<p class="h6 text-muted date_blog mb-0">23 June 2022</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://uspto.report/patent/app/20220197367" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-3">
<div class="text-center rounded bg-white p-2">
<div class="img_blog">
<img src="images/patent.png" alt="" class="img-fluid rounded mx-auto d-block">
<a href="https://uspto.report/patent/app/20210304096"></a>
</div>
<div class="content_blog pt-3 pb-3">
<div>
<h5 class="font-weight-bold mb-0"><a href="https://uspto.report/patent/app/20210304096" class="text-dark">Device, System And Method To Dynamically Prioritize A Data Flow Based On User Interest In A Task</a></h5>
</div>
<div class="mt-3">
<p class="font-weight-bold h6 mb-3"><a href="https://uspto.report/patent/app/20210304096" class="text-custom">Performance</a></p>
<p class="h6 text-muted date_blog mb-0">30 September 2021</p>
<!-- <p class="mt-3 desc_blog pl-2 pr-2 text-muted">Sit sagittis vulputate laoreet sodales tortor nulla lobortis bibendum netus primis fames. Lobortis ultricies.</p> -->
<p class="h6 mb-0"><a href="https://uspto.report/patent/app/20210304096" class="text-muted font-weight-bold">Read More...</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Patents -->
<!-- START Interests-->
<section class="section bg-white" id="interests">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center mx-auto section-main-title">
<h2><span class="font-weight-bold">Interests</span></h2>
<div class="main-title-border">
<i class="mdi mdi-asterisk"></i>
</div>
</div>
</div>
</div>
<div class="row mt-4 pt-4">
<div class="col-lg-2 mt-3">
<div class="logo_img">
<img src="images/clients/cricket.jpeg" alt="logo-img" class="mx-auto img-fluid d-block">
</div>
</div>
<div class="col-lg-2 mt-3">
<div class="logo_img">
<img src="images/clients/climbing.jpeg" alt="logo-img" class="mx-auto img-fluid d-block">
</div>
</div>
<div class="col-lg-2 mt-3">
<div class="logo_img">
<img src="images/clients/biking.jpeg" alt="logo-img" class="mx-auto img-fluid d-block">
</div>
</div>
<div class="col-lg-2 mt-3">
<div class="logo_img">
<img src="images/clients/badminton.png " alt="logo-img" class="mx-auto img-fluid d-block">
</div>
</div>
<div class="col-lg-2 mt-3">
<div class="logo_img">
<img src="images/clients/runner.jpeg" alt="logo-img" class="mx-auto img-fluid d-block">
</div>
</div>
<div class="col-lg-2 mt-3">
<div class="logo_img">
<a href="https://github.com/ramkrishna2910/Memories-on-a-plate">
<img src="images/clients/chef.jpeg" alt="logo-img" class="mx-auto img-fluid d-block">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- END Interests -->
<!-- START FOOTER -->
<section class="bg-light">
<div class="container">
<div class="row pt-4 pb-4">
<div class="col-lg-12">
<div class="float-right float_none mt-2 mb-2">
<ul class="list-inline fot_social mb-0">
<li class="list-inline-item"><a href="https://scholar.google.com/citations?user=15TuaaoAAAAJ&hl=en" class="social-icon text-muted"><i class="mdi mdi-google"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/ramkrishna2910"><img src="images/github-black.svg" class="social-icon text-muted"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/ramakrishnansivakumar/" class="social-icon text-muted"><i class="mdi mdi-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://medium.com/@ramkrishna2910" class="social-icon text-muted"><i class="mdi mdi-medium"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/ramkrishna2910" class="social-icon text-muted"><i class="mdi mdi-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- END FOOTER -->
<!-- BACK TO TOP -->
<a href="#" class="back_top"> <i class="mbri-arrow-up"> </i> </a>
<!-- JAVASCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--EASING JS-->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!--TEXT ROTETE-->
<script src="js/jquery.simple-text-rotator.js"></script>
<!-- MFP JS -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!--PORTFOLIO FILTER JS-->
<script src="js/isotope.js"></script>
<!-- OWL CAROUSEL -->
<script src="js/owl.carousel.min.js"></script>
<!--CUSTOM JS-->
<script src="js/custom.js"></script>
<script>
$(".simple-text-rotate").textrotator({
animation: "fade",
speed: 3500
});
</script>
</body>
</html>