<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>project Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/project/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/project/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 02 Apr 2021 06:37:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Which Python-based framework will be the best for your next project?</title>
		<link>https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/</link>
					<comments>https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 02 Apr 2021 06:37:29 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[powerful]]></category>
		<category><![CDATA[project]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13886</guid>

					<description><![CDATA[<p>Source &#8211; https://bmmagazine.co.uk/ Looking for powerful technology for your new project? The right framework makes application development simpler and faster. Your choice of tech stack can also <a class="read-more-link" href="https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/">Which Python-based framework will be the best for your next project?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://bmmagazine.co.uk/</p>



<h2 class="wp-block-heading">Looking for powerful technology for your new project? The right framework makes application development simpler and faster. Your choice of tech stack can also influence the price and future possibilities of improving your business solutions.</h2>



<p>You have heard about Python and you think it might be the best language to start your new app with? Here you’ll find some information about the most popular Python-based frameworks.</p>



<h3 class="wp-block-heading">How to choose the right framework for your project</h3>



<p>Surely, you know by now that there are plenty of technologies that could be used for web and mobile app development, creating advanced solutions for your company management and leveraging the newest methods of running a business. Python is a high-level general-purpose programming language, and it has many frameworks designed to overcome different development problems. It can be used in various projects.</p>



<p>But how do you decide which framework is the best for your company? Before you meet with consultants and developers from a software house, you should answer the following questions:</p>



<ol class="wp-block-list"><li>How big and complex will your desired business solution be?</li><li>Does your in-house team have a lot of experience in IT projects, and you’d like to choose your application structure and libraries, or would you rather the developers select it for you?</li><li>What quality of performance do you expect?</li><li>What is your preferred time-to-market?</li><li>What kind of special features do you expect your application will have?</li></ol>



<p>You don’t have to be an expert on IT solutions for business and choose the only framework by yourself. Idego Groupconsultants have many years of experience in analyzing the business needs of small, medium, and large companies and suggesting the right solutions. All you have to do is to tell them what you require and ask about some tech stack that interests you – keep reading to learn about popular Python-based frameworks.</p>



<h2 class="wp-block-heading">Flask</h2>



<p>This is among the most popular Python-based frameworks in 2020. It provides a core set of functionalities: request handling, routing, WSGI compliance, templating, and flexibility. Using it, developers can make their own choice for matters like storage, database interaction, authentication, authorization, security solutions, and many others – as it allows for easy integration of your chosen solutions. The possibility to do so lets you keep your app free of libraries and pieces of code representing functionalities that your business solution doesn’t use at all. Apart from flexibility, you’ll benefit from scalability as Flask enables developers to scale applications easily.</p>



<h3 class="wp-block-heading">Which projects should it be considered for?</h3>



<ul class="wp-block-list"><li>Web application development</li><li>Building microservices</li><li>MVP development in a short time</li><li>Medium and large scale projects</li></ul>



<h2 class="wp-block-heading">Pyramid</h2>



<p>This full-stack framework provides routing, renderers, and command-line tools for bootstrapping a project and enables the user to choose the libraries, database layer, and templating system. Developers can use a nice, large set of useful plugins for their projects. This may be a good choice if you expect to integrate your application with systems that would not be integrated easily with frameworks such as Django. By developing in Pyramid, developers can code with a minimalistic approach (it is similar to Flask in that regard). There is no need to deal with components that are not of high business value for your company. This results in better performance.</p>



<h3 class="wp-block-heading">Which projects should it be considered for?</h3>



<ul class="wp-block-list"><li>Large applications</li><li>For exposing existing Python code as a REST API</li><li>Providing the core for web projects to be developed further</li></ul>



<h2 class="wp-block-heading">Django</h2>



<p>Another full-stack, this Python-based framework is known as a great technology for building complex web applications. Often called “the web framework for perfectionists with deadlines”, Django is great for building advanced business products which need to be created in the shortest possible time. It comes with an automatically generated admin interface that makes quick development easier. Furthermore, it offers its object-relational mapper (ORM) for handling databases and standard solutions for authentication and authorization.</p>



<h3 class="wp-block-heading">Which projects should it be considered for?</h3>



<ul class="wp-block-list"><li>Rapid development</li><li>Small and large projects</li><li>For web applications that will have to deal with high traffic</li><li>For solutions that will contain a lot of content</li><li>For developing API-only backend applications</li></ul>



<p>Choosing the best technology is not as easy as it might seem. Always remember to analyze all your business needs carefully before making a choice and consult with experts.</p>
<p>The post <a href="https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/">Which Python-based framework will be the best for your next project?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/which-python-based-framework-will-be-the-best-for-your-next-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Open-CV Python Now Official Project</title>
		<link>https://www.aiuniverse.xyz/open-cv-python-now-official-project/</link>
					<comments>https://www.aiuniverse.xyz/open-cv-python-now-official-project/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 26 Feb 2021 11:35:09 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[announced]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[Open-CV]]></category>
		<category><![CDATA[project]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13127</guid>

					<description><![CDATA[<p>Source &#8211; https://www.i-programmer.info/ OpenCV.org has announced that the popular and long-running package OpenCV-Python is now an official OpenCV project. OpenCV is a computer vision library that includes <a class="read-more-link" href="https://www.aiuniverse.xyz/open-cv-python-now-official-project/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/open-cv-python-now-official-project/">Open-CV Python Now Official Project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://www.i-programmer.info/</p>



<p>OpenCV.org has announced that the popular and long-running package OpenCV-Python is now an official OpenCV project.</p>



<p>OpenCV is a computer vision library that includes modules for standard image processing tasks such as filtering, warping, and color space conversion.</p>



<p>OpenCV was started at Intel in 1999. Its algorithms cover computer vision and machine learning and the collection is expanding day by day. OpenCV supports a variety of programming languages including C++, Python, and Java, and is available on platforms including Windows, Linux, OS X, Android, and iOS. Interfaces for high-speed GPU operations based on CUDA and OpenCL are also under active development.</p>



<p>OpenCV-Python is the Python API for OpenCV, combining the best qualities of the OpenCV C++ API and the Python language. It is a Python wrapper for the original OpenCV C++ implementation. It contains pre-built OpenCV with dependencies and Python bindings, so there’s no need to install OpenCV separately. OpenCV-Python makes use of the Numpy numerical operations library, and all the OpenCV array structures are converted to and from Numpy arrays. This makes it easier to integrate with other libraries that use Numpy such as SciPy and Matplotlib.</p>



<p>PyPi packages are provided for Windows, Linux (x86_64 and aarch64) and MacOS (x86_64). The OpenCV team is working on bringing support to the new Apple M1-powered hardware too, but say that this support depends on CI services support and hardware availability.</p>



<p></p>
<p>The post <a href="https://www.aiuniverse.xyz/open-cv-python-now-official-project/">Open-CV Python Now Official Project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/open-cv-python-now-official-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Artificial Intelligence (AI) project fails: Stop blaming the talent gap</title>
		<link>https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/</link>
					<comments>https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Mon, 25 Jan 2021 08:54:17 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[blaming]]></category>
		<category><![CDATA[fails]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[talent]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=12520</guid>

					<description><![CDATA[<p>Source &#8211; https://enterprisersproject.com/ When Artificial Intelligence initiatives fall short, the blame is often placed on a skills gap. But there&#8217;s more to it. Does your organization prioritize <a class="read-more-link" href="https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/">Artificial Intelligence (AI) project fails: Stop blaming the talent gap</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source &#8211; https://enterprisersproject.com/</p>



<p>When Artificial Intelligence initiatives fall short, the blame is often placed on a skills gap. But there&#8217;s more to it. Does your organization prioritize these three foundational AI pillars?</p>



<p>Hiring the right technical talent remains a significant roadblock to Artificial Intelligence (AI) adoption for enterprise organizations. According to a recent O’Reilly survey, slightly more than one-sixth of respondents cited difficulty in hiring and retaining professionals with AI skills as a significant barrier to AI adoption in their organizations.</p>



<p>While the talent gap remains a large part of the dialog, this number has decreased from the previous year, signaling that other challenges are becoming top of mind for businesses exploring and deploying AI projects.</p>



<p>Still, the technical skills gap isn’t the biggest impediment to AI adoption, nor is it the reason so many AI projects fail. In fact, according to the same O’Reilly survey, respondents identified a lack of institutional support as the biggest problem, followed by difficulties in identifying appropriate business use cases.</p>



<p><strong>[ Check out our primer on 10 key artificial intelligence terms for IT and business leaders: Cheat sheet: AI glossary. ]</strong></p>



<p>Of course, this is a harder pill to swallow: It means the real challenge lies with us rather than with a limited number of professionals equipped to do the job.</p>



<h2 class="wp-block-heading">3 pillars of AI project success</h2>



<p>So how can organizations avoid the common pitfalls of AI projects? As with other technology implementations, it all comes down to proper company-wide training, the production environment, and having the right foundation in place. With these three pillars in place, you can start realizing the business value of AI earlier.</p>



<h2 class="wp-block-heading">1. The right foundation</h2>



<p>Successful AI projects require three things:</p>



<ul class="wp-block-list"><li>Data scientists must be productively tooled, have domain expertise, and access to relevant data. While AI technology is becoming well-understood—from handling bias prevention, explainability, concept drift, and similar requirements—many teams still fall short here.</li><li>Organizations must learn how to deploy and operate AI models in production. This requires DevOps, SecOps, and newly emerging AIOps tools and processes to be put in place so models continue working accurately in production over time.</li><li>Product managers and business leaders must be involved from the beginning, in order to redesign new technical capabilities and decide how they will be applied to make customers happy.</li></ul>



<p>While education and tooling have improved significantly over the last several years, there’s still much room for improvement in actually operating AI models in production. In that vein, product management and user interaction design are becoming common hurdles in AI success.</p>



<p>These problems can be addressed by investing in hands-on education. Outside the classroom and conference halls, professionals from all across your organization must get experience actually working on AI projects, understanding what they can do and how the technology can push your business forward.</p>



<h2 class="wp-block-heading">2. Company-wide collaboration and training</h2>



<p>Certainly, talent is part of the problem, but it’s not just data science talent that’s needed. The root of the problem usually lies within business and product expertise. As important as technical talent is, understanding how AI will work within a product and how it translates to better customer experience and new revenue is just as critical – and that responsibility doesn’t fall solely on the R&amp;D team.</p>



<p>For example, we have algorithms that can read X-rays as accurately as humans, but we’re just now beginning to integrate this capability into the clinical workflow. If doctors and nurses aren’t trained on how to use this technology to streamline their workflow, it holds no value for them or their patients.</p>



<p>Being able to train and deploy accurate AI models doesn’t address the question of how to most effectively use them to help your customers. Doing this requires educating all organizational disciplines – sales, marketing, product, design, legal, customer success, finance – on why the technology is useful and how it will impact their job function.</p>



<p>Done well, new AI-enabled capabilities empower product teams to completely rethink the user experience. It’s the difference between Netflix or Spotify adding recommendations as a side feature versus designing their user interface around content discovery. It makes a big difference, but it also takes a village to achieve. That’s why company-wide buy-in spearheaded by the executive team is vital to AI success.</p>



<h2 class="wp-block-heading">3. Proper production environment</h2>



<p>Not all production environments are the same, so not all outcomes will be the same. It’s important to understand the limitations of AI projects based on the talent, infrastructure, and data you have and to set clear expectations from the get-go.</p>



<p>For example, a recent research paper (done for the ACM Conference on Human Factors in Computing Systems (CHI) series of academic conferences) explored a new deep-learning model used to detect diabetic retinopathy from images of patients’ eyes. Scientists trained a deep-learning model to identify early stages of diabetic retinopathy in patients from pictures of corneas from eye exams over the past several years. The goal was to reduce blindness, a symptom of the disease when left untreated.</p>



<p>The paper describes what happened when the same accurate, effective model was used in clinics in rural Thailand: The machines used to take images of patients’ eyes were not as sophisticated as the ones used for training the model. The exam rooms used were not completely dark, as the trained model assumed. For some patients, taking another day off for follow-ups or additional testing wasn’t a viable option. To boot, not all doctors and nurses were trained to explain why this new test was necessary.</p>



<p>The lack of proper infrastructure and cohesive education for hospital staff, coupled with an understanding of practical limitations, is a prime example of why AI projects fail.</p>



<p>The AI talent gap will remain a challenge for the next few years, as education catches up to industry. But in the meantime, there are steps organizations can take to ensure their AI projects prevail.</p>



<p>It’s not enough to just train your models – train your organization, too. Take the time to educate every facet of your business on why you’re tackling a certain AI project, how it will impact their role and the customer experience, and what the expectations are.</p>



<p>The right talent will come – will your organization be ready to use it?</p>
<p>The post <a href="https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/">Artificial Intelligence (AI) project fails: Stop blaming the talent gap</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/artificial-intelligence-ai-project-fails-stop-blaming-the-talent-gap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>University of Derby to collaborate with Aquis on machine learning research project</title>
		<link>https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/</link>
					<comments>https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 06:39:37 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=10343</guid>

					<description><![CDATA[<p>Source: institutionalassetmanager.co.uk Machine learning is the study of computer algorithms which adapt and improve through experience, and a form of artificial intelligence. The University’s role is to <a class="read-more-link" href="https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/">University of Derby to collaborate with Aquis on machine learning research project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: institutionalassetmanager.co.uk</p>



<p>Machine learning is the study of computer algorithms which adapt and improve through experience, and a form of artificial intelligence.</p>



<p>The University’s role is to recruit recent graduates with the skills required by the company to undertake the project and ensure that Aquis remains a specialist provider of innovative technology to the finance sector.</p>



<p>The partnership is backed by a GBP151,000 government grant delivered by Innovate UK, which enables businesses to use KTPs to improve productivity and performance by providing the funding to take forward new ideas.</p>



<p>Jackie Edwards, Knowledge Exchange Manager at the University of Derby, said: “We are delighted to have secured this partnership with Aquis says, and to be supporting the company’s objective of establishing itself as one of the leading suppliers of market trading surveillance.”</p>



<p>Alasdair Haynes, CEO of Aquis Exchange, adds: “We are very excited to be working with the University of Derby to develop further our ML and AI capabilities for surveillance. We firmly believe that this is where the future of surveillance lies and our philosophy at Aquis is to be always at the cutting edge of innovation.”</p>



<p>The University has worked on KTPs with companies in a variety of different industries, from engineering to tourism, including one to measure the economic impact of Chatsworth House, the Derbyshire home of the Duke of Devonshire.</p>



<p>Edwards adds: “KTPs have been a very successful means of collaboration between the University and business, not-for-profit organisations and the public sector. Whether it is developing new products or improving management practices, our task is to identify and recruit graduates with the skills and knowledge to make a real difference to the employers they will work for.</p>



<p>“As well as bringing that expertise with them, it is also crucial that they embed that knowledge within the organisation they are working with, so it can build on the work that the graduates have carried out during their time with the company.”</p>
<p>The post <a href="https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/">University of Derby to collaborate with Aquis on machine learning research project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/university-of-derby-to-collaborate-with-aquis-on-machine-learning-research-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sonoma Valley Vintners &#038; Growers Alliance to launch new data-mining project</title>
		<link>https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/</link>
					<comments>https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 04 Mar 2020 06:34:26 +0000</pubDate>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[SVVGA]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=7225</guid>

					<description><![CDATA[<p>Source: sonomanews.com The Sonoma Valley Vintners &#38; Growers Alliance (SVVGA) announced at its annual State of the Alliance meeting last month that it will launch a partnership <a class="read-more-link" href="https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/">Sonoma Valley Vintners &#038; Growers Alliance to launch new data-mining project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: sonomanews.com</p>



<p>The Sonoma Valley Vintners &amp; Growers Alliance (SVVGA) announced at its annual State of the Alliance meeting last month that it will launch a partnership with an online data-mining platform that allows wineries to better understand their own numbers by comparison with their peers.</p>



<p>Founded by John Keleher, the Community Benchmark platform uses proprietary algorithms to measure the relative success of tasting rooms within a geographic area and, through a private website, anonymously shares personalized, actionable metrics. The service will be available to all vintner members of the organization. Additionally, SVVGA will receive a regional subscription and gain insights and comparative analysis on the Sonoma Valley region compared to other wine regions in the United States, to unlock insights to new growth strategies.</p>



<p>“One of our themes for 2020 is business intelligence,” said Maureen Cottingham, executive director of SVVGA, in a press release announcing the initiative. “The majority of our vintner members stated their number one priority to their business was driving qualified visitation to their tasting rooms. By partnering with Community Benchmark, Sonoma Valley wineries will have the data to better identify their blind spots and in turn run their businesses more effectively which will result in positive growth.”</p>



<p>Community Benchmark provides wineries with a “refined layer of pooled data to give you exclusive insight into your business,” according to Keleher.</p>



<p>More than 150 vintner, grape grower, and business associate members of SVVGA gathered at the Fairmont Sonoma Mission Inn &amp; Spa in February to learn the major initiatives and partnerships the organization will roll out in 2020.</p>



<p>The Sonoma Valley Vintners &amp; Growers Alliance is a nonprofit organization serving over 500 members. Sonoma Valley comprises six of the 17 American Viticulture Areas (AVAs) of Sonoma County: Bennett Valley, Los Carneros, Moon Mountain District, Sonoma Coast, Sonoma Mountain and Sonoma Valley.</p>
<p>The post <a href="https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/">Sonoma Valley Vintners &#038; Growers Alliance to launch new data-mining project</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/sonoma-valley-vintners-growers-alliance-to-launch-new-data-mining-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google shows off far-flung A.I. research projects as calls for regulation mount</title>
		<link>https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/</link>
					<comments>https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 30 Jan 2020 07:08:34 +0000</pubDate>
				<category><![CDATA[Google AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=6463</guid>

					<description><![CDATA[<p>Source: cnbc.com Artificial intelligence and machine learning are crucial to Google and its parent company Alphabet. Recently promoted Alphabet CEO Sundar Pichai has been talking about an “AI-first <a class="read-more-link" href="https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/">Google shows off far-flung A.I. research projects as calls for regulation mount</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: cnbc.com</p>



<p>Artificial intelligence and machine learning are crucial to Google and its parent company Alphabet. Recently promoted Alphabet CEO Sundar Pichai has been talking about an “AI-first world” since 2016, and the company uses the technology across many of its businesses, from search advertising to self-driving cars.</p>



<p>But regulators are expressing concern about the growing power and lack of understanding about how AI works and what it can do. The European Union is exploring new<a rel="noreferrer noopener" href="https://techcrunch.com/2020/01/17/eu-lawmakers-are-eyeing-risk-based-rules-for-ai-per-leaked-white-paper/" target="_blank"> </a>AI regulation, including a possible temporary ban on the use of facial recognition in public, and New York Rep. Carolyn Maloney, who chairs the House Oversight and Reform Committee, recently suggested that AI regulation could be on the way in the U.S., too. Pichai recently called for “clear-eyed” AI regulation amid a rise in fake videos and abuse of facial recognition technology.</p>



<p>Against this backdrop, the company held an event Tuesday to showcase the positive side of AI by showing some of the long-term projects the company is working on.</p>



<p>“Right now, one of the problems in machine learning is we tend to tackle each problem separately,” said Jeff Dean, head of Google AI, at Google’s San Francisco offices Tuesday. “These long arcs of research are really important to pick fundamental important problems and continue to make progress on them.”</p>



<p>While most of Google’s projects are still years out from broad use, Dean said they are important in moving Google products along.</p>



<p>Here’s a sampling of some of the company’s more speculative and long-term AI projects:</p>



<h2 class="wp-block-heading">Robotic kittens</h2>



<p>Google’s D’Kitty is a four-legged robot that the company says learned to walk on its own by studying locomotion and using machine learning techniques. Dean said he hopes Google’s research and development findings will contribute to machines learning how physical hardware can function in “the real world.”</p>



<h2 class="wp-block-heading">Wearable sensors</h2>



<p>Using braided electronics in soft materials, Google’s artificial intelligence technology can connect gestures with media controls. One prototype showed sweatshirt drawstrings that could be twisted to adjust music volume. The user could pinch the drawstrings to play or pause connected music.</p>



<h2 class="wp-block-heading">Real-time translations</h2>



<p>A new transcription feature in Google Translate will convert speech to written transcript and will be available on Android phones at some point in the future. Natural language processing, which is a subset of artificial intelligence, is “of particular interest” to the company, Dean said.</p>



<p>Google Translate currently supports 59 languages.</p>



<h2 class="wp-block-heading">Detecting eye diseases</h2>



<p>Google Health announced new research Tuesday, showing that when the company’s AI is applied to retinal scans, it can help determine if a patient is anemic. It can also detect diabetic eye diseases and glaucoma, Dean said. The company hopes to analyze other diseases in the future.</p>



<h2 class="wp-block-heading">Tracking endangered species</h2>



<p>Google is using sensing tools to track underwater sea life. Using sound detection and artificial intelligence, the company said it can now detect orcas in real time and send messages to harbor managers to help them protect the endangered species.</p>



<p>Google announced Tuesday that it’s teaming up with organization DFO and Rainforest Connection to track critically endangered Southern Resident killer whales in Canada. The company’s also in the early stages of working with the Monterey Bay Aquarium to help detect species in the ocean nearby.</p>



<h2 class="wp-block-heading">Sign language detection</h2>



<p>Google’s working on a project called MediaPipe, which analyzes video of bodily movements including hand tracking. Dean said the company hopes to read and analyze sign language.</p>



<p>“Video is the next logical frontier for a lot of this work” Dean said.</p>



<p>

All in all, the day resembled a science fair more than anything else, but it helped make Google’s point that artificial intelligence can have useful real-world applications.

</p>
<p>The post <a href="https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/">Google shows off far-flung A.I. research projects as calls for regulation mount</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/google-shows-off-far-flung-a-i-research-projects-as-calls-for-regulation-mount/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google&#8217;s self-driving car project buys British AI firm Latent Logic</title>
		<link>https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/</link>
					<comments>https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 13 Dec 2019 08:11:57 +0000</pubDate>
				<category><![CDATA[Google AI]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[British]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Self-driving car]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=5614</guid>

					<description><![CDATA[<p>Source: zdnet.com Waymo, Google’s self-driving car sibling company, has acquired the Oxford artificial intelligence company Latent Logic for an undisclosed amount, giving&#160;Waymo&#160;its first presence in the UK. <a class="read-more-link" href="https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/">Google&#8217;s self-driving car project buys British AI firm Latent Logic</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: zdnet.com</p>



<p>Waymo, Google’s self-driving car sibling company, has acquired the Oxford artificial intelligence company Latent Logic for an undisclosed amount, giving&nbsp;Waymo&nbsp;its first presence in the UK.</p>



<p>Latent Logic, a spinout company from Oxford University, specialises in “imitation learning”, teaching machines how to act by showing them examples of humans doing the same actions. It was founded in 2017 by the academics Shimon Whiteson and João Messias.</p>



<p>Waymo hopes the company’s expertise can be put to use teaching AI drivers how to deal with complex behaviour such as a car cutting off another at a roundabout, a pedestrian emerging from a parked car, or a cyclist skidding in rain.</p>



<p>“The team’s expertise in reinforcement learning and imitation learning can help further accelerate Waymo’s progress in areas from simulation to behaviour prediction and planning,” the company said in a statement.</p>



<p>The&nbsp;Alphabet&nbsp;subsidiary is also intending to use its new base in Oxford to build a second pool of AI talent outside its headquarters in Mountain View, California. The UK is a world leader in AI research, including autonomous vehicles, and many talented researchers will not or cannot relocate to the US – no matter how deep the recruiter’s pockets.</p>



<p>Drago Anguelov, Waymo’s principal scientist and head of research, said: “We see an exciting opportunity in Europe, not only in continuing to build our partnerships with major automakers but also in benefitting from the world-class technology and engineering capabilities in Oxford and beyond.”</p>



<p>Whiteson, who will continue to work as a professor of computer science at Oxford, added: “By joining Waymo, we are taking a big leap towards realising our ambition of safe, self-driving vehicles. In just two years, we have made significant progress in using imitation learning to simulate real human behaviours on the road. I’m excited by what we can now achieve in combining this expertise with the talent, resources and progress Waymo have already made in self-driving technology.”</p>



<p>The acquisition is about research only, however: for the time being, Waymo has no plans to launch its self-driving taxis in the UK. Those remain strictly active only&nbsp;in Phoenix, Arizona, where they have recently begun to operate in a fully driverless manner, ferrying paying passengers around the city without even a human safety driver in the front seat.</p>



<p>The company does plan to operate in Europe in the near future, however, working with Renault to develop a self-driving taxi service for the 2024 Paris Olympics, when it hopes to be able to shuttle travellers from Charles de Gaulle airport to La Défense.</p>
<p>The post <a href="https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/">Google&#8217;s self-driving car project buys British AI firm Latent Logic</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/googles-self-driving-car-project-buys-british-ai-firm-latent-logic/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google details AI work behind Project Euphonia’s more inclusive speech recognition</title>
		<link>https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/</link>
					<comments>https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 14 Aug 2019 18:18:45 +0000</pubDate>
				<category><![CDATA[Google AI]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Recognition]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4349</guid>

					<description><![CDATA[<p>Source: techcrunch.com As part of&#160;new efforts toward accessibility, Google announced&#160;Project Euphoniaat I/O in May: An attempt to make speech recognition capable of understanding people with non-standard speaking <a class="read-more-link" href="https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/">Google details AI work behind Project Euphonia’s more inclusive speech recognition</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: techcrunch.com</p>



<p>As part of&nbsp;new efforts toward accessibility, Google announced&nbsp;Project Euphoniaat I/O in May: An attempt to make speech recognition capable of understanding people with non-standard speaking voices or impediments. The company has just&nbsp;published a post&nbsp;and its paper explaining some of the AI work enabling the new capability.</p>



<p>The problem is simple to observe: The speaking voices of those with motor impairments, such as those produced by degenerative diseases like amyotrophic lateral sclerosis (ALS), simply are not understood by existing natural language processing systems.</p>



<p>You can see it in action in the following video of Google research scientist Dimitri Kanevsky, who himself has impaired speech, attempting to interact with one of the company’s own products (and eventually doing so with the help of&nbsp;related work Parrotron):  The research team describes it as following: </p>



<p>It’s notable that they at least partly blame the training set. That’s one of those implicit biases we find in AI models that can lead to high error rates in other places, like facial recognition or even noticing that a person is present. While failing to include major groups like people with dark skin isn’t a mistake comparable in scale to building a system not inclusive of those with impacted speech, they can both be addressed by more inclusive source data.</p>



<p>For Google’s researchers, that meant collecting dozens of hours of spoken audio from people with ALS. As you might expect, each person is affected differently by their condition, so accommodating the effects of the disease is not the same process as accommodating, say, a merely uncommon accent.</p>



<p>A standard voice-recognition model was used as a baseline, then tweaked in a few experimental ways, training it on the new audio. This alone reduced word error rates drastically, and did so with relatively little change to the original model, meaning there’s less need for heavy computation when adjusting to a new voice.</p>



<p>The researchers found that the model, when it is still confused by a given phoneme (that’s an individual speech sound like an “e” or “f”), has two kinds of errors. First, there’s the fact that it doesn’t recognize the phoneme for what was intended, and thus is not recognizing the word. And second, the model has to guess which phoneme the speaker&nbsp;<em>did</em>&nbsp;intend, and might choose the wrong one in cases where two or more words sound roughly similar.</p>



<p>The second error in particular is one that can be handled intelligently. Perhaps you say, “I’m going back inside the house,” and the system fails to recognize the “b” in back and the “h” in house; it’s not equally likely that you intended to say “I’m going tack inside the mouse.” The AI system may be able to use what it knows of human language — and of your own voice or the context in which you’re speaking — to fill in the gaps intelligently.</p>
<p>The post <a href="https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/">Google details AI work behind Project Euphonia’s more inclusive speech recognition</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/google-details-ai-work-behind-project-euphonias-more-inclusive-speech-recognition/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google still ‘covertly’ invests in military AI projects</title>
		<link>https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/</link>
					<comments>https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Sat, 27 Jul 2019 16:44:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI technology]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[covertly]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google engineers]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[Military]]></category>
		<category><![CDATA[project]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4156</guid>

					<description><![CDATA[<p>Source: itpro.co.uk Despite pledging to cut ties with weapons-based artificial intelligence (AI)projects, Google is using its investment arm to cultivate startup firms that actively engage in military and <a class="read-more-link" href="https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/">Google still ‘covertly’ invests in military AI projects</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: itpro.co.uk</p>



<p>Despite pledging to cut ties with weapons-based artificial intelligence (AI)projects, Google is using its investment arm to cultivate startup firms that actively engage in military and law enforcement contracts.</p>



<p>The industry giant&#8217;s involvement in a highly contentious AI-powered Pentagon drones project last year, dubbed Project Maven, garnered anger and protestations from its own employees.</p>



<p>Following a messy public dispute, Google published an ethical code of conduct and declared it would pull out Project Maven, as well as work on any direct AI military applications. The firm even withdrew from a $10 billion Pentagon cloud project in October because it may conflict with its &#8220;corporate values&#8221;.</p>



<p>Whistleblowers, however, have claimed Google is circumventing its own guidelines by providing funds and guidance to AI startups via its investment arm Gradient Ventures, according to <em>The Intercept</em>. This is a financial fund created by Google specifically to invest in AI startups.</p>



<p>Not only do these companies receive financial support, Google employees said, but they are also granted access to Google&#8217;s vast repository of training data accumulated through work with its own AI systems.</p>



<p>Moreover, these startups will receive advanced AI training on behalf of Google. Emails also suggest senior Google engineers will take up roles in these startups in order to offer &#8220;the kind of hand-holding support that we think is helpful in growing an AI ecosystem&#8221;.</p>



<p>When the company published its code of ethics, critics suggested the exact terms left the door open to continued involvement with the military and law enforcement in other areas such as recruitment and training.</p>



<p>Companies supported by Gradient Ventures, however, are directly involved in supplementing weapons systems with AI technology. Cogniac, for example, provides image-processing software to the US army in order to assess battlefield drone data.</p>



<p>CAPE productions, meanwhile, provides law enforcement with AI-powered software to guide fleets of drones to conduct aerial surveillance.</p>



<p>Google isn&#8217;t the only major tech company to sustain heavy criticism for its involvement with law enforcement. Amazon, for instance, has been savaged by immigration rights groups for its work on behalf of the US Immigration and Customs Enforcement agency (ICE).</p>



<p><em>IT Pro</em>&nbsp;asked a Google spokesperson to explain how its investment activities were consistent with its own ethical guidelines.</p>
<p>The post <a href="https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/">Google still ‘covertly’ invests in military AI projects</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/google-still-covertly-invests-in-military-ai-projects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Is there a tug of war between Niti Aayog, IT ministry on artificial intelligence project?</title>
		<link>https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/</link>
					<comments>https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 19 Jul 2019 12:32:29 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[ministry]]></category>
		<category><![CDATA[Niti Aayog]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4076</guid>

					<description><![CDATA[<p>Source: indiatoday.in Two consecutive budgets read by two Finance Ministers (Arun Jaitley and Piyush Goyal) had provisions for a National Artificial Intelligence Portal. But, almost two years <a class="read-more-link" href="https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/">Is there a tug of war between Niti Aayog, IT ministry on artificial intelligence project?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: indiatoday.in</p>



<p>Two consecutive budgets read by two Finance Ministers (Arun Jaitley and Piyush Goyal) had provisions for a National Artificial Intelligence Portal. But, almost two years have passed since AI (artificial intelligence) was given prominence.</p>



<p>It looks like the project it stuck in red tape.</p>



<p>Both the Ministry of Electronics and Information Technology (MeitY) and Niti Aayog are now staking claim to the project, leading to a complete standstill.</p>



<p>Presenting his 2018-2019 budget speech Arun Jaitley had mandated the Niti Aayog to establish the national programme on AI to guide research and development in new and emerging technologies.</p>



<p>Almost a year later, presenting the Interim Budget 2019-20 in the Lok Sabha, interim Finance Minister Piyush Goyal had spoken about nine priority areas that have been identified for the development of the AI sector in the country.</p>



<p>Even Finance Minister, Nirmala Sitharaman in her maiden speech had said that the government will be increasing its efforts to improve the skills of youth in fields of Artificial Intelligence (AI), big data, robotics, and other newer skills.</p>



<p>Provisions for AI are galore but the project is stuck in a limbo because both Niti Aayog and MeitY are wanting to take the project forward. Sources within the IT Ministry have told India Today that a budget of 300 crores has been sent to the department of expenditure under that Finance Ministry.</p>



<p>Interestingly, even Niti Aayog (government&#8217;s think tank) has submitted an expenditure report of approximately Rs 7,000 crore to the department of expenditure.</p>



<p>The department of expenditure is now contemplating the next course of action with regards to the varied budgets it has received.</p>



<p>Prime Minister Narendra Modi has been vocal about his desire to expand India&#8217;s reach in artificial intelligence sphere.</p>



<p>On one hand the project is stuck because both MeitY and Niti Aayog are staking a claim on it and on the other hand the government is making tall claims on back of the subject.</p>



<p>Responding to supplementaries during Question Hour, Human Resource Development Minister Ramesh Pokhriyal Nishank said that engineering students are being trained so that they can be a part of the &#8216;Make in India&#8217; initiative of the government.</p>



<p>The minister highlighted that the All India Council for Technical Education (AICTE) will not allow new conventional disciplines with low employment potential from the academic year 2020-21 and will permit only emerging fields like artificial intelligence and blockchain.</p>
<p>The post <a href="https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/">Is there a tug of war between Niti Aayog, IT ministry on artificial intelligence project?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/is-there-a-tug-of-war-between-niti-aayog-it-ministry-on-artificial-intelligence-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
