Why does PHP have a Machine Learning library?

<p><strong>Choosing the right tool for the job is key in programming.</strong>&nbsp;For example,&nbsp;<em>JavaScript</em>&nbsp;pairs well with&nbsp;<em>Web Development</em>, while&nbsp;<em>Python</em>&nbsp;is a great choice for&nbsp;<em>Machine Learning</em>.</p> <p>However, even if you are not familiar with the best programming language for your use case, all is not lost.&nbsp;<strong>If the language you are using is popular enough, there will most likely be a library or framework that lets you do what you want</strong>. You can use&nbsp;<em>Django</em>&nbsp;to create a website in&nbsp;<em>Python</em>&nbsp;and you can also use T<em>ensorFlow.js</em>&nbsp;to build a neural network in&nbsp;<em>JavaScript</em>.</p> <h1>You can&rsquo;t be an expert in everything</h1> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*Ash2RFaqF-7e9PUX" style="height:467px; width:700px" /></p> <p>Photo by&nbsp;<a href="https://unsplash.com/@austindistel?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Austin Distel</a>&nbsp;on&nbsp;<a href="https://unsplash.com/?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p> <p>But what happens if you&rsquo;re not part of the Python/JavaScript crowd? The software industry has experts in hundreds of different languages, and with the recent interest around AI, more and more people will want to try it out themselves. It turns out you don&rsquo;t have to dig long for the answer.</p> <p>I recently came across a cool&nbsp;<a href="https://github.com/josephmisiti/awesome-machine-learning" rel="noopener ugc nofollow" target="_blank"><strong>repository</strong></a>&nbsp;which presents a comprehensive breakdown of what ML tools are available for 30+ different languages.</p> <p>Need to do&nbsp;<em>Computer Vision</em>&nbsp;in&nbsp;<em>C</em>? Try out&nbsp;<a href="https://github.com/liuliu/ccv" rel="noopener ugc nofollow" target="_blank"><strong>CCV</strong></a>!</p> <p><a href="https://medium.com/@dan_ds/why-does-php-have-a-machine-learning-library-2c77a9efc11"><strong>Visit Now</strong></a></p>
Tags: Machine PHP