• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle



  • stingpie@lemmy.worldtoMemes@lemmy.mlCapitalist logix
    link
    fedilink
    arrow-up
    1
    arrow-down
    4
    ·
    2 months ago

    You say it’s the goal of the proletariat to protect the revolution, but why would they? Each proletariat would benefit from the revolution’s failure- they could live better lives as the bourgeois. You talk about the proletariat like they are some monolithic entity, with a single mind and goal. You talk big about helping the individual, but cannot see beyond their class. The proletariat is a person, with needs, desires and opinions. What father would hold the abstract ideals of the “revolution” over the life of his sick daughter? Any father I know would do anything for the safety of his children, even hoard life-saving medicine from others.
















  • Let’s play a little game, then. We bothe give each other descriptions of the projects we made, and we try to make the project based on what we can get out of ChatGPT? We send each other the chat log after a week or something. I’ll start: the hierarchical multiscale LSTM is a stacked LSTM where the layer below returns a boundary state which will cause the layer above it to update, if it’s true. the final layer is another LSTM that takes the hidden state from every layer, and returns a final hidden state as an embedding of the whole input sequence.

    I can’t do this myself, because that would break OpenAI’s terms of service, but if you make a model that won’t develop I to anything, that’s fine. Now, what does your framework do?

    Here’s the paper I referenced while implementing it: https://arxiv.org/abs/1807.03595


  • Sorry that my personal experience with ChatGPT is ‘wrong.’ if you feel the need to insult everyone who disagrees with you, that seems like a better indication of your ability to communicate than mine. Furthermore, I think we’re talking about different levels of novelty. You haven’t told me the exact nature of the framework you developed, but the things I’ve tried to use ChatGPT for never turn out too well. I do a lot of ML research, and ChatGPT simply doesn’t have the flexibility to help. I was implementing a hierarchical multiscale LSTM, and no matter what I tried ChatGPT kept getting mixed up and implementing more popular models. ChatGPT, due to the way it learns, can only reliably interpolate between the excerpts of text it’s been trained on. So I don’t doubt ChatGPT was useful for designing your framework, since it is likely similar to other existing frameworks, but for my needs it simply does not work.