real-hacker

↗ HN profile [ 74.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi, I am a indie dev, and I made an app 'Painterly' that turns a photo into a painting, stroke by stroke. Different from other similar apps like Prisma, it doesn't use neural network to do pixel mapping in one go. The…

  2. And how much training data does it need to achieve high accuracy? QR scanning is actually a non-trivial algorithm. If NN can learn this algorithm, is it possible to reverse engineer any complicated software system,…

  3. Which chapter(s) of "artificial intelligence - a modern approach" are relevant for today's AI practitioners? Or, which chapters do you recommend to someone who just want to apply A.I in practice?

  4. In an iOS app, I need to solve a linear equation Ax = B, where A is a sparse matrix with 40K rows and 10K columns. Accelerate has a Sparse Solver package, but it is still in beta:…

  5. I heard there are some insights in the NKS book, but the 1100 pages filled with a big ego is really not worth my time. Is there a condensed version of this book, or maybe a better book for cellular automata?

  6. Both can be seen as strategies of searching for a solution in an optimization problem. Why does deep learning (gradient descent) work better? Is it because of the randomness in GA? And are there any problems more…