Uncomplicating Technology

Showing: 1 - 7 of 7 RESULTS
stop sign out in field
Machine Learning Python

What are Stop words?

Stop words are the words that are filtered out when a computer is doing natural language processing. Which words are stop words? There is no single list of stop words. The stop words you use will vary depending on the specific project you were working on. In python, there is a library called the natural …

open book sitting on table
Automation Machine Learning

What is Machine Learning?

Today we are going to ask ourselves the question, What is machine learning? Machine learning is the concept of training your computer to analyze data for you. But without you having to give explicit instructions for every part of the task. Machine learning consists of datasets that you use to train your models. Models In …

mini toy construction site
Automation

How to use Vagrant with VMWare vCenter

Vagrant is a tool made by Hashicorp for provisioning and de-provisioning virtual machines and groups of virtual machines. Frequently Vagrant is used for brining up test machines on your local computer. But, sometimes you want to run your virtual machines in your data center. In this article, I will describe how to use Vagrant with …