This commit is contained in:
Aswin
2023-10-27 15:06:07 +05:30
parent a097c33af6
commit 089d5da06d
472 changed files with 113631 additions and 0 deletions

103
blogs_AI_2.php Normal file
View File

@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html>
<?php include('includes/head/head.php'); ?>
<body>
<!-- Loader -->
<div id="loader-overflow">
<div id="loader3">Please enable JS</div>
</div>
<div id="wrap" class="boxed ">
<div class="grey-bg">
<!-- Header -->
<?php include('includes/header/header.php'); ?>
<!-- Page Title -->
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150" style="background-image: url(images/about-me.jpg)">
<div class="relative container align-left">
<div class="row">
<div class="col-md-8">
<h1 class="page-title">Artificial Intelligence Gaming</h1>
</div>
</div>
</div>
</div>
<!-- Content Container -->
<div class="container pt-80">
<div class="row">
<div class="col-sm-8 blog-main-posts">
<div class="blog-post wow fadeIn">
<div class="post-prev-img">
<a href="javascript:;"><img src="images/blog/3.jpg" alt="img"></a>
</div>
<div class="post-prev-title">
<h3><a href="javascript:;">Introduction to Artificial Intelligence Gaming</a></h3>
</div>
<div class="post-prev-info">
September 4th
</div>
<div class="post-prev-text">
<p>Artificial intelligence refers to the most desirable environmental interactions executed by the machine to achieve its goal.
It multiplies the success percentage and makes peoples imagination “An innovation”. Nowadays artificial intelligence has
become increasingly popular that it is exhibited by most of the electronic devices. With the smart phones becoming smarter
than ever, with electronic hardware sensing the next course of action without human intervention has amused humans and now
it should have become an integral part of your life as well.</p>
<blockquote class="mb-40 mt-40">
<p>Every technological advancement has its advantages and shortcomings. The shortcomings are being sorted out by enhancing security
features.</p>
</blockquote>
<p>Constant research is carried out in AI to improve its ability to reason, understand and manipulate by considering the environmental
and situational parameters to surpass global expectations. For example, NVIDIA rolled out the Pascal architecture GPUs which
sensed the temperatures of Graphics, power and memory and accordingly powered its cooling units. This engineering marvel
not only optimizes power but also increases the life span of the product significantly. This revolutionary design and architecture
has taken AI in the Gaming field to a whole new level.</p>
</div>
</div>
</div>
<!-- Section 1 -->
<?php include('includes/sidemenu/blog-artical-menu.php'); ?>
</div>
</div>
<!-- Footer -->
<?php include('includes/footer/footer.php'); ?>
<!-- BACK TO TOP -->
<p id="back-top">
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
</p>
</div>
</div>
<!-- End wrap -->
<!-- JS begin -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src='js/jquery.magnific-popup.min.js'></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<!-- JS end -->
</body>
</html>