课程: Google Cloud Professional Machine Learning Engineer Cert Prep

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Using AI tools to build AI tools

Using AI tools to build AI tools

- [Instructor] Let's take a look at this modern AI programmer workflow. In this particular workflow, AI creates AI to talk to AI, and how do we do this? Well, to start out with, if you look at Github Codespaces, a cloud-based development environment, you can go in and configure it with customized Dockerfile, customized .devcontainer file. So it's really optimized for doing AI programming and machine learning programming so that you can use GPUs. One of the things that you can do when you're building this is actually talk to Github Copilot. Now what is it? Well, it's an AI peer programming utility that communicates with OpenAI Codex. And this is a pre-trained model that is designed to help you autocomplete your code and it's intelligent enough to give you code suggestions. Now, what's happening when you're using this is that you could also communicate with Cloud SDKs. For example, you could build out a new system that…

内容