Tag Archives: python

Tools for Machine Learning [ML]

Tools and quick commands for setting up your PC for exploring or working with Machine Learning using python. Install Nvidia Cuda – Cuda Install Python  – Python Install Anaconda – Anaconda Anaconda commands: Update: conda update conda Numpy: pip install … Continue reading

Posted in Machine Learning | Tagged , , , , , , , , | Comments Off on Tools for Machine Learning [ML]

Python – Map, filter and Reduce Functions

Posted in Computer, Programming | Tagged , , , , | Comments Off on Python – Map, filter and Reduce Functions

Pytorch Setup

Below are my notes and setup and screenshots as l configured my system for using and exploring Pytorch. I used: Windows 10 Latest Anaconda – the free individual edition Lenovo Legion 15 laptop with RTX 2060 w/6Gb VRAM,16Gb RAM, SSD … Continue reading

Posted in Computer, Data Analytics, Machine Learning, Nvidia, Programming | Tagged , , , | Comments Off on Pytorch Setup

NLTK – Python Machine Learning Setup

“The Natural Language Toolkit, or more commonly NLTK, is a suite of libraries and programs for symbolic and statistical natural language processing for English written in the Python programming language.” Source Wikipedia Setup and test screenshots below: Text: import nltk … Continue reading

Posted in Computer, General, Machine Learning | Tagged , , , , , | Comments Off on NLTK – Python Machine Learning Setup

DEEP LEARNING WITH PYTORCH

Click here for the source website. I use Anaconda [individual edition] platform for data analysis. Click here for their website and program download. Below is from wikipedia. PyTorch is an open source machine learning library based on the Torch library,[3][4][5] used for applications such as computer vision and natural language processing,[6] primarily … Continue reading

Posted in Machine Learning | Tagged , , , | Comments Off on DEEP LEARNING WITH PYTORCH

Exploring Anaconda, Conda, Jupyter, Tensorflow

“TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML[machine learning] and developers easily build and deploy ML powered applications.” … Continue reading

Posted in General, Machine Learning | Tagged , , , , , , , , | Comments Off on Exploring Anaconda, Conda, Jupyter, Tensorflow