- Видео 10
- Просмотров 234 198
Chad Skelton
Канада
Добавлен 16 июл 2013
Videos on ChatGPT, artificial intelligence, data analysis and data visualization.
How to make ChatGPT act more random
A video about how to get ChatGPT to act in a more random fashion. Here's the prompt language shown in the video for a Custom GPT quizzing students on course content:
If the student asks, "Quiz me", pick five pages of the uploaded course materials at random. To do this, first use Python to calculate the specific number of total pages in the uploaded PDF. Then use Python to randomly choose five of those pages. Tell the student what pages you're using for the quiz.
If the student asks, "Quiz me", pick five pages of the uploaded course materials at random. To do this, first use Python to calculate the specific number of total pages in the uploaded PDF. Then use Python to randomly choose five of those pages. Tell the student what pages you're using for the quiz.
Просмотров: 36
Видео
How ChatGPT can help you study for your next big test
Просмотров 226Месяц назад
A video about how you can use ChatGPT to make a "Quiz Bot" and "Tutor Bot" to help you study. Prompts used in the video are pasted below. QUIZ BOT PROMPT: You are the "Quiz Bot", a GPT designed to help quiz a Grade 11 student in Surrey, British Columbia to help prepare them for an upcoming quiz. Provide the student with a series of 5 short answer and fill in the blank questions. Before each que...
Three reasons your custom GPT in ChatGPT isn't working - and how to fix it
Просмотров 2,4 тыс.3 месяца назад
This video goes over three of the most common reasons that custom GPTs made in ChatGPT don't work the way you expect they should and some solutions for how to fix it. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html
How ChatGPT can help you plan your next vacation
Просмотров 1154 месяца назад
This video explains how you can use ChatGPT to get customized suggestions for your next family vacation. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html
How ChatGPT can tutor your kid in any subject!
Просмотров 984Год назад
A video explaining how you can use ChatGPT as a tutor for your child and get it to help write flashcards to test your kid's knowledge. You can find me on Threads at @chadskelton and find my website at chadskelton.com/ Custom Instructions mentioned in the video: Box 1: I am a high-school student in British Columbia, Canada. I am in Grade 10 and want to use ChatGPT as a tutor to help me understan...
ChatGPT Code Interpreter vs Noteable Plugin: Which is best for data analysis?
Просмотров 10 тыс.Год назад
In this video I compare ChatGPT's Code Interpreter with the Noteable Plugin for ChatGPT to see how each performs on a variety of different data analysis and data visualization tasks. You can find me @chadskelton on Twitter and Threads. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html Datasets used in these videos: github.com/chadskelton/data/tree/master/chatgpt
With ChatGPT, you can do machine learning on your data without knowing how to code
Просмотров 11 тыс.Год назад
In this video, I show how you can use ChatGPT and the Noteable plugin to use a machine learning model to classify your data without knowing how to code in Python. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html Datasets: github.com/chadskelton/data/tree/master/chatgpt
How to fix typos in your data with ChatGPT and the Noteable plugin
Просмотров 4,1 тыс.Год назад
In this video I demonstrate how you can use ChatGPT Plus and the Noteable plugin to clean up typos in a dataset. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html Datasets: github.com/chadskelton/data/tree/master/chatgpt
How ChatGPT can find data for you to analyze using APIs
Просмотров 21 тыс.Год назад
In this video, I show how ChatGPT and the Noteable plugin can use APIs to find datasets to analyze. This video uses World Bank data as an example. Blog post: www.chadskelton.com/2023/05/using-chatgpt-and-noteable-plugin-for.html Datasets: github.com/chadskelton/data/tree/master/chatgpt Noteable plugin setup instructions: github.com/chadskelton/data/tree/master/chatgpt
How to do data analysis using AI with ChatGPT and the Noteable plugin
Просмотров 185 тыс.Год назад
NOTE: ChatGPT no longer uses plugins and Notable no longer exists. So the exact steps here won't be the same. But most of these steps can now be done even more easily directly in ChatGPT without a plugin or by using the "Data Analyst" custom GPT. In this video, I explain the basics of how you can use ChatGPT and the Noteable plugin to do data analysis and visualization using artificial intellig...
I've noticed it sometimes can't read PDFs
It may be that it's an image based PDF. You can run it through OCR using a tool like PDF24 OCR to extract the text from it.
CONVERT ALL FILES YOU ARE USING TO CUSTOMIZE TO .TXT THEN CONDENSE SMALL MEDIUM LARGE XLARGE XXLARGE AND XXXLARGE FILES INTO 1 [ONE] .TXT FILE. 10 custom chatbots, each with up to 5,000 pages and 60 million words of content SO DO WHAT YOU MUST BUT .TXT VS WORD VS .DOC FILES.. .TXT WINS BY. (Assuming your upload content is words only.)
This was incredibly helpful - thank you. I felt like I was going a bit mad until I saw this!
Big Tip: if you want to bypass the file limit just upload a .zip with all the files. I did this with 56 files and it was able to list all the files back to me.
My Create section inside my custom GPT's has disappeared. Have you ever seen this before?
Hey Chad, when you tell the GPT in Edit Mode, under "Create" to do something, you need to CLICK THE BLACK UPDATE BUTTON in the top right of the screen. :) That's why it's not updating.
My GPT is stucks in Draft mode. No issue with uploadung the documents os books but it's not Live. Ant advise?
Hi! Could you help me create a prompt that strictly bans specific words and phrases? I work in copywriting, and it's frustrating that the chat keeps repeating certain words even though I've tried to set up restrictions. I’ve attempted to ban these words explicitly in the prompt, but they still show up. Here’s the prompt I’ve been using: "You are an assistant that responds to questions clearly and in detail. Under no circumstances should you include the following words in your responses: [word 1], [word 2], [word 3], etc. If any question or context requires the use of these words, try to rephrase or explain the content in another way, avoiding any mention of these words, even indirectly. This is a mandatory requirement for every response."
Probably by now you already know that there is a part in the configuration section called capabilities where you can unclick > Web Browsing. So it only use the information you uploaded.
Yes, I had noticed that though I didn't cover it in the video.
Thank you for this video. I wasted my entire afternoon working on my own chatgpt. It did not save anything even when it kept saying it saved it. I am so angry.
Were you hitting the "Update" button in the top right of the screen on Chat GPT? You must hit "update" to save all changes.
@MeditationMomma999 😔 that was my mistake
Amazing
It’s not the number of files uploaded, it’s the size of them. The number of tokens it has to read. Don’t know what the limit is, but you’d not really know yourself unless you count individual letter and numbers 😂
Not sure about that. At least in my tests, I started to get the error message right at 21 files.
when I save, its looks like sending error message, like its saveing but cant pop the screen to finish
Im trying to build my own gpt as my own school and running into same issues. Im trying to upload resources I wanna learn have it build mown personal curriculums with homework, assignments, and projects and its been a pain.
Man I have been soooo frustrated by this. It's just giving the same generic answer saying that it should be fixed and won't happen again, yet it keeps happening. Anyone who have found a bullet proof solution, please let me know
realy cool! Same issue, thanks!
You are a rock star! Thank you for this!
Thank you!
Great video... Informative and so will presented. Makes it easy to get started with ai for data analytics
Thanks for this !! Extremely helpful
How you gave the csv file inside the chat Gpt Plus??
Interesting video, Chad. However, there are way too many UM, UH, UM, UH. Very distracting for me. 😒
Noteable is dead. Do you guys know any working alternative?
Thanks for sharing this. The boring part in the video was not at all because it was very helpfull. I tried to create an account in noteable but it seems that the plugiin now no longer exist. Could you make more videos but with others plugins availables?
Thanks infinite 🎉
Chad, I enjoy your videos. Any ideas for a replacement, now that Noteable is ceasing its operation?... Ed
Looks like ChatGPT has discontinued all of its plugins. But you an achieve much the same thing in the 'default view' for GPT 4 on ChatGPT Plus, which can do data analysis using Python. It just won't be able to put everything in a notebook for you.
so sad notable is shutting down
Thanks a lot.. This is revealing❤.. Cheers
Great job Chad!
Very informative
you did not help us understand how we upload our data so that Chat GPT can read and analyse them
If I already create graph and want Chat GPT to report my graph, how can I import my graph to Chat GPT?
it doesn't work well at all with large and complex data structures. I am not having a good result, sadly. I tried changing the file that I am using as a database to make it more simple, but it didn't help. I also tried dividing the analysis to make it simple and that helped a bit but the plugin and/or GPT was having issues with simple math like converting values from radians to degrees and also the data visualization was having lots of problems. Can't trust anything generated by this method. I would much appreciate it if you could recommend any other plugins or tools to use prompts to get data analysis and visualization.
Hey Chad, great video. Unfortunately I don't have the 'plugins' option in my GPT-4, I have DALL.E 3 Beta which I have learned already after buying the plus version :[ Nevertheless great content.
I wonder what would happen if you seeded common data analysis pitfalls into the initial prompt. For example, saying perform a data analysis on the data set but highlight any potential misleading data statistics and common errors first before the analysis. I watched another video on AI and they said there’s a phenomenon when you ask a ChatGPT to be more accurate it is statistically more accurate, which is wild.
people will loose jobs because of this
what is the data size noteable can handle, if we have data in lakhs of rows, will it be able to handle it, and open ai models have tokens limit, so how does it work in the backend to generate the insights based on overall data
Noteable can handle pretty large datasets. I don't know if there's a firm upper limit. Tokens don't affect ChatGPT as I'm using it. The limit on ChatGPT plus is how many questions you can ask it within a set period of time.
Thank you, subscribed and waiting for more
Thanks for taking the time to record this video and share it with the public, Chad! This could significantly increase our analysis performance using ChatGPT.
Not sure if you have an answer for this, but I've been trying to use Noteable as you've described here, but I almost always eventually get an error back from ChatGPT of either Network Error or "There was an error generating a response". This happens during the processing phases of the prompt, seemingly like it's timing out or something. Not sure if this is a ChatGPT issue or a Noteable issue. I thought perhaps I was just asking too much of ChatGPT, but it seems to work fine for you
Don't have much to suggest other than giving it another try in a few days. Sometimes the plugins can go a bit haywire for a bit, in particular when they or ChatGPT are being updated.
I would love to audit your college courses
As FC24 is going to be released, "I created the Python project for FIFA23, building the ultimate dream team and simulating thrilling matches as the game reaches its conclusion." The video is in my channel. Fell free to check it out . ruclips.net/video/nbnDqW_FaL4/видео.html I used chatGPT for this.
Great video and content, please continue, your information is so very helpful- thanks!
You are the real MVP !
This is amazing!!!! It would be awesome to se how it does with spatial analysis !
Thanks Chris, appreciate the video. Great to see how ChatGPT can be used for data analysis. Also first time I'm learning about Noteable.
Can this be used to bulk fix wiki's possible typos? I try to use ChatGPT normally by copypasting texts and saying for it to detect possible typos or commas but it says the text it's alright even when intentionally include a typo to test CGPT. It only notices the error when i say "Hey, there's actually an error there" It's very annoying. it doesn't do things very well with basic commands
Fantastic video. Thank you!
very well explained. How big data can be handled by this plugi in? is it possible to connect to external databases for instance my postgress database which is on cloud?
I think Noteable has this functionality but I haven't tried it out myself.
Hello Chad, would this plug-in combo do the opposite? Meaning if I upload an image of a bar graph could it pull data from the image? Specifically looking to upload an electric bill graph showing monthly kwh and have AI calculate the annual kwh. Would you be able to help with this?
I don't think ChatGPT can read bar chart images, at least not yet.
@@chadskeltondata Thank you for your reply. Any idea of a tool to automatically read a bar graph? Or something that could be built to accomplish this? Looking to hire a freelancer to help build an app. Thank you
@@jasondye2743 Sorry, no idea. I think some of the tools (like Bing?) have the ability to submit images as part of your prompt but I haven't tested out any of them to see if they could actually read the data in a bar chart.