I was happy to learn about the Oracle Cloud Infrastructure 2024 Generative AI Professional Course with video tutorials and the Certification Exam (1Z0-1127-24) from their newsletter. I found it extremely useful, timely, and relevant. The course, with about 6 hours of videos, provided me with a comprehensive view of what it takes to build a Generative AI application. Although some parts reference OCI services, much of the course remains vendor neutral. Rohit Rahi and his team at Oracle have done a great job of structuring the beginner-friendly yet comprehensive course so well, covering all the essentials across four modules. The curriculum strikes an excellent balance between depth and accessibility. While Gen AI output is typically non-deterministic, I was surprised to learn that they can be made completely deterministic under certain conditions. Specifically, in the OCI Gen AI service, setting the temperature parameter to 0 produces consistent, deterministic output for a g...
There's also an attibute you can add to the top of your class, it's broken in VS2005 beta2 for C#, but should work in RC. Note you have to prefix with the full namespace for some reason to get it to work.
ReplyDeleteC#
[System.ComponentModel.DesignerCategory("code")]
public class Form1 : System.Windows.Forms.Form
VB
<System.ComponentModel.DesignerCategory("code")> Public Class Form1