Pre-Built and Pre-Trained

We saw above an example of building and training our own neural network.

It’s also possible to download a neural network with:

The approach you should choose depends on how much prior work there has been in the domain you are applying your neural network to, and how much data you have to train your model.

You can often find models designed specifically for a given task, such as classifying an image, identifying certain features in an image, or converting audio to text (transcribing). These models are often shared through websites like Hugging Face or Kaggle, and they have dedicated software libraries to help you use those models.