Skip to content

Commit

Permalink
Tidy statement of need.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Oct 28, 2023
1 parent b9bb1de commit 1fd8354
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions JOSE_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ In contrast, much theoretical ML material addresses high-level concepts
without discussing coding considerations or details of how to
actually use popular frameworks to implement the models.

<!-- TODO -->
Practical aspects can only really be learnt through trial-and-error and
practical experience.
Many know how ML works in an abstract sense, but will be unfamiliar with lower-level
practicalities such as image transforms and other preprocessing techniques required
to present data to neural networks.
They can describe how something works, but would have no idea where to start if
asked to do it.
Such practical aspects are ideally learnt through trial-and-error and
hands-on experience.

Many machine learning frameworks are accessed using a Python framework.
One such commonly used framework is [PyTorch](https://pytorch.org/) [@paszke2019pytorch].
Expand Down

0 comments on commit 1fd8354

Please sign in to comment.