What was your process when learning AI?

Mert Cihan Kurel
1 reply
I'm a frontend focused full-stack developer. I have a business idea that requires AI in the application. I don't have any clue about how to start learning artificial intelligence and applying it to my project. When I ask chatGPT it gives quite a long list that may take at least 1 year to grasp it. What do you recommend in this case? What was your learning process when building AI projects?

Replies

Leif Andreas Rudlang
Weelll, I started learning about rosenblatt perceptrons about 16 years ago, then moved on to learning how backpropagation worked, and implemented that a bunch of times. After that I spent a bunch of time building simple neural networks that could do simple OCR tasks. However, today, you can probably skip all that, the frameworks and APIs are so powerful you can build pretty much anything you can imagine without having to delve far into the material. Just head over to the OpenAI Playground and run through the examples.