Hacker News new | ask | show | jobs
by itsuka 1114 days ago
I have taken Andrew Ng's courses on DeepLearning.AI and I highly recommend them if you are interested in quickly building LLM-based apps.

I suggest taking them in the following order:

- https://www.deeplearning.ai/short-courses/chatgpt-prompt-eng...

- https://www.deeplearning.ai/short-courses/building-systems-w...

- https://www.deeplearning.ai/short-courses/langchain-for-llm-...

Note: although I only have basic Python skills, I am still able to follow these courses

1 comments

Hmmm from what I can tell, at least the first two are more about how to use existing AI - is that correct?

I think I'd be more interested in exploring how to build new things if so.

I'm not sure what you're trying to build, but by the end of the second course, you should be able to create a customer service chatbot that is equivalent to what others have built. If you're interested in building/fine-tuning an LLM, that's totally beyond my knowledge.
MIT posts their AI/ML Degree requirements online, as well as the courses, for free. Shouldn't take you more than a year to finish it and start reading research papers.