Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm not very good at coding, but I have some experience with python and google colab and I was wondering if there was a notebook/program that simply takes data and predicts the next piece of data?

What I have tried:

I've tried coding it myself, but I'm stoopid
Posted
Updated 4-Feb-21 4:56am
Comments
Richard MacCutchan 4-Feb-21 10:24am    
"simply takes data and predicts the next piece of data?"
So if I typed "Banana", what would you expect it to predict?
[no name] 4-Feb-21 10:25am    
Yellow ... no, fruit ... er, comedy ...
nuggetofwisdom 4-Feb-21 10:28am    
m o n k e
No what I mean is it'll take a dataset, say the history of the Apple stock, and predict the stock price for Apple for the next day (I'm not actually using this, mine will be much more simple)
Richard MacCutchan 4-Feb-21 10:43am    
Yes, I understand the question. But how would this program figure out these predictions?
nuggetofwisdom 4-Feb-21 10:45am    
Like it's done here: https://miro.medium.com/max/2226/1*KdwmQZdq8xAnruYWShiKQA.png

Short answer: No.

The problem with what you want to do is the naïve notion of "one AI to rule them all". AI's have to be trained on a dataset to teach them about the data they are looking at. There is no one dataset or AI to predict the next value out of a set of values. Each set of values behaves differently. So training an AI on, say, a viral infection dataset cannot be used to predict a stock value.
 
Share this answer
 
Comments
nuggetofwisdom 4-Feb-21 11:18am    
I was afraid this was the case, thank you for your time!
There are actually a lot of automated platforms these days that are designed to help people tap into AI with no to little coding required.
You might want to check out CLICK AI, they recently were on the news offering ㅁ free AutoML tool, by the look of it, this should be right up your alley. Here's the link https://www.newswire.com/news/dslab-global-offers-a-free-automl-tool-with-its-all-in-one-platform-21310091
I believe there are other platforms as well, that allow you to take the data and get prediction results without writing a single line of code. Good luck, hope this helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900