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

help-circle

  • I have ADHD and don’t know if I am smart, I am just really good at the stuff that interests me and struggle really hard with everything else. Fortunately my jobs interests me and I now know how to get into the flow. But other stuff like paper work is still incredibly hard for me. Now that I have it more or less under control I would not want to change, as I love the occasional fixation on new ideas in and outside of work.

    For example on the one hand I did a PhD in my field of interest and it went really smooth, but on the other hand I struggle to brush my teeth every day…


  • I would say in most videogames you can play against the computer (Age of Empires, Call of Duty, etc.), which use human-set rules without machine learning. Computer enemies show the same behavior, regardless of your specific knowledge of the game. I think nowadays there may already be some games where the computer learns from your behavior by machine learning, but this is not the norm.

    There were also chatbots before ChatGPT existed, which in their most basic form give human programmed answers to specific questions.


  • When people talk about AI, they’re generally referring to systems or machines that can perform tasks which typically require human intelligence. These tasks might include things like recognizing speech, translating languages, or making decisions. AI isn’t about simulating human consciousness or emotions but about replicating the ability to perform specific intelligent tasks.

    AI systems can range from simple, rule-based algorithms (which might seem like glorified if-else statements) to complex, learning systems. This is where machine learning comes in. Machine learning is actually a subset of AI. It’s a way of achieving AI where the system learns from data. Instead of being explicitly programmed to perform a task, the system is given huge amounts of data and learns patterns or rules from it. Over time, it can make predictions or decisions based on what it has learned.

    So, not all AI is machine learning, but all machine learning is AI. Hope this clears things up a bit!