#How generalised are the technical concepts of different fields of AI?

6 messages · Page 1 of 1 (latest)

weary birch
#

If your ML fundamentals are strong, you can transition relatively easily between different applications or sub fields

#

Granted, you wil have to pick up domain specific knowledge of the field regardless (ie NLP is much different than Computer Vision)

hybrid totem
#

depends, if you know the basics, transitioning should be easy, though it would require time and effort on your end.

dusty field
#

If i mind ask, what are these basics and fundamentals of machine learning. Are they about understanding JSON files and lines? Knowing how to fine tune? Identifying different parameters for AI? Kinda confused ngl

weary birch
#

Your fundamentals are mostly around

  1. how to train learning models (ie how to process, clean, and split data)
  2. how the following classical ML models work for linear regression and classification (KNN, MLP, SVM, trees/forests)
  3. how gradient descent works
  4. how techniques like bagging and boosting work
dusty field
#

Thank you so much @weary birch