0
School presentation
At school I have a presentation and it is mainly about Deep learning and a little bit of machine learning.what can I tell them in class about deep learning and neural networks.
13 ответов
+ 5
You can tell them how you researched the topics thoroughly and found out some interesting things.
Do you have a programming question?
Can you please read the following:
https://www.sololearn.com/discuss/3021159/?ref=app
+ 2
Hello!! This question is off-topic. Read Ausgrindtube’s message and link.
We can’t help you with that question. We are not here for doing other’s homework.
Search the information yourself.
+ 2
Are these lines correct?
if(i == 1000){
cout << "Accuracy:" << 100 - err;
}
I has to equal 1000?
+ 1
Under the community tab there are some posts about neural networks and nodes etc
https://www.sololearn.com/learn/733/?ref=app
+ 1
You can use some tutorial of google for making it
You can also use tensorflow + keras (python)
0
I do have one programming question .ive never really understood neural networks and how they work(sorry if this question is off topic).also how do i program weights and nodes in python?
0
I know more about machine learning like how logistic regression works(which is by making a line which splits the dataset into 2 categories).also how do i program a gradient descent program
0
Ausgrindtube i wish they had pinned it.
0
If you can’t answer any of these question then can you at least give me sources to learn more?
0
I made this neural network(i think it is a neural network) but it gives no output.why is that?
https://code.sololearn.com/c71XvpEZ9VAU/?ref=app
0
I tried to make it output the accuracy at the end but it didn’t work
0
It seems like the for loop doesn’t work/throw(if that’s what throw means).is hidden control flow messing things up.or is it just sololearn?
0
I fixed it(kinda).now if the for statement runs too many times it outputs NaN(not a number).