machine-learning-articles VS bet

Compare machine-learning-articles vs bet 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
machine-learning-articles bet
5 3
3,143 93
- -
4.1 2.1
2 months ago 12 months ago
Python
- 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.

machine-learning-articles

Posts with mentions or reviews of machine-learning-articles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.

bet

Posts with mentions or reviews of bet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Dobb·E: An open-source framework for learning household robotic manipulation
    1 project | news.ycombinator.com | 29 Nov 2023
    Indeed! In fact, I have a project [0] from last year that uses a GPT-style transformer to address that exact issue :) However, it’s hard to go far outside simulations in real home robotics without a good platform, out of which efforts came Dobb-E.

    [0] https://mahis.life/bet/

  • Minimal PyTorch re-implementation of GPT
    6 projects | news.ycombinator.com | 6 Sep 2022
  • Show HN: We trained a (mini) GPT for multi-modal robot behaviors
    1 project | news.ycombinator.com | 24 Jun 2022
    Hi HN!

    First author of the paper here, thought some of you may enjoy reading about this! Even now, training robots on human demonstration data is the best way to get them to do new and exciting things in the real world. However, this generally requires a lot of data curation in the standard way: the robots can only follow along if you give them data that is solving a single task in a single way.

    To improve the status quo, we introduce Behavior Transformer in this paper, which can learn from unlabeled demonstration data solving multiple different tasks in different ways using a GPT-like generator model. We had to make some modifications to fit the continuous actions, unlike the standard GPT model which fits discrete words.

    As it turns out, unconditional rollouts from this model shows a lot more "natural" behavior (i.e. different tasks solved in different rollouts in different ways)_than standard behavioral cloning. More importantly, behavior transformers show much better mode coverage compared to previous models, and show some level of compositionality. Check out our videos! [1]

    Finally, another oft-ignored part I am quite proud of is our code release -- we worked quite hard to make sure our code [2] is easy to read, reproduce, and remix! And also, did I tell you that these models train super fast? The Franka Kitchen environment in the top video [3] takes just 10 minutes on an Nvidia 3080 to the point you are seeing in the video. Compare that with standard RL training, and you might agree with me that a small number of demonstrations can truly go a long way!

    Happy to answer questions, as well! Have a great Friday, wherever you are :)

    [1] https://mahis.life/bet

    [2] https://github.com/notmahi/bet

    [3] https://mahis.life/bet/more/kitchen/

What are some alternatives?

When comparing machine-learning-articles and bet you can also consider the following projects:

iris - Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.

minGPT - A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

embedding-encoder - Scikit-Learn compatible transformer that turns categorical variables into dense entity embeddings.

awesome-adaptive-computation - A curated reading list of research in Adaptive Computation, Dynamic Compute & Mixture of Experts (MoE).