BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T170000
DTEND;TZID=America/Los_Angeles:20260413T180000
DTSTAMP:20260424T044414
CREATED:20260415T213503Z
LAST-MODIFIED:20260415T213503Z
UID:33177-1776099600-1776103200@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nReviewed finals projects\, debugged streamlit and dataset related issues.\nContinued the Boston Housing Price Prediction!\n\nHomework:\nNOTE: please click on save version for your respective final projects on the kaggle page. \nNOTE 2: Use these versions across your kaggle and your pycharm: \n!pip install --force-reinstall --no-cache-dir numpy==1.26.4 scipy==1.15.3 matplotlib==3.7.2 fastai==2.7.19 torch==2.6.0 pillow==10.4.0\nPart 1:\n\nContinue working on your final project.Your goal this week is to train multiple models and deploy them all with the option to choose between different models on streamlit. Upload your latest progress as an ipynb to the google drive.\n\nFor those with issues on training the models\, do this fix: \n!pip install -U "fastprogress==1.0.3"\nimport fastprogress\nprint("fastprogress:"\, fastprogress.__version__)\nThen ensure it is 1.0.3\, if it isn’t restart the notebook (theres a restart and clear cell output button on the top right of the notebook page). \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-20/
CATEGORIES:AI/ML,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T180000
DTEND;TZID=America/Los_Angeles:20260413T190000
DTSTAMP:20260424T044414
CREATED:20260414T030357Z
LAST-MODIFIED:20260414T030357Z
UID:33165-1776103200-1776106800@www.ayclogic.com
SUMMARY:
DESCRIPTION:Today We Did\n\nWe learned how to create Open AI API Key.\nWe learned where in https://platform.openai.com website we can keep track of usage and billing.\nWe learned about 122 different types of OpenAI models.\nWe learned how to connect to OpenAI server using OpenAI python client SDK.\n\nHomework\n\nEnhance “main.py” so it can keep track of the following tokens\n\nTotal input_tokens\nTotal output_tokens\nTotal total_tokens\n\n\nSo if you asked the OpenAI 4 questions\, each of those question will use input_token\, output_tokens and total tokens. Cumulate these 3 tokens individually and print the total tokens used so far. So every time you ask questions\nFor example:\n\nAI Chat Bot - Token Counter\nTrack how many tokens you use in your conversation!\n============================================================\n\nEnter your question ('exit' to quit): What is the capital of Las Vegas state?\n\n[Question #1]\nThinking...\n\n--- Token Usage ---\nInput tokens: 16\, Output tokens: 30\nThis request: 46 tokens\n\nSUMMARY\nSession input_tokens: 16\, output_tokens: 30\nSession total: 46 tokens\n-------------------\n\nAnswer: Las Vegas is a city\, not a state. Las Vegas is located in the state of Nevada\, and the capital of Nevada is Carson City.\n\nEnter your question ('exit' to quit): Who invented computer?\n\n[Question #2]\nThinking...\n\n--- Token Usage ---\nInput tokens: 11\, Output tokens: 100\nThis request: 111 tokens\n\nSUMMARY\nSession input_tokens: 27\, output_tokens: 130\nSession total: 157 tokens\n-------------------\n\nAnswer: The modern computer as we know it was not invented by a single person\, but rather evolved over time through the work of many innovators and inventors. However\, one of the earliest forms of a programmable computer is attributed to Charles Babbage\, an English mathematician and inventor\, who designed the Analytical Engine in the 1830s. This early mechanical computer laid the foundation for the development of the modern computer. Other key figures in the history of computer development include Alan Turing\, John von\n\nEnter your question ('exit' to quit):\n \nIn https://platform.openai.com website find out where to get summary of tokens used historically.
URL:https://www.ayclogic.com/event/33165/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260413T190000
DTEND;TZID=America/Los_Angeles:20260413T200000
DTSTAMP:20260424T044414
CREATED:20260418T183633Z
LAST-MODIFIED:20260418T183633Z
UID:33208-1776106800-1776110400@www.ayclogic.com
SUMMARY:7 PM - AI Agent - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to create Open AI API Key.\nWe learned where in https://platform.openai.com website we can keep track of usage and billing.\nWe learned about 122 different types of OpenAI models.\nWe learned how to connect to OpenAI server using OpenAI python client SDK.\n\nHomework\n\nCreate Token Usage and Summary sections in your  “main.py” so it can keep track of the following tokens\n\nTotal input_tokens\nTotal output_tokens\nTotal total_tokens\n\n\nSo if you asked the OpenAI 4 questions\, each of those question will use input_token\, output_tokens and total tokens. Cumulate these 3 tokens individually and print the total tokens used so far. So every time you ask questions\nFor example:\n\nAI Chat Bot - Token Counter\nTrack how many tokens you use in your conversation!\n============================================================\n\nEnter your question ('exit' to quit): What is the capital of Las Vegas state?\n\n[Question #1]\nThinking...\n\n--- Token Usage ---\nInput tokens: 16\, Output tokens: 30\nThis request: 46 tokens\n\nSUMMARY\nSession input_tokens: 16\, output_tokens: 30\nSession total: 46 tokens\n-------------------\n\nAnswer: Las Vegas is a city\, not a state. Las Vegas is located in the state of Nevada\, and the capital of Nevada is Carson City.\n\nEnter your question ('exit' to quit): Who invented computer?\n\n[Question #2]\nThinking...\n\n--- Token Usage ---\nInput tokens: 11\, Output tokens: 100\nThis request: 111 tokens\n\nSUMMARY\nSession input_tokens: 27\, output_tokens: 130\nSession total: 157 tokens\n-------------------\n\nAnswer: The modern computer as we know it was not invented by a single person\, but rather evolved over time through the work of many innovators and inventors. However\, one of the earliest forms of a programmable computer is attributed to Charles Babbage\, an English mathematician and inventor\, who designed the Analytical Engine in the 1830s. This early mechanical computer laid the foundation for the development of the modern computer. Other key figures in the history of computer development include Alan Turing\, John von\n\nEnter your question ('exit' to quit):
URL:https://www.ayclogic.com/event/7-pm-ai-agent-gamas/
END:VEVENT
END:VCALENDAR