Issues and Solutions for Installing TensorFlow

Issues and Solutions for Installing TensorFlow

LearnExcelTechnology, Follow WeChat Official Account: excelperfect Introduction: Here I record the issues encountered while installing TensorFlow and their solutions, so that I can refer back to them later and for the reference of friends facing similar problems. Recently, I have been focusing on studying Deep Learning Illustrated. When I reached Chapter 8, I tried to … Read more

Installing and Downloading TensorFlow on Windows, Linux, and Mac OS

Installing and Downloading TensorFlow on Windows, Linux, and Mac OS

Installing TensorFlow on Windows Installing Python First, you need to install Python on your Windows system. It is recommended to use the official Python distribution, which is Anaconda, as it comes with many scientific computing libraries, such as numpy and scipy, which are also used in TensorFlow. You can download and install Anaconda from the … Read more

Detailed Guide to Installing TensorFlow on Windows

Detailed Guide to Installing TensorFlow on Windows

1. Introduction: This installation of TensorFlow is based on Python, and the process of installing Python will not be explained (since you’ve decided to install it, you should definitely understand Python first): This tutorial covers the process of installing TensorFlow on Windows using Anaconda (CPU version, as the GPU version is not supported…) 2. Installation … Read more

Step-by-Step Guide to Install TensorFlow GPU Version

Step-by-Step Guide to Install TensorFlow GPU Version

Introduction The main difference between the CPU version and the GPU version is the running speed; the GPU version runs faster. Therefore, if your computer’s graphics card supports CUDA, it is recommended to install the GPU version. The CPU version requires no additional preparation and can generally be installed on any computer without needing a … Read more

How to Install PyTorch

How to Install PyTorch

1. Download and install Visual Studio Code choose the appropriate version to install 2. Download and install conda and configure the environment Download method one: official website download Download method two: Tsinghua mirror installation 3. conda environment configuration Open advanced system settings on your computer and click on system environment variables: Find path and then … Read more

Common Issues When Setting Up PyTorch Environment

Common Issues When Setting Up PyTorch Environment

1 Issues 1. Always stuck on solving environment and can’t get out. Network solutions include: configuring Tsinghua source, updating conda, etc., but nothing worked.2. After downloading, there are 3 things that need to be done, the last one starting with exe (maybe), always reports an error. Network solutions include: opening prompt with administrator privileges, etc., … Read more

Master Python Machine Learning in Just 14 Steps

Master Python Machine Learning in Just 14 Steps

Excerpt from kdnuggets Author: Matthew Mayo Translated by: Machine Heart Contributors: Huang Xiaotian, Wu Pan, Yan Qi, Jiang Siyuan Python is arguably the most popular language for machine learning today, and there are plenty of resources available online. Are you considering starting with Python for machine learning? This tutorial may help you successfully get started, … Read more