27102023
This commit is contained in:
99
blogs_artificial_intelligence.php
Normal file
99
blogs_artificial_intelligence.php
Normal file
@@ -0,0 +1,99 @@
|
||||
<!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</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/1.jpg" alt="img"></a>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="javascript:;">Introduction to Artificial Intelligence</a></h3>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-info">
|
||||
September 4th
|
||||
</div>
|
||||
|
||||
<div class="post-prev-text">
|
||||
<p>Artificial Intelligence (AI), is intelligence exhibited by machines, it’s a branch of computer science that aims to create
|
||||
intelligent machines that think and react like humans. Cognitive ability to solve problem requires human like common sense.
|
||||
Big data analytics, statistical models, algorithms are used to substantiate reasoning by the machines.</p>
|
||||
|
||||
<blockquote class="mb-40 mt-40">
|
||||
<p>AI is a disruptor in the enterprise world redefining business strategy for enterprises and entrepreneurs. This calls for
|
||||
successful initiatives to re-strategize and plan on how they can apply the benefits of this technology.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>In the business world, AI offers the means to maintain optimum competence to solve customer demands. Computers with artificial
|
||||
intelligence are expected to outperform human ability and reasoning. Few areas that actively participate in the development
|
||||
are expected to be in healthcare and financial services sector. Future growth and target scope for data scientists, data
|
||||
engineers, statistician’s and domain experts are anticipated to harness skills in creativity and analytics thinking.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Side menu -->
|
||||
|
||||
<?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>
|
||||
Reference in New Issue
Block a user