How to install Windows 10 in a virtual machine

How to install Windows 10 in a virtual machine

Download Windows 10 ISO file Go to Windows 10 software download page, select “Create Windows 10 installation media”, download and the media creation tool. Run media creation tool (e.g. MediaCreationTool22H2.exe) to download ISO file (e.g. Windows10en64bit.iso) to your PC. Create a virtual machine and select downloaded iso as installation media In VMware workstation, select “create a virtual machine” and select downloaded iso file as installation media, then start to follow the on-screen instructions to install Windows 10 Pro operating system…

Read More Read More

How to install VMware Player on Windows

How to install VMware Player on Windows

Download VMware Player Go to the VMware download center and search for VMware Player https://customerconnect.vmware.com/downloads/#all_products. Select and download the latest version installer from the list according to your operating system. E.g. If you are installing VMware Player on Windows operating system, Click “DOWNLOAD NOW” for “VMware Workstation 17.0.2 Player for Windows 64-bit Operating Systems” Install VMware Player After downloading the installer, double click the installer to install it. Restart the host machine After finishing the installation, click Yes to restart…

Read More Read More

How to create a simple TensorFlow.js project

How to create a simple TensorFlow.js project

This instruction shows how to create a simple project to predict the y value of equation y = 1.2x + 5 based on TensorFLow.js Create a webpage Create a webpage ‘predict.html’: Use web browser to open ‘predict.html’, if the TensorFlow.js is loaded correctly, you should see the following text: Train the model Use the following code to train the model. Use the model to predict the value of y when x = 10 Source Code

How to install TensorFlow on Windows 11 (WSL2, Ubuntu 22.04) with CUDA and cuDNN

How to install TensorFlow on Windows 11 (WSL2, Ubuntu 22.04) with CUDA and cuDNN

This instruction shows how to install TensorFlow on Windows 11 (WSL2, Ubuntu 22.04) with CUDA and cuDNN. Lod in Reference: https://codensync.com/blog/2023/11/23/how-to-install-ubuntu-22-04-on-wsl2-on-windows-11/ Install virtual environment management system Miniconda Run the following command to install the latest 64-bit version of the installer and then clean up after themselves. After installing, run the following commands initialize for bash and zsh shells: You need to close and re-open the current shell for changes to take effect. First, exit the shell: Then, run the following…

Read More Read More

How to install Ubuntu 22.04 on WSL2 on Windows 11

How to install Ubuntu 22.04 on WSL2 on Windows 11

This instruction shows how to install Ubuntu 22.04 on WSL2 on Windows 11. Check available Linux distros The first step is to check the available Linux distros on your system. Right-click the Windows icon and choose Terminal (Admin) to open Terminal and run the following command: The command should return all the available Linux distros: The following is a list of valid distributions that can be installed.Install using ‘wsl.exe –install ‘. NAME FRIENDLY NAMEUbuntu UbuntuDebian Debian GNU/Linuxkali-linux Kali Linux RollingUbuntu-18.04…

Read More Read More