Posts

Showing posts with the label visual studio 2019

The basic principle of robotics and AI

Image
Artificial intelligence applied to robotics development requires a different set of skills from you, the robot designer or developer. You may have made robots before. You probably have a quadcopter or a 3D printer. The familiar world of  Proportional Integral Derivative  ( PID ) controllers, sensor loops, and state machines must give way to artificial neural networks, expert systems, genetic algorithms, and searching path planners. We want a robot that does not just react to its environment as a reflex action, but has goals and intent—and can learn and adapt to the environment. We want to solve problems that would be intractable or impossible otherwise. Robotics or a robotics approach to AI—that is, is the focused learning about robotics or learning about AI? about how to apply AI tools to robotics problems, and thus is primarily an AI using robotics as an example. The tools and techniques learned will have applicability even if you don’t do robotics, but just app...

Visual studio 2019

Image
Microsoft Visual Studio with Visual Studio C++ is required for building the Intel® Deep Learning Deployment Toolkit samples and demonstration applications. You can choose to install either the Professional or the free Community version of this software. These instructions show how to install the free Community version of Microsoft Visual Studio 2015. It is an incremental improvement over VS 2017 and is still the best IDE I have used. If you use SSIS, it took them a couple of weeks to get a prerelease version available, but it seems to work OK. This was much better than the release schedule for SSIS for VS 2017. If you want to wait for the updates and bug fixes, there is no compelling reason to move to 2019, but so far I so no reason not to go with the new version, if you like being on the bleeding edge. Does Microsoft Visual Studio offer a free version? Visual Studio Community Edition is free for individual developers and academic organizations. It is almost identical to...