Esp8266 USB input Manufacturing: Bad: 0.0775 - Good: 0.9290
Manufacturing Esp8266 USB input: Bad: 0.9992 - Good: 0.0009
221–225 of 225 posts
Esp8266 USB input Manufacturing: Bad: 0.0775 - Good: 0.9290
Manufacturing Esp8266 USB input: Bad: 0.9992 - Good: 0.0009
This could easily be implemented as a (hover) tooltip.
Earlier quoted context omitted.
What tools would you use to detect overfitting in this case and in general?
My brain. You will overfit an NN trained on only 1000 examples. Also a simple train/test split will tell you that. But the author failed to take any time to learn the basics before spewing out this drivel.
I'm sad to do that because you are knowledgeable about a number of things. Many of us could learn from you if you would share what you know without putting other people down. But the aggression subtracts more than the knowledge adds. We can't have users behaving like this sort of asshole in comments, least of all in Show HN threads, where the idea is to teach people things and expressly not to shit on them and their work: https://news.ycombinator.com/showhn.html.
Other users here know things and are willing to talk about them without being mean. GistNoesis modeled this wonderfully in the GP comment. We'll learn what we can from them instead. But if you decide that you want to use HN in the intended spirit, as described in the site guidelines and especially the one that says Be kind, you're welcome to email hn@ycombinator.com and let us know.
Congratulations on getting first rank on front page. Congratulations on getting your hands dirty and doing everything yourself like computing gradients manually, badly shuffling (non Fisher-Yates), badly js transpose (double swapping), it is a great way to learn. Congratulations on completing a full pipeline, that's the hard part then it just swapping pieces for better pieces. I advise non-technical readers not to at…
When I learned about KNN, I made this project: https://github.com/victorqribeiro/budget
When I learned about Kmeans, I made this one: https://github.com/victorqribeiro/groupImg
When I learned about Perceptrons: https://github.com/victorqribeiro/carGamePerceptron (the training is done when you run the project)
When I learned about MLP: https://github.com/victorqribeiro/jokenpo
When I learned about Neural Evolution: https://github.com/victorqribeiro/aimAndShoot
None of these projects are perfect, but helped me to better understand things. I did implemented a professional solution for a company using machine learning, but I used scikit-learn (back then). I have some experience with tensorflow also, but implementing things makes me fell like in control. But I know whena a solution is good enough for production and when it's not. I made clear on the README of this project that this is not at all good for production. I took the time to show every single step of the process and tell it how it is. I had limited time and limited resources, and with the little I had I made a "fun" experiment. I enjoy doing this kind of thing. I have to squish this kind of projects in my free time, cause I have a full time job and I'm finishing my final thesis (I'll defend it two week from now).
Sorry if I turn this into a journal entry, but I kind got hurt yesterday when the other guy shted all over my project That's not at all what you did and I appreciate that. Thanks again.
Well, here's the thing: a good Samaritan offered 2.6M stories from HN with score. I've downloaded the file (almost 500M) and I'm now processing it. It is taking a long time to just process it. I don't know if I'll be able to train the neural network with all that data. As I said on the repo, the project is was a quick thing, just to test a theory. My question is: do you think is worth feed the NN more data so it can…