Care to explain cross entropy simply? That’s where I paused currently
Shooting from the hip: entropy of a single signal, say a sequence of letters, "ababababab" is the scaled "average" surprise per letter. So if they are uniformly distributed, each letter is equally likely/unlikely to come next in the sequence, where if instead one letter only 1/1000th of the time (aaa....aaa...aa..a.z.aaaa), then when the rare beast shows up, it is a big surprise, so the total amount of surprise avail…
Stanford A.I. Courses
71–80 of 81 posts
Re: Stanford A.I. Courses
#72Earlier quoted context omitted.
This might be taboo, but I used ChatGPT to educate me on some basic concepts, then deeper concepts - and put together a learning-plan and a syllabus for me with also a glossary of terms.... The cool thing, is it helped me put a more structured thought process on how I should pursuing AI leanings... I couldnt find anything concise out there - and this helped me to better think through everything: If anything - its a g…
The link fails for me. I see a red banner saying: Unable to load conversation 7a36b5dc-0016-4b4c-bf1a-c3a66dac7c6d
Re: Stanford A.I. Courses
#73Earlier quoted context omitted.
The link fails for me. I see a red banner saying: Unable to load conversation 7a36b5dc-0016-4b4c-bf1a-c3a66dac7c6d
I think you have to be logged in it seems, as when I click in private, it asks for login first :-/
Did you click the 'share' link on the left (which generates a public URL for a snapshot of the chat), or did you just copy the URL from the address bar (which will only work for you)?
The shareable URLs contain the word 'share' in the path.
Re: Stanford A.I. Courses
#74Earlier quoted context omitted.
I think you have to be logged in it seems, as when I click in private, it asks for login first :-/
I'm logged in. Did you click the 'share' link on the left (which generates a public URL for a snapshot of the chat), or did you just copy the URL from the address bar (which will only work for you)? The shareable URLs contain the word 'share' in the path.
https://chat.openai.com/share/b8f06d5e-f2d9-47d7-9c60-69b088...
AH... I fd up and apprently copied the URL...
EDIT,
You may link this link as well
https://chat.openai.com/share/0e2d652e-09a6-4cba-a766-dcf2c6...
Re: Stanford A.I. Courses
#75Are there project-based tutorial that talks more about neural net architecture, hyperparameters selection and debugging? Something that walks through getting poor results and make explicit the reasoning for tweaking? When I try to use transformers or any AI thing on a toy problem I come up with, it never works. Even Fizz-Buzz which I thought was easy doesn't work (because division or modulo is apparently hard to repr…
Yes. I created a course which uses implementing Stable Diffusion from scratch as the project, and goes through lots of architecture choices, hyperparam selection, and debugging. (But note that this isn't something that's fast or easy to learn - it'll take around a month full-time intensive study.) https://course.fast.ai/Lessons/part2.html
However, can you point me to the lectures where training happen (and architecture choices, hyperparam selection, and debugging happens.). I'm less familiar with SD but at a quick glance it seems like we're using a pretrained model and implementing bits that will eventually be useful for training but not training a new model, at least in the beginning of the deep dive notebook and first few lessons (starting at part 2, lesson 9).
Re: Stanford A.I. Courses
#76Looking for guidance here. There are a lot of courses out there on AI from esteemed institutions at that. What do people recommend as a curriculum for someone with a formal univ education in CS albeit from a while ago and who has programmed extensively though not in Python. The goal at the end is to have a deep understanding of the LLM space and its adjacencies.
Although I myself am not related to the industry or academia pertaining to AI, I have heard many people speak highly of the zero to hero course by Andrej Karpathy: https://youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9Gv... I myself loved it and learned a lot, but YMMV
Re: Stanford A.I. Courses
#77Earlier quoted context omitted.
I think this is because of a misalignment that is even common in plenty of other subjects as well. You know how once you've gained expertise in something that it is difficult to explain because it is so obvious? Kinda what is happening in education. Let me explain. The reason a lot of the theoretical basis is taught is because you need to get the skills to learn why things work, when to use them, when they fail, when…
The people with experience also aren't necessarily the ones that end up teaching - which isn't to say the same information can't be conveyed necessarily (e.g. good academics keep up to date with the field in industry) but there is powerful focus that practical experimentation brings.
Re: Stanford A.I. Courses
#78Earlier quoted context omitted.
The people with experience also aren't necessarily the ones that end up teaching - which isn't to say the same information can't be conveyed necessarily (e.g. good academics keep up to date with the field in industry) but there is powerful focus that practical experimentation brings.
The ones with experience are most often not the ones teaching. You know what they say, those who can’t do… teach.
Re: Stanford A.I. Courses
#79I think the way courses are taught can give you some needed grounding, like you should always take a good linear regression class. But I think that is as far as it gets you, a theoretical base. Honestly the issue is that most ML programs are taught as being some kind of additive skill set: the more courses you take the better or selection of the right kind of courses gets you some where. In reality: 1. most real worl…
> like you should always take a good linear regression class. Any recommendations for a _good_ linear regression class / course?
There are other people in that department like Ben Goodrich who are also good at teaching bayesian statistics
Re: Stanford A.I. Courses
#80Earlier quoted context omitted.
The ones with experience are most often not the ones teaching. You know what they say, those who can’t do… teach.
Some people like to teach
I have had one teacher who was like that. He’d been involved in the development of nuclear weapons before he retired. Incredibly smart guy. Unfortunately, he couldn’t teach physics worth a dime. He had the highest drop out rate of any physics teacher at my college.
Those two scenarios cover the vast majority of cases.