I'd be interested to know if this could be turned into a tool that lets you know how well your writing (or coding) matches the "house style". (Mostly for technical documentation, requirements specs etc...) I'd be even more interested if it could be turned into a sublime text plugin that highlights words / phrases that deviate most strongly from the house style.
Show HN: Neural network that impersonates writers
21–30 of 33 posts
Re: Show HN: Neural network that impersonates writers
#22this doesn't look like a neural net to me. from NeuralNetwork.py from sklearn.neighbors import KNeighborsClassifier # Create a sperate neural network for each identifier for index in range(0, len(NaturalLanguageObject._Identifiers)): nn = KNeighborsClassifier() self._Networks.append(nn)
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
Re: Show HN: Neural network that impersonates writers
#23Re: Show HN: Neural network that impersonates writers
#24[deleted]
Re: Show HN: Neural network that impersonates writers
#25Earlier quoted context omitted.
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.
Re: Show HN: Neural network that impersonates writers
#26This person has no idea what they're talking about. sklearn has no neural network code whatsoever.
EDIT: this feels like a testament to sklearn's greatness, honestly.
Re: Show HN: Neural network that impersonates writers
#27Earlier quoted context omitted.
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.
Re: Show HN: Neural network that impersonates writers
#28Earlier quoted context omitted.
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.
What the hell.
Re: Show HN: Neural network that impersonates writers
#29Earlier quoted context omitted.
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.
Re: Show HN: Neural network that impersonates writers
#30Earlier quoted context omitted.
So then it seems like the author of the code doesn't understand that "NN" means "Nearest Neighbors" and not "Neural Network"? He mentions that he used sklearn's Neural Network libraries in his blog post, but sklearn doesn't have any aside from RBM.
I was confused with the difference between an SVM and a neural network. Easy mistake I guess. The whole goal of this project was for educational purposes, so im still happy with the outcome.