Jump to content


Rougeminner's Content

There have been 65 items by Rougeminner (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#251146 How did you learn Lua?

Posted by Rougeminner on 29 April 2016 - 05:36 PM in Ask a Pro

I found computercraft and started learning Lua so i could mess around with it, then i found out how to install it on my mac and from that point forward i decided that i would learn it fully for the purpose of messing around on my mac. its my hobby. I learned Lua by trial an error in retrospect i should have found a better way to learn but it was fun and i got the need to knows down.



#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

couldnt tell if it already got report but on line 1054 there is a space in term.setCursorPos(1,1) which is causing an index error for me, i am going to continue bug hunting if you dont mind and see if i can dig anythig else up



#244568 telegraph program

Posted by Rougeminner on 31 January 2016 - 12:00 AM in General

This video was published a good while ago. this concept is somewhat irrelevant now as we have rednet and cross dimensional rednet. however i do belive if you REALLY REALLY wanted this program instead of using a rednet modem, it should be easy enough to remake but if you dont mind me asking why?



#240017 Screen Shot? if so then how?

Posted by Rougeminner on 10 December 2015 - 02:44 AM in Ask a Pro

so i got board and figured i would try and screw around a bit with CC and i was wondering if there is a way to take a screen capture from the CC computer, NOT from my real computer, i believe there is some code going around somewhere for this but i haven't seen it in a while.



#240013 help with the update of Peripherals++

Posted by Rougeminner on 10 December 2015 - 02:15 AM in Ask a Pro

to answer the speaker problem it won't speak problem i have found that generally means that it can't handle something you have put in like ! or ?



#240006 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 10 December 2015 - 01:52 AM in APIs and Utilities

wow, pretty quick advances in this AI quick question, what other Advanced things are you planning to do with this AI i don't mean features i mean projects. also is there a possibility you could include a planned features spoiler to the main post so we can know what to expect?



#238601 DireWolf20 Reactor Program crashing

Posted by Rougeminner on 21 November 2015 - 08:16 PM in Ask a Pro

alrighty, lemme give it a try. well edit this port when i find something


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.

View PostAnavrins, on 21 November 2015 - 08:25 PM, said:

are you sure the button file is in the same folder than the reactor one?

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

ok, thanks



#238065 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 15 November 2015 - 11:09 PM in APIs and Utilities

i was trying to ask if it will pick up on things over time like if i teach it 1+1 equals 2 and 2+2=4 will it learn 1+2 = 3 on its own with out my assistance



#238061 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 15 November 2015 - 09:29 PM in APIs and Utilities

ok, thanks so i have to teach it literally everything it will learn? It won't pick up on things automaticity correct?



#238057 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 15 November 2015 - 08:46 PM in APIs and Utilities

quick question eventually once i teach the AI enough it will be able to answer a "equation" with out the answer to it correct?

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

you know, if i sat down and made my life a lot easier by learning co routines the probably wouldn't grab my attention, i will definitely be downloading this in the near future thanks



#237799 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 10:02 PM in APIs and Utilities

yikes ok. i thought u where east coast time



#237796 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 09:48 PM in APIs and Utilities

i have tried to avoid pastern because of every time i have been plagiarized is it ok if i PM u the code later tonight?



#237794 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 09:33 PM in APIs and Utilities

so i need it to return binary to be specific 01101000 01100101 01101100 01101100 01101111 (hello), but when i stuck it into the AI it always no matter what returned a number less that one, what am i missing?
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

its kinda hard to ask, let alone understand, by default u do feedForward({1,2}) what if i wanted to feed forward a separate table could i just to feedForward(tbl)?



#237785 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 09:08 PM in APIs and Utilities

is there anyway to feed the AI a table of binary numbers instead of putting them all in it?



#237776 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 07:13 PM in APIs and Utilities

Oh. Ok thanks so inputnpins need to equal the contents of the table or i need to step back and rethink



#237771 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 06:45 PM in APIs and Utilities

... I missed the memo... How can i put a table of varying size into feedforward i did feedforward(tbl) and it gave me ur error message



#237748 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 03:41 PM in APIs and Utilities

well Lupus depending on what u mean i am making a program right now that converts txt to bin and it won't work to well until creator releases the ability to save the AI to a file, but i am close to done right now, as long as feedForward can take more than 2 args i should be good i will share the code with u

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

ok thanks.



#237728 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 01:36 PM in APIs and Utilities

<NOOB Concept>
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

to see what would happen just experimenting i now know that doubling it is bad but i can't figure out why



#237725 Artificial Inteligence in ComputerCraft - NeuralNetworks

Posted by Rougeminner on 11 November 2015 - 12:32 PM in APIs and Utilities

So by saying myNet.backProp({.5}) thats telling it the output thanks i think i finally got myself a small enough foundation to build of of once i really took a look at creators port

View PostCreator, on 11 November 2015 - 12:11 PM, said:

The net has this configuration: 2 4 1
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

So what am i teaching it exactly? Like i said i am just starting and i am in the screw around with it phase of my learning method, so in english what pattern is it would it be something like 1000 and 100 = .5?