TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best environments for differential programming?

4 pointsby pc2g4dalmost 3 years ago
I want to incorporate an algebra solver into a neural network. Crazy idea, I know. I&#x27;m trying to generate algebra problems that are actually solvable, and the best way I can think to do that would be to have a solver implemented in-network. That&#x27;s a complex piece of code, thus the interest in differentiable programming.<p>Julia? Python? Swift? Something else?<p>My experience has been that the autogradient in TensorFlow would be way too finicky to implement something complex in. Maybe I&#x27;m wrong?

1 comment

ChrisRackauckasalmost 3 years ago
Algebra solver, as in solving algebraic equations numerically? The Julia SciML ecosystem has libraries like DeepEquilibiurmNetworks.jl for building neural networks with nonlinear algebraic equation solving as part of the networks (<a href="https:&#x2F;&#x2F;deepequilibriumnetworks.sciml.ai&#x2F;stable&#x2F;manual&#x2F;nlsolve&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepequilibriumnetworks.sciml.ai&#x2F;stable&#x2F;manual&#x2F;nlsol...</a>).
评论 #32431904 未加载