4shtonButcher@discuss.tchncs.detoProgramming@programming.dev•[question] Which ML library should I learn in Python?
5·
1 year agoMaybe find some code to look at on the HuggingFace hub page? HuggingFace libraries or PyTorch are likely to give you really good learning opportunities and examples. Just keep an eye out for timestamps of articles or version numbers. And of course use venv/conda/… to not mess up your version when trying out different things 😉
I’m not personally coding with them, just often supporting people and their projects that do. Keras is also popular but I’ve at least personally seen slightly shoddier implementations with it. That could be selection bias though.