Neural Networks and Primes
repl.it
Neural Networks and Primes
1–10 of 21 posts
Re: Neural Networks and Primes
#2Re: Neural Networks and Primes
#3In chess, the search space is a tree of moves, and the algorithm eliminates some subtrees as being irrelevant to playing the sorts of strategies that beat humans in conventional time-bound contests upon which other algorithms have been trained.
But with primes, the next largest prime is another atom that has the requisite structural property of not being the product of any smaller primes. If there were any other informational aspect to what makes a number prime, then it would be derivable from the definition of primality.
Re: Neural Networks and Primes
#4"For all epsilon > 0, there exists an easy to compute C-infinity function (that can depend on epsilon) that can take an arithmetic/geometric/arithmetico-geometric sequence and produce, with high probability, a subset of primes of this sequence whose volume relative to all primes in this sequence is at least 1 - epsilon"
Why should one believe that this is true?
Re: Neural Networks and Primes
#5Regardless of the outcome of his research, the fact that a sixteen year old felt empowered to tackle such an advanced topic and was able to teach himself the tools to dive into it is pretty damn cool.
Re: Neural Networks and Primes
#6Hi all, Repl.it employee here. It's worth noting that the author of the guest blog post took on this project as part of his EPQ, or Extended Project Qualification, an exploratory project undertaken by some high schoolers (equivalent) in the UK. Repl.it took no part in the origins or the directions of his work; Ollie just chose Repl.it as his tool of choice. He learned the concepts, tools, and code on his own. Regardl…
Re: Neural Networks and Primes
#7Hi all, Repl.it employee here. It's worth noting that the author of the guest blog post took on this project as part of his EPQ, or Extended Project Qualification, an exploratory project undertaken by some high schoolers (equivalent) in the UK. Repl.it took no part in the origins or the directions of his work; Ollie just chose Repl.it as his tool of choice. He learned the concepts, tools, and code on his own. Regardl…
I just start using your service to tutor friends trying to sharpen programming skills. I love it. I will definitely be looking to use it more. Thanks for building this awesome app!
Re: Neural Networks and Primes
#8Many? The 34th mersenne prime has n > 1,000,000, the 47th n > 40,000,000 (https://www.mersenne.org/primes/), we know of only 50 ones, and that might even be all of them (we don’t even know whether infinitely many exist)
Re: Neural Networks and Primes
#9Re: Neural Networks and Primes
#10Hi all, Repl.it employee here. It's worth noting that the author of the guest blog post took on this project as part of his EPQ, or Extended Project Qualification, an exploratory project undertaken by some high schoolers (equivalent) in the UK. Repl.it took no part in the origins or the directions of his work; Ollie just chose Repl.it as his tool of choice. He learned the concepts, tools, and code on his own. Regardl…
"As a self taught programmer of age 16, I knew from the start that taking on the complex topic of neural networks and then trying to combine it with the famously difficult field of prime numbers would be a challenge."
... and I read on and I am suitably impressed - good skills.