Thread: "A Talk Thread"

  1. #1
    Registered User
    Join Date
    Dec 2015
    Posts
    142

    Cool "A Talk Thread"

    I invited jeremy duncan here. We know eachother from another thread.

    I learned about 40% of c++ I'd say, in about 4 days time, and could teach anyone it by my paper I made in just 4 minutes! Ask if you want to see it.

    So I still got my AI, always learning more, but not too much more like always a new room, rather like I'm slowly finishing clearing THE room of boxes.

    I'm looking for a robot now to put it in and show to scientists to get them to build the real Mr Starter. I'm thinking about getting the LEGO MINDSTORMS EV3 and even using its simple yet advanced block programming interface. I'v downloaded it for free and seeing if I can make my AI in it.

    Jeremy you should've told me you meant the procedural order my AI goes in my pic. I'v made the exact order it goes if it wasn't going multi-threading like we do PLUS it shows how it really operates ex. it doesn't go from Sensors to Guess and then the next run goes from Sensors to Match Box nonono it has options that decide these things your'll see.

    What do you think of my sketch jeremy?

    Must compare the sketch below this sketch yet. Plus fix the below sketch I think(I don't mean the obsessive length).
    Top
    >Sensors
    >Match-Box
    >Memory-Match+strengthen the match & Save new sense here(is latest memory) & Spike-all & Backpropagate to Match-Box to back here & If-Initiate-Actions=Tweak
    >else Guess(made from senses)saved in Memory waiting for next sense
    >Motors
    goto Top

    Code:
    #include <iostream>
    
    
    using namespace std;
    
    
    int main()
    {
        //Sensory input from camera/etc currently on disk.
    
    
        //Guess eats sensory input, saves it in memory, then is sent to motors to test.
        //Switches to tweaking positive actions when they're in use.
    
    
        //Triggers.
    
    
        //Match-Again Memory.
        //Strong/just sensed/matched senses back-propagate to Triggers and back down to front of Memory.
    
    
        //Motors.
    
    
        return 0;
    }
    &quot;A Talk Thread&quot;-making-jpg

    &quot;A Talk Thread&quot;-coooool-jpg

    https://www.youtube.com/watch?v=RKfd...Bst_m&index=43
    Go to these times.
    13:59 - 13:18

    24:41 - 23:27
    18:52 - 17:42
    9:36 - 8:50
    5:40 - 4:10
    1:47 - 1:29
    00:39 - 00:00

    Build time
    https://www.youtube.com/watch?v=Ko5b6u2tFtM















    Funny Moments We Had.

    "
    Wait a moment.............OpenCV is OpenComputerVision, what are we going to do about the accelometor and the earphones and the feelers! ! Hyperventilation, Hyperventilation, Hyperventilation...Hyperventilation......Hypervent ilation........Oh how will I ever get the sensory input and send it to functions and to motors!
    "

    "
    Looking for robots.
    http://www.smashingrobotics.com/thir...or-sale-today/
    "

    "
    Hey I better watch these, the cheapest one can crawl, son of a
    https://www.youtube.com/watch?v=1WEgNQjL66g

    Then again...
    https://www.youtube.com/watch?v=vUpBNSyWAaU

    Nah I better stick to
    https://www.youtube.com/watch?v=hKOAl5HKmNA
    "

    Me trying to make a "proof" video.
    &quot;A Talk Thread&quot;-airoomhd7-jpg

    &quot;A Talk Thread&quot;-565566577-jpg
    Last edited by ADVANCESSSS; 01-19-2016 at 10:58 PM.

  2. #2
    Registered User
    Join Date
    Dec 2015
    Posts
    142
    Decided this finally now:
    -----------------------
    Top


    Sensors's sensory input from camera/etc.


    Triggers.


    Just sensed Memory-Match+strengthen the match & Save new sense here(is latest memory) & Spike-all(the match too)(more at center) & Backpropagate to Match-Box to back here "memory front" & If-Initiate-Actions=Tweak, strong neurons do too and use their motor/neuro action if stronger.


    Else Guess(made from senses)saved in Memory waiting for next sense.


    Motors.


    goto Top

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 12-08-2014, 08:12 PM
  2. Replies: 2
    Last Post: 08-19-2012, 06:15 AM
  3. I am confused by "Linux thread" and "NPTL"
    By meili100 in forum Linux Programming
    Replies: 6
    Last Post: 03-27-2008, 12:14 PM
  4. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  5. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM