Tag Archives: ML

PyTorch Beginner Series

INTRODUCTION TO PYTORCH – YOUTUBE SERIES

Posted in Artificial Intelligence, Computer, Deep Learning, Machine Learning, Machine Learning, Nvidia | Tagged , , , | Comments Off on PyTorch Beginner Series

Exploring Brad – Google’s AI Program

Here’s a summary (inputs, outputs) of my exploration of Google’s AI program called Brad.  Question: write a short story using the writing style of Chinua Achebe from the novel ‘Things fall apart’ Response: Sure, here is a short story using … Continue reading

Posted in Computer, Data Analytics, Deep Learning, Machine Learning, Programming | Tagged , , , , , , , , , , , , , , , , , , | Comments Off on Exploring Brad – Google’s AI Program

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]

Introduction to Deep Learning

MIT Deep Learning for the website link Music Generation RNNs link  

Posted in Computer, Data Analytics, Deep Learning, Machine Learning, Nvidia, Programming | Tagged , , , , , | Comments Off on Introduction to Deep Learning

Ubuntu Essentials Setup for ML/AI Cuda Development

Ubuntu terminal commands l used to complete and test my workstation before ML/AI/Cuda development

Posted in Computer, Machine Learning, Nvidia | Tagged , , , , , , , | Comments Off on Ubuntu Essentials Setup for ML/AI Cuda Development

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

Jetson Nano – Some useful commands

Some useful commands l found, for getting more information from the Nvidia Jetson Nano development kit board. The first gets the swap space, and the second below confirms the Jetpack version.

Posted in JetsonNano, Machine Learning, Nvidia | Tagged , , , , , | Comments Off on Jetson Nano – Some useful commands

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

Image classification model in ACI using AzureML

Deploying an image classification model in Azure Container Instance using Microsoft Azure Machine Learning [ML] Screenshots below: Requires: Azure, Python 3.6+, CPU selected – Standard DS3 V2

Posted in Azure, Machine Learning, Microsoft | Tagged , , , , , , , | Comments Off on Image classification model in ACI using AzureML