jakeDevelops

↗ HN profile [ 912 ms ] full profile
Karma
5
Created
August 23, 2022 (3y ago)
Submissions
0
Hey, my name is Jake, and I love to make apps that solve real world problems.
  1. Sorry if this sounds dumb, I'm new to ML. So basically, if the softmax function is "e ^ (x - max(x)) / sum(e^(x - max(x))", I understand what e is, but then what's x? I keep seeing people make x an array, but shouldn't…

  2. I'm working on an AI chatbot that uses machine learning, and I have a few ideas. Which do you think would work best/do you have any other ideas? (1) Trial & error: It has a list of common phrases, and tries each one…