I started machine learning about a week ago. Summarize the preparation for using Tensorflow (Anaconda) with Visual Studio Code.
Reference
・ Https://qiita.com/ryt-t5/items/4f15c5b069ad3e6910e8
Premise
・ Install Visual Studio Code
・ Install Anaconda
Body
・ Set PATH
→ C: \ Users \ (user name) \ Anaconda3
→ C: \ Users \ (user name) \ Anaconda3 \ Scripts
・ Check if the PATH is correct
-Add a Python extension to VS Code.
When installing a package, it will be something like "conda install keras".
Recommended Posts