Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter (now, X) handles. Here is an example: “Please note that the seed
parameter will help us to get diverse images in this example.”
A block of code is set as follows:
//Example of Non-learning AI (My AI Doctor!) Patient.age //get the patient's age Patient. temperature //get the patient's temperature Patient.night_sweats //get if the patient has night sweats Paitent.Cough //get if the patient coughs
Tips or important notes
Appear like this.