Viewing profile — strong_ai
strong_ai
HN member- Joined
- Fri, Sep 04, 2015, 7:38 AM UTC
- HN karma
- 25
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About strong_ai
No profile information was provided.
Recent public activity
-
comment
Comment #10720947
What do you see as the downside of creating this organization now, as opposed to in 100 years? Artificial Intelligence in its current state has shown itself to be incredibly useful…
-
comment
Comment #10502770
Thumbnails drive engagement -- doesn't seem petty to me.
-
comment
Comment #10402670
It would be really interesting to see a visualization (maybe using PCA) of the LDA vectors for each document. The topics are not super convincing that the LDA approach worked well.…
-
comment
Comment #10349720
afaik the two main reasons are 1) the expense of porting from 2.* to 3.* and 2) some libraries do not yet support 3 http://python3wos.appspot.com/
-
comment
Comment #10349468
Yes. Note both the article and the paper are from 1992.
-
comment
Comment #10315082
Wow! This is really awesome! Mind giving a high-level description of the matching process?
-
comment
Comment #10235824
ANNs have been proven to be universal approximators ( https://en.wikipedia.org/wiki/Universal_approximation_theore... ) which I think is what you meant when you said 'Turing Comple…
-
comment
Comment #10173209
if you want to learn neural nets check out Karpathy's class (cs231n.github.io) and do the assignments. making a github repo and HN post about using neural networks is false self-ad…
-
comment
Comment #10169230
this 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 …