Tag Archives: machine learning

The AI Dilemma

Posted in Machine Learning, Machine Learning | Tagged , , | Comments Off on The AI Dilemma

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]

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

Updates – Jetson Nano

Screenshots of recent updates/code applied to the Jetson Nano , for which l recently got a 40x40mm Fan from Amazon. Note, the fan turns on as the temperature arises. Below command took about 2 hrs to complete on my Jetson … Continue reading

Posted in JetsonNano, Machine Learning, Nvidia | Tagged , , , , , | Comments Off on Updates – Jetson Nano

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