92 lines
3.9 KiB
PHP
92 lines
3.9 KiB
PHP
<!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">AI and Automation</h1>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- COTENT CONTAINER -->
|
||
<div class="container pt-100">
|
||
<div class="row">
|
||
<div class="col-sm-8 blog-main-posts">
|
||
<div class="blog-post wow fadeIn pb-50">
|
||
<div class="post-prev-img">
|
||
<a href="javascript:;"><img src="images/blog/news-2-2.png" alt="img"></a>
|
||
</div>
|
||
|
||
<div class="post-prev-title">
|
||
<h3><a href="javascript:;">AI and Automation & Re-Engineering in the enterprise</a></h3>
|
||
</div>
|
||
|
||
<div class="post-prev-text">
|
||
<p>The key to surviving in a highly competitive environment has always been innovation. In the early twenty-first century, this
|
||
took the form of enterprise-class software, namely ERP, CRM and SCM, which re-engineered the enterprise and led to the radical
|
||
redesign of processes, structures and culture.</p>
|
||
|
||
<p>Today, the technologies powering innovation are Artificial Intelligence (AI), Robotics, Natural Language Processing (NLP),
|
||
IoT, and more. Unlike the early twenty-first century, innovation is no longer incremental and linear, rather it is rapid,
|
||
disruptive, and seminal.</p>
|
||
|
||
<p>From smart manufacturing to predictive analytics for legal institutions, and from hedge fund management to advanced digital
|
||
service providers in telecom, enterprises across industries are turning to today’s innovative technologies to create near
|
||
zero latency, hyper-efficient business models and to stay relevant in the market.</p>
|
||
|
||
<p>As updates on the latest feat by these innovative technologies hit the newsstands, one cannot help but wonder just how smart
|
||
will AI become? I suppose you wouldn’t be surprised if I said, a lot smarter. AI, for instance, will not only be able to
|
||
do increasingly complex tasks, but also interact with us just like another human would. Making this happen, of course, is
|
||
data and it comes from you and me.</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>
|