Does anyone know of a free Python library for machine learning that can be used on a personal computer? I am particularly interested in neural network libraries similar to FANN.
I would advise looking into PyTorch, which is free to use (BSD 3 license). It works well with the majority of PC hardware, has a lot of community support, and learning it develops coding skills that can be transferred to other very popular packages, like transformers.