Zygote.jl VS thgtoa

Compare Zygote.jl vs thgtoa and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Zygote.jl thgtoa
9 61
1,439 908
0.4% -
8.1 5.9
about 1 month ago about 2 years ago
Julia HTML
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Zygote.jl

Posts with mentions or reviews of Zygote.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.
  • Yann Lecun: ML would have advanced if other lang had been adopted versus Python
    9 projects | news.ycombinator.com | 22 Feb 2023
    If you look at Julia open source projects you'll see that the projects tend to have a lot more contributors than the Python counterparts, even over smaller time periods. A package for defining statistical distributions has had 202 contributors (https://github.com/JuliaStats/Distributions.jl), etc. Julia Base even has had over 1,300 contributors (https://github.com/JuliaLang/julia) which is quite a lot for a core language, and that's mostly because the majority of the core is in Julia itself.

    This is one of the things that was noted quite a bit at this SIAM CSE conference, that Julia development tends to have a lot more code reuse than other ecosystems like Python. For example, the various machine learning libraries like Flux.jl and Lux.jl share a lot of layer intrinsics in NNlib.jl (https://github.com/FluxML/NNlib.jl), the same GPU libraries (https://github.com/JuliaGPU/CUDA.jl), the same automatic differentiation library (https://github.com/FluxML/Zygote.jl), and of course the same JIT compiler (Julia itself). These two libraries are far enough apart that people say "Flux is to PyTorch as Lux is to JAX/flax", but while in the Python world those share almost 0 code or implementation, in the Julia world they share >90% of the core internals but have different higher levels APIs.

    If one hasn't participated in this space it's a bit hard to fathom how much code reuse goes on and how that is influenced by the design of multiple dispatch. This is one of the reasons there is so much cohesion in the community since it doesn't matter if one person is an ecologist and the other is a financial engineer, you may both be contributing to the same library like Distances.jl just adding a distance function which is then used in thousands of places. With the Python ecosystem you tend to have a lot more "megapackages", PyTorch, SciPy, etc. where the barrier to entry is generally a lot higher (and sometimes requires handling the build systems, fun times). But in the Julia ecosystem you have a lot of core development happening in "small" but central libraries, like Distances.jl or Distributions.jl, which are simple enough for an undergrad to get productive in a week but is then used everywhere (Distributions.jl for example is used in every statistics package, and definitions of prior distributions for Turing.jl's probabilistic programming language, etc.).

  • How long till Julia could be the default language to learn ML?
    1 project | /r/learnmachinelearning | 13 Nov 2022
    I think julia has a lot going for it. I feel like autograd is one of the bigger ones given that it's a language feature basically (https://github.com/FluxML/Zygote.jl for reference). I think the ecosystem is a bit of an uphill battle though.
  • Neural networks with automatic differentiation.
    3 projects | /r/Julia | 13 Apr 2021
    Also check out https://github.com/FluxML/Zygote.jl which is the AD engine
  • PyTorch 1.8 release with AMD ROCm support
    8 projects | news.ycombinator.com | 4 Mar 2021
    > There's sadly no performant autodiff system for general purpose Python.

    Like there is for general purpose Julia? (https://github.com/FluxML/Zygote.jl)

  • The KimKlone Microcomputer
    1 project | news.ycombinator.com | 1 Mar 2021
    Thanks again. Like you said it is fun to dream (ask the "Scheme Machine" guys sometime about how they would go about it now), but practically with technology like Julia's Zygote:

    https://github.com/FluxML/Zygote.jl

    the efficiency of autodiff might be similar to that of an opcode anyway.

    So, how did DEC do on the Alpha processor? I always heard good things about it--IIRC it was based on the VAX, but 64 bit. I learned PDP-11 assembler at RPI, during their college program for high school students in about 1984. We hand assembled code and really got to know the architecture.

  • FluxML/Zygote.jl -- v0.6.3 should implement a `jacobian` function but doesn't?
    1 project | /r/Julia | 23 Feb 2021
  • Did the makers of Zygote.jl use category theory to define their approach to computable autodiff?
    1 project | /r/Julia | 8 Feb 2021
    and make that computable. It seems like line 88 --> 90 of this file in Zygote does that: https://github.com/FluxML/Zygote.jl/blob/master/src/compiler/chainrules.jl
  • Study group: Structure and Interpretation of Classical Mechanics in Clojure
    1 project | /r/lisp | 6 Feb 2021
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    It's super powerful

    For example Zygote.jl (https://github.com/FluxML/Zygote.jl) implements reverse mode automatic differentiation, by defining a function that is a generated transformation of the function being differentiated.

thgtoa

Posts with mentions or reviews of thgtoa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-20.
  • Be Anonymous
    3 projects | news.ycombinator.com | 20 Feb 2022
    Some of the anonymous advice here is pretty poor and recommends centralized services that require some level of identification.

    If you actually need to be anonymous the daunting but doable tactics on https://anonymousplanet.org/ are a much better bet.

  • Where can I learn about *everything* that could be used to track me online.
    1 project | /r/privacy | 18 Feb 2022
    There is no single resource, but personally this is the most comprehensive I know of: https://anonymousplanet.org/
  • Let's hope this is still unpopular and gets no traction
    1 project | /r/Anarchism | 7 Feb 2022
  • How can I become more anonymous on the internet?
    1 project | /r/privacy | 27 Jan 2022
    Anyways, maybe this site? https://anonymousplanet.org/
  • Thoughts on Rob Braxman running his own email service?
    1 project | /r/privacy | 19 Jan 2022
    Said you shouldn't download Signal because it makes you stand out and attracts attention. Source: https://www.youtube.com/watch?v=IWMZ17Iyu3o Said that you shouldn't use ANY two factor because they're designed to track you, even software 2FA. Source: https://www.youtube.com/watch?v=ChKpf5HjcSY (He also says in this video that it's okay to let Google collect data about you as long as they don't tie it to a real world identity, even though the more data you give Google, the easier they can ID you.) Said that you should keep a "real identity" where you "pretend to be a sheep." Make Google searches for things you don't believe in, post tweets/statuses that you don't actually believe but perpetuate the prevailing narrative. AKA: look like you agree with the masses. Meanwhile, keep a second anonymous identity. (Source: https://www.youtube.com/watch?v=A8lHsIf6aA8) This is incredibly stupid. First, it doesn't work (source: https://lifehacker.com/generating-a-bunch-of-internet-noise-isnt-going-to-hi-1793898833), second you can easily burn an "anonymous" identity by accident and now it's linked to your real identity. True digital anonymity is almost (not 100%, but damn near) impossible. (Source: https://anonymousplanet.org/) His entire VPN video is just riddled with bullshit like saying that VPNs block email, block monetization, and that it's better to use a server in the US because of 4th Amendment Protections (worked so well in the past, right?) (Source: https://www.youtube.com/watch?v=OHfVPgLMMUQ). He then goes on to sell a "VPN router" in his shop that routes all your traffic over Tor - which means that your home internet may be slow, many common websites will probably block you, and as soon as you sign into anything you've lost all anonymity.
  • Is Rob Braxman legit? Is he a fear monger?
    1 project | /r/privacy | 18 Jan 2022
    3) Said that you should keep a "real identity" where you "pretend to be a sheep." Make Google searches for things you don't believe in, post tweets/statuses that you don't actually believe but perpetuate the prevailing narrative. AKA: look like you agree with the masses. Meanwhile, keep a second anonymous identity. (Source: https://www.youtube.com/watch?v=A8lHsIf6aA8) This is incredibly stupid. First, it doesn't work (source: https://lifehacker.com/generating-a-bunch-of-internet-noise-isnt-going-to-hi-1793898833), second you can easily burn an "anonymous" identity by accident and now it's linked to your real identity. True digital anonymity is almost (not 100%, but damn near) impossible. (Source: https://anonymousplanet.org/)
  • Set up my own VPN | How to use it the right way?
    1 project | /r/VPN | 29 Dec 2021
    Oh I thought bit launch was some bit exchange/management company or software, so I guess you see why I was telling you to isolated it to an incognito session+VPN. When you exit an incognito session it wipes all cookies, browser storage, etc for that session. However, I think you have to completely close the session, if you have more tabs open that data is probably still around until you completely close the browser. That's why if you use a second browser you're even more safe because you will think of it as a separate "thing" in your mind and be sure to manage it separately. Tor browser is a notch above that. If you don't resize it, you look like a million other tor-browser sessions (yes your browser reports it's "size" back to servers so they can figure out how to space things, and lots of times to finger print you). VPN gives you another layer in that it hides your IP (make sure to go to dnsleak.com and make sure you dns queries aren't leaking to your ISP's nameserver). This document is a bit paranoid, but I feel it has some good info and more than I am gonna type lol. https://anonymousplanet.org/ take from it what you need.
  • Airtel blocked my project's website, please help
    2 projects | /r/developersIndia | 14 Dec 2021
    If you want to read more about censorship techniques employed by the Indian government (or any place) in general: Read 1 2
  • I know that the most popular question is about TOR + VPN and it's get the 1k answer about it, BUT i received an email from ExpressVPN which says about "more ways to protect your privacy", so is it just ad or truth?
    1 project | /r/TOR | 10 Dec 2021
    This is an interesting guide to become anonym: https://anonymousplanet.org/
  • Tor is under threat from Russian censorship and Sybil attacks. Tor Project leaders disconnect rogue nodes and call on volunteers to bypass censorship.
    1 project | /r/technology | 9 Dec 2021

What are some alternatives?

When comparing Zygote.jl and thgtoa you can also consider the following projects:

Enzyme - High-performance automatic differentiation of LLVM and MLIR.

tty-share - Share your linux or osx terminal over the Internet.

ForwardDiff.jl - Forward Mode Automatic Differentiation for Julia

learn-anything.xyz - Organize world's knowledge, explore connections and curate learning paths

Tullio.jl - ⅀

ht - Friendly and fast tool for sending HTTP requests

TensorFlow.jl - A Julia wrapper for TensorFlow

ffprofile - A tool to create firefox profiles with personalized defaults.

Flux.jl - Relax! Flux is the ML library that doesn't make you tensor

orbot - The Github home of Orbot: Tor on Android (Also available on gitlab!)

InvertibleNetworks.jl - A Julia framework for invertible neural networks

mull - Practical mutation testing and fault injection for C and C++