1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Text generation AI

Discussion in 'Scripts' started by TheDarkBatman, Jan 23, 2021.

  1. TheDarkBatman

    TheDarkBatman Member

    Joined:
    Oct 10, 2020
    Messages:
    12
    Likes Received:
    0
    LOL.
    Bruh you haven't done ANY AI.
    And you are judging without having experience or knowledge. Thats kinda stupid.
    Its Obvious "Jealousy".
    --- Double Post Merged, Jan 26, 2021, Original Post Date: Jan 26, 2021 ---
    Also.
    What did i advertise ?
    I just said its first AI.
    Nothing else.
    Thanks.
     
  2. Blue

    Moderator Supporter ++

    Joined:
    Apr 15, 2018
    Messages:
    30
    Likes Received:
    5
    Deep learning utilises multiple layers of "neurons" with some weighted connections to the next layer to convert a large input into a small output. What your script does is uses a probabilistic model to generate semirandom characters based on how often they appear in the input text.

    This doesn't mean your script is a bad one - you've clearly understood lists and the essence of functions, so when it comes to Skript I think you at least have an idea of what you're doing, but that doesn't make this a neural network.

    It's also quite a strange Markov chain - but from what I've seen I think it does somewhat satisfy the Markov property, at least in the generateText function
     
  3. TheDarkBatman

    TheDarkBatman Member

    Joined:
    Oct 10, 2020
    Messages:
    12
    Likes Received:
    0
    Thanks for understanding! ( Im really really really really happy )
    There is different types of deep learning. One of them is this. Its so simple but that doesn't mean its not deep learning. Because markov chains is deep learning. Idk. Maybe its not. Anyways. This script was for fun. Nothing else.
    Thanks.
     

Share This Page

Loading...