<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Number predict javascript]]></title><description><![CDATA[<p dir="auto">I want to predict the next number by analysing a array of random number sequence in javascript without libraries. How can i do this ?<br />
Ex : array = [ 27, 35, 19 ,7 ,59, 45 ] what number is next?</p>
]]></description><link>https://lankadevelopers.lk/topic/338/number-predict-javascript</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 13:35:48 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/338.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Aug 2019 03:35:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Number predict javascript on Thu, 08 Aug 2019 13:41:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/297">@hashan</a></p>
<p dir="auto">without lib ? why ?</p>
]]></description><link>https://lankadevelopers.lk/post/2055</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2055</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 08 Aug 2019 13:41:03 GMT</pubDate></item><item><title><![CDATA[Reply to Number predict javascript on Thu, 08 Aug 2019 09:25:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/297">@hashan</a> well, Then can you explain the array sequense of your problem?</p>
]]></description><link>https://lankadevelopers.lk/post/2052</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2052</guid><dc:creator><![CDATA[b6]]></dc:creator><pubDate>Thu, 08 Aug 2019 09:25:25 GMT</pubDate></item><item><title><![CDATA[Reply to Number predict javascript on Thu, 08 Aug 2019 08:19:05 GMT]]></title><description><![CDATA[<p dir="auto">i know about ML bro, but for my project expect a own work, without libraries or frameworks.  i found a javascript library called brain.js ; it is vey easy than tensorflow.js; this problem can easily solve with it. but i wish a simple algorithm for this only with js.  according to the situation i will use brain.js instead of my own algorithm.<br />
thanks.</p>
]]></description><link>https://lankadevelopers.lk/post/2051</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2051</guid><dc:creator><![CDATA[hashan]]></dc:creator><pubDate>Thu, 08 Aug 2019 08:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to Number predict javascript on Wed, 07 Aug 2019 17:53:27 GMT]]></title><description><![CDATA[<p dir="auto">Prediction is a part of ML and AI. You need to train your algorithm with data and patterns to analyse.  This is called machine learing. There are few ML frameworks are available. Those are specially designed for Data Analytics and Machine Learning. You can't do it with vanilla script. If you want, You need to create your own ML framework your self.</p>
<p dir="auto">Learn <a href="https://www.tensorflow.org/js" target="_blank" rel="noopener noreferrer nofollow ugc">Tensoflow.js</a></p>
]]></description><link>https://lankadevelopers.lk/post/2049</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2049</guid><dc:creator><![CDATA[b6]]></dc:creator><pubDate>Wed, 07 Aug 2019 17:53:27 GMT</pubDate></item></channel></rss>