TidyverseSkeptic VS Transformers.jl

Compare TidyverseSkeptic vs Transformers.jl and see what are their differences.

TidyverseSkeptic

An opinionated view of the Tidyverse "dialect" of the R language. (by matloff)
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
TidyverseSkeptic Transformers.jl
13 7
508 504
- -
3.3 6.9
4 months ago 3 months ago
TeX Julia
- MIT License
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.

TidyverseSkeptic

Posts with mentions or reviews of TidyverseSkeptic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-23.
  • Why Pandas feels clunky when coming from R
    2 projects | news.ycombinator.com | 23 Feb 2024
    I just don't get these to be honest -- besides the fact that author missed simple things like `df.groupby('var',as_index=False)`, isn't this obviously arbitrary "this is easier my way" complaints? (I did R before all the chaining stuff was popular, and I wouldn't stuff everything into a single command like that even now. It isn't like you get lazy evaluation or any special data processing magic.)

    So I get people love chaining and tidyverse, good for you, I don't. But at least I can acknowledge that my way (or this way) people have different preferences and one is not intrinsically easier.

    Norm Matloff has a blog where he essentially just argues the opposite of all the tidyverse stuff, https://github.com/matloff/TidyverseSkeptic, but it is the same idea in reverse to me (one is not obviously easier to learn than the other IMO).

  • Where to learn R?
    5 projects | /r/math | 7 May 2023
    On the other hand, there is also a more traditional universe outside of the of the newer tidyverse approach. See the criticism of the tidyverse ecosystem by Prof Norm Matloff (of UC Davis). He provides a freely available introductory course in base R.
  • I will take that odds
    1 project | /r/ProgrammerHumor | 31 Mar 2023
    Whenever I hear tidyverse, I just feel the need to leave this: TidyverseSceptic
  • Base-R Is Alive and Well
    1 project | /r/rstats | 7 Aug 2022
    Yeah, I had never heard of him before, but I followed the link in the article above to his GitHub page and think he made some really great points about conciseness and clarity in base R code, and, I admittedly had no idea tapply() was so useful and easy to use, because I almost never see it used in any examples online. Although I agree with others here that he's misrepresenting why package developers use base R (which is to avoid dependences in their packages, which is very important), I also find myself agreeing with him that future R programmers not being taught base R is worrisome (I'm thinking of dependencies in future package development).
  • Your thoughts on base R? I never considered it and, after reading seemingly know little about it.
    1 project | /r/rprogramming | 11 Jul 2022
    I was in an R group meeting. One of the members mentioned Prof. Norm Matloff and said he has comments about tidyverse. I searched and found Matloff's explanation here. What are your thoughts on tidyverse and Matloff's comments about it? As I read it, I found myself agreeing with certain points. I do not have a computer science background; I'm someone trying to learn coding because I see uses for it in my work. I started my learning, about a year ago, with tidyverse tutorials. My patchwork jumping around, maybe in addition to some of the gaps Matloff indicates, show me that I know very little about base R.
  • In charge of making the transition from Excel to R at the office
    1 project | /r/rstats | 16 Jun 2022
    There are good arguments against tidyverse, especially for beginners. It doesn't lead to a growth in understanding the language fundamentals and requires to learn many functions, paradigms, and syntaxes not shared by base R, which can easily be overwhelming and lead to a learn-by-heart approach more than to a learn-by-understanding. There are many good articles on the topic, such as this one or a more in-depth one, suggesting to consider tidyverse a more advanced application for specific use cases, if you like the dialect. I don't, so I might be biased.
  • Teaching R in a Kinder, Gentler, More Effective Manner
    1 project | news.ycombinator.com | 13 May 2022
  • An opinionated view of the Tidyverse “dialect” of the R language
    1 project | news.ycombinator.com | 4 Apr 2022
  • Thoughts on book?
    1 project | /r/rstats | 5 Mar 2022
    I would discourage you to get into the tidyverse, at least in the first stages of your R training. It's like trying to learn english AND scottish together as a foreigner. You can read some better worded discussions here https://github.com/matloff/TidyverseSkeptic and here https://towardsdatascience.com/a-thousand-gadgets-my-thoughts-on-the-r-tidyverse-2441d8504433?gi=1b0a3648b6e6
  • Ho everyone I am R beginer. I need to to change the data type of these two columns, I tried as many ways I could find on the internet but it just won't work for me. This is really frustrating especially when you are a beginer, can you pleae provide a solution ? Thanks a lot in advance !
    1 project | /r/Rlanguage | 19 Jul 2021
    My opinions are largely in agreement with Norm Matloff on the subject actually.

Transformers.jl

Posts with mentions or reviews of Transformers.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Julia 1.10 Released
    15 projects | news.ycombinator.com | 27 Dec 2023
    Flux is quite a nice lower level library:

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

    On top of that there are many higher level libraries such as Transformers.jl

    https://github.com/chengchingwen/Transformers.jl

  • How is Julia Performance with GPUs (for LLMs)?
    2 projects | /r/Julia | 7 Apr 2023
  • Load a transformer model with julia
    2 projects | /r/Julia | 17 Oct 2022
    Check out Transformers.jl. It’s a library that implements transformer based models in Julia using Flux.jl. They have support for some of the huggingface transformers.
  • Ask HN: Why hasn't the Deep Learning community embraced Julia yet?
    3 projects | news.ycombinator.com | 11 Sep 2022
    https://github.com/chengchingwen/Transformers.jl but I have not had any personal experience with.

    All of this is build by the community and your mileage may vary.

    In my rather biased opinion the strengths of Julia are that the various ML libraries can share implementations, e.g. Pytorch and Tensorflow contain separate Numpy derivatives. One could say that you can write an ML framework in Julia, instead of writting a DSL in Python as part of your C++ ML library. As an example Julia has a GPU compiler so you can write your own layer directly in Julia and integrate it into your pipeline.

  • Help on Differentiable Programming
    1 project | /r/Julia | 5 Jan 2022
    I think you might have some luck with looking at a transformers implementation in flux, e.g: https://github.com/chengchingwen/Transformers.jl/tree/master/src/basic
  • Fastai.jl: Fastai for Julia
    6 projects | news.ycombinator.com | 27 Jul 2021
    Having tried fastai for a "serious" research project and helped (just a bit) towards FastAI.jl development, here's my take:

    > motivation behind this is unclear.

    Julia currently has two main DL libraries. Flux, which is somewhere between PyTorch and (tf.)Keras abstraction wise, and Knet, which is a little lower level (think just below PyTorch/around where MXNet Gluon sits). Frameworks like fastai, PyTorch Lightning and Keras demonstrate that there's a desire for higher-level, more batteries included libraries. FastAI.jl is looking to fill that gap in Julia.

    > Since FastAI.jl uses Flux, and not PyTorch, functionality has to be reimplemented. FastAI.jl has vision support but no text support yet.

    This is correct. That said, FastAI.jl is not and does not plan to be a copy of the Python API (hence "inspired by"). One consequence of this is that integration with other libraries is much easier, e.g. https://github.com/chengchingwen/Transformers.jl for NLP tasks.

    > What is the timeline for FastAI.jl to achieve parity?

  • Julia Update: Adoption Keeps Climbing; Is It a Python Challenger?
    17 projects | news.ycombinator.com | 18 Jan 2021
    If NLP primitives are all that's keeping you from testing the waters, have a look at https://github.com/chengchingwen/Transformers.jl.

What are some alternatives?

When comparing TidyverseSkeptic and Transformers.jl you can also consider the following projects:

Chain.jl - A Julia package for piping a value through a series of transformation expressions using a more convenient syntax than Julia's native piping functionality.

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

RCall.jl - Call R from Julia

PackageCompiler.jl - Compile your Julia Package

VegaLite.jl - Julia bindings to Vega-Lite

model-zoo - Please do not feed the models

swirl - :cyclone: Learn R, in R.

DataLoaders.jl - A parallel iterator for large machine learning datasets that don't fit into memory inspired by PyTorch's `DataLoader` class.

magrittr - Improve the readability of R code with the pipe

StatsPlots.jl - Statistical plotting recipes for Plots.jl