• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: November 7th, 2024

help-circle


  • I would say that artificial neuron nets try to mimic real neurons, they were inspired by them. But there are a lot of differences between them. I studied artificial intelligence, so my experience is mainly with the artificial neurons. But from my limited knowledge, the real neural nets have no structure (like layers), have binary inputs and outputs (when activity on the inputs are large enough, the neuron emits a signal) and every day bunch of neurons die, which leads to restructurizing of the network. Also from what I remember, short time memory is “saved” as cycling neural activities and during sleep the information is stored into neurons proteins and become long time memory. However, modern artificial networks (modern means last 40 years) are usually organized into layers whose struktuře is fixed and have inputs and outputs as real numbers. It’s true that the context is needed for modern LLMs that use decoder-only architecture (which are most of them). But the context can be viewed as a memory itself in the process of generation since for each new token new neurons are added to the net. There are also techniques like Low Rank Adaptation (LoRA) that are used for quick and effective fine-tuning of neural networks. I think these techniques are used to train the specialized agents or to specialize a chatbot for a user. I even used this tevhnique to train my own LLM from an existing one that I wouldn’t be able to train otherwise due to GPU memory constraints.

    TLDR: I think the difference between real and artificial neuron nets is too huge for memory to have the same meaning in both.










  • Thanks for your replay, it was very insightful. I have to say that I do not have anything against your tool. I think it’s wonderful that you created it and allowed anyone to use it. Also, I do not create comics, I just came across this post, so I don’t really care about the rules in this community. I just hate that so many people are refusing any AI tool because it is AI. I also don’t like how everyone is pushing AI into their products, but in my opinion there are places, where these tools are really useful. That said, I understand, that people want to ban AI generated comics. It only seemed interesting to me that as an alternative, you suggested using another tool for generating comics by computer (although there are some similarities, I know that AI tools are very different from codecomic). So lwt me repeat, codecomic sound awesome and I only wrote my comment to start a discussion.

    I have one question, would it be okay to create codecomic source code with LLM?

    And one final note on AI tools. Some of them are really complex. I don’t use them much, but some of them allow user to edit only parts of the image with a prompt, or create an image based on user sketch, etc.


  • Nice library. But does using this solve anything? From the post and other comments, one of the main issues with AI generated comics is that the author do not present himself in the images, and by using this tool, the images are also automatically generated by users description. There is more control over the final layout and there is needed more creativity to create it. But in the end I see the same issues about “being lazy” and having no author personality in the images. PS: I’m not saying this tool should be banned, just want to point out some similarities of this tool to AI tools.