im honestly so confused. ive been watching a few youtube videos on ai and everyone keeps talking about linear algebra and calculus like its the end of the world if you dont know it. i barely passed high school math lol. im trying to get into this for a career pivot because the pay sounds great but i have zero technical background and like, a 500 dollar budget for online courses. do i really need to go back to school for math or can i just learn to code the models? i just want to build simple apps for my local real estate office. is all that math actually used daily or is it just gatekeeping...
Regarding what #1 said about not needing math, I kinda disagree if you actually want to understand why your models break. You dont need a PhD, but basic linear algebra is crucial once you stop using pre-built tools. Check out Pearson Mathematics for Machine Learning if you want to save cash. It makes the scary stuff way more readable without being overly academic. Honestly, it works well enough to get you past the basics for those real estate apps.
> do i really need to go back to school for math or can i just learn to code the models? Honestly, you can start building apps without a math degree. Focus on APIs and existing frameworks first. Pick up O'Reilly Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow 3rd Edition to get moving. Use high-level libraries and save the deep math for when you actually hit a wall. Most people just plug into pre-trained models anyway.
Re: "Regarding what #1 said about not needing math, I kinda disagree..." honestly I feel you so much. I have been stuck in this exact same spot for like four months now, just staring at these complex tutorials and feeling totally lost because I dont have that background either. Its honestly so frustrating that there isnt just a straight answer for people like us who just wanna build things without needing a degree. I have been trying to figure this out for ages and still havent found a way to bridge that gap without wanting to pull my hair out. Every time I get close to building something simple, I hit a wall where I dont know if I need to study trig or just move on to the next library.