- ComputerCraft | Programmable Computers for Minecraft
- → Rougeminner's Content
Rougeminner's Content
There have been 65 items by Rougeminner (Search limited from 10-February 22)
#251146 How did you learn Lua?
Posted by
Rougeminner
on 29 April 2016 - 05:36 PM
in
Ask a Pro
#244670 CCWin (Yet another multitasking OS with GUI and built-in file manager)
Posted by
Rougeminner
on 01 February 2016 - 04:34 AM
in
Operating Systems
#244568 telegraph program
Posted by
Rougeminner
on 31 January 2016 - 12:00 AM
in
General
#240017 Screen Shot? if so then how?
Posted by
Rougeminner
on 10 December 2015 - 02:44 AM
in
Ask a Pro
#240013 help with the update of Peripherals++
Posted by
Rougeminner
on 10 December 2015 - 02:15 AM
in
Ask a Pro
#240006 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 10 December 2015 - 01:52 AM
in
APIs and Utilities
#238601 DireWolf20 Reactor Program crashing
Posted by
Rougeminner
on 21 November 2015 - 08:16 PM
in
Ask a Pro
EDIT SHORTLY AFTER ORIGINAL POST: yeah, i agree with Anavrins. i thought dire's button API was included in his mod pack, guess not, just down load it using pastern. if you have it make sure its not in another directory and that you have the name correct.
Anavrins, on 21 November 2015 - 08:25 PM, said:
i am going to imagine that buttons API is in the /rom/apis folder
so it would be os.loadAPI("/rom/apis/button") || if its in the root dir then ("/button")
#238081 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 16 November 2015 - 12:43 PM
in
APIs and Utilities
#238065 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 15 November 2015 - 11:09 PM
in
APIs and Utilities
#238061 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 15 November 2015 - 09:29 PM
in
APIs and Utilities
#238057 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 15 November 2015 - 08:46 PM
in
APIs and Utilities
and is the AI built off the ANN method?
#237827 States 1.2
Posted by
Rougeminner
on 12 November 2015 - 12:20 PM
in
APIs and Utilities
#237799 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 10:02 PM
in
APIs and Utilities
#237796 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 09:48 PM
in
APIs and Utilities
#237794 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 09:33 PM
in
APIs and Utilities
i did myNet.feedForward({0110100001101001} and myNet.backprop({short for binary hello,}) and cycled it 1500 times and its still > 0.985313? i am confused
basically i am trying to turn your AI into a text based AI so that the user says Hi it translates to binary then sends a hello back to the player.
#237789 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 09:13 PM
in
APIs and Utilities
#237785 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 09:08 PM
in
APIs and Utilities
#237776 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 07:13 PM
in
APIs and Utilities
#237771 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 06:45 PM
in
APIs and Utilities
#237748 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 03:41 PM
in
APIs and Utilities
thx creator i didn't know that
#237733 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 02:13 PM
in
APIs and Utilities
#237728 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 01:36 PM
in
APIs and Utilities
If i convert the input text from read to ASCII numbers for example A OK is 65 79,75 and i put them together like so
myNet.feedForward({65,7975}) -- this is A OK in numbers
myNet.backProp({71797968}) -- this is Good in numbers
then i could interpret it back to char's and then have a texting AI? is this a valid concept (correct me if i got the numbers wrong please)
#237727 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 01:09 PM
in
APIs and Utilities
#237725 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 12:32 PM
in
APIs and Utilities
Creator, on 11 November 2015 - 12:11 PM, said:
Then then in puts and outputs look like this
0 0 : 0
1 1 : 0
1 0 : 1
0 1 : 1
oh and one more thing, i tried doubling the net configuration myNet.Net({4,8,2}) and this didn't work so well, what did i do wrong? is it the two output neurons?
also words don't explain how stupid i feel... i went back and looked at NN had i taken the time to look i would have noticed that thats an XOR
#237718 Artificial Inteligence in ComputerCraft - NeuralNetworks
Posted by
Rougeminner
on 11 November 2015 - 11:38 AM
in
APIs and Utilities
- ComputerCraft | Programmable Computers for Minecraft
- → Rougeminner's Content


