School presentation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

28th Apr 2023, 1:51 AM
Shabad Randhawa
Shabad Randhawa - avatar
13 Answers
+ 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
28th Apr 2023, 5:56 AM
Ausgrindtube
Ausgrindtube - avatar
+ 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.
28th Apr 2023, 7:02 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 2
Are these lines correct? if(i == 1000){ cout << "Accuracy:" << 100 - err; } I has to equal 1000?
1st May 2023, 7:18 AM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Under the community tab there are some posts about neural networks and nodes etc https://www.sololearn.com/learn/733/?ref=app
29th Apr 2023, 6:26 AM
Ausgrindtube
Ausgrindtube - avatar
+ 1
You can use some tutorial of google for making it You can also use tensorflow + keras (python)
29th Apr 2023, 6:31 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
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?
29th Apr 2023, 2:30 AM
Shabad Randhawa
Shabad Randhawa - avatar
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
29th Apr 2023, 2:37 AM
Shabad Randhawa
Shabad Randhawa - avatar
0
Ausgrindtube i wish they had pinned it.
29th Apr 2023, 3:35 AM
Shabad Randhawa
Shabad Randhawa - avatar
0
If you can’t answer any of these question then can you at least give me sources to learn more?
29th Apr 2023, 4:10 AM
Shabad Randhawa
Shabad Randhawa - avatar
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
1st May 2023, 3:08 AM
Shabad Randhawa
Shabad Randhawa - avatar
0
I tried to make it output the accuracy at the end but it didn’t work
2nd May 2023, 12:03 AM
Shabad Randhawa
Shabad Randhawa - avatar
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?
2nd May 2023, 1:30 AM
Shabad Randhawa
Shabad Randhawa - avatar
0
I fixed it(kinda).now if the for statement runs too many times it outputs NaN(not a number).
2nd May 2023, 3:46 AM
Shabad Randhawa
Shabad Randhawa - avatar