Articles by Jeffrey Cogswell
-
How to Become an AI Researcher
There’s a huge need for artificial intelligence (AI) researchers in the tech industry and other fields. AI continues to grow, it’s creating an ongoing need for more experts to push the cutting ed… -
Can You Protect Your Tech Job Against AI?
Let’s be honest: Developers are nervous. They’re worried that AI, particularly chatbots that can write code, will soon make their jobs redundant. Young people interested in software development a… -
Programming AI with Rust: What You Need to Know
Rust is a general-purpose language that can be used to create desktop applications and back-end server applications. It’s fully-compiled and feels similar to C++ when you’re programming with it.… -
What's the Best Way to Build an Image Classifier App?
If you use your smartphone to snap a photo of a plant, landmark, or animal, chances are good that iOS or Android will identify the subject. In doing so, the software is leveraging a form of AI kn… -
How to Program AI with the Go Language
When Google developed the Go programming language in 2009, C++ still ruled, despite many tech pros’ difficulties with it. Meanwhile, newer languages such as JavaScript and Python had the latest a… -
AI Skills to learn for C++ Programming
When it comes to AI, C++ is in a unique position. Unlike most modern languages, it’s compiled directly to assembly code, and doesn’t run under the confines of a runtime system. This means it’s hi… -
How Much Python You Need to Know to Land Your First Tech Job?
Python is one of the world’s most popular programming languages, utilized across a wide span of industries for a seemingly infinite number of tasks. Whether you’re looking to start a career in da… -
Building an AI Powered Knowledge Base
Let’s look at what it takes to build an AI powered knowledge base. Imagine your company has a large set of documents and you want the employees to be able to search through the documents, but you… -
R Programming with AI and Machine Learning: What You Need to Know
R is a programming language that specializes in data analysis, statistics, and data visualization. R and Python are the two preferred languages for data analysts and data scientists. In addition… -
AI Tools in the Cloud: What You Need to Know
One of the first things developers new to artificial intelligence (AI) discover is that AI apps are incredibly slow on a typical bare-bones PC. At a minimum you need a GPU, typically one of the h…