ML-Tutorial-Experiment
ML-Tutorial-Experiment copied to clipboard
Nana
I'll like to learn to code.
PyTorch and TensorFlow official tutorials are good ways to learn how to code machine learning models as you are familiar with Python. PyTorch is easier and more commonly in research, while TensorFlow, especially Static Computing Graph Mode, is widely used in production. PyTorch: https://pytorch.org/tutorials, TensorFlow: https://www.tensorflow.org/tutorials.