Forums - Open Redstone Engineers
Developing Neural Networks. - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: General computing and engineering (https://forum.openredstone.org/forum-66.html)
+--- Thread: Developing Neural Networks. (/thread-9809.html)



Developing Neural Networks. - Chibill - 04-21-2016

So I found a nice side explaining how to design a Neural Network. Which now I am going to use to try and attack SSL-encryption  key pairs. Now before you say I am crazy. I will say I am going to use this for simpler stuff till I full understand them. Like finding if a number is prime. (Should be easy considering the nature of primes.)


RE: Developing Neural Networks. - newomaster - 04-21-2016

Link? I like neural networks too.


RE: Developing Neural Networks. - Chibill - 04-21-2016

I don't have the link right now. (It's on my comp....)

Edit nvm found it .. http://neuralnetworksanddeeplearning.com/


RE: Developing Neural Networks. - Chibill - 04-22-2016

Only problem is trying to get my own data into it..


RE: Developing Neural Networks. - greatgamer34 - 06-23-2016

(04-22-2016, 02:35 AM)Chibill Wrote: Only problem is trying to get my own data into it..
Do you have access to MATLAB? They have some really good NN tools that could help you!


RE: Developing Neural Networks. - Chibill - 06-24-2016

(06-23-2016, 06:35 PM)greatgamer34 Wrote:
(04-22-2016, 02:35 AM)Chibill Wrote: Only problem is trying to get my own data into it..
Do you have access to MATLAB? They have some really good NN tools that could help you!

I don't Sad. I have found some nice python libs but most require scipy-learn


RE: Developing Neural Networks. - ddthj - 06-25-2016

Can we make a program that creates fake bitcoin blocks that when mined produce the private key to an RSA encryption?

© ddthj's great ideas 2016


RE: Developing Neural Networks. - Chibill - 06-30-2016

https://github.com/numenta/nupic COOL!