Category_Theory_Machine_Learning VS geniusrise-indexing

Compare Category_Theory_Machine_Learning vs geniusrise-indexing and see what are their differences.

Category_Theory_Machine_Learning

List of papers studying machine learning through the lens of category theory (by bgavran)

geniusrise-indexing

A collection of bolts for Retieval-augmented Generation (RAG) usecases (by geniusrise)
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
Category_Theory_Machine_Learning geniusrise-indexing
10 3
1,127 0
- -
6.7 2.6
about 1 month ago 8 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.

Category_Theory_Machine_Learning

Posts with mentions or reviews of Category_Theory_Machine_Learning. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.
  • Fundamental Components of Deep Learning (category theory) [pdf]
    1 project | news.ycombinator.com | 13 Mar 2024
    For those that don't know Bruno, he's one of the organizers for https://cats.for.ai/

    He also maintains an "Awesome-$X" like Github page for ML and Category Theory: https://github.com/bgavran/Category_Theory_Machine_Learning

    I have no association with him and I doubt he knows who I am. But I thought there is enough interest here in both ML and Category Theory that others might be interested in this.

  • Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory
    2 projects | news.ycombinator.com | 2 Jan 2024
    There's also the cats.for.ai group and this nice github: https://github.com/bgavran/Category_Theory_Machine_Learning
  • Show HN: Geniusrise, a framework and ecosystem for AI agents
    17 projects | news.ycombinator.com | 23 Sep 2023
    ## More Links

    1. https://github.com/geniusrise/geniusrise - core framework

    2. https://github.com/geniusrise/geniusrise-huggingface - hf modules

    3. https://github.com/geniusrise/geniusrise-openai - openai modules

    4. https://github.com/geniusrise/geniusrise-listeners - streaming data input

    5. https://github.com/geniusrise/geniusrise-databases - database input

    6. https://github.com/geniusrise/geniusrise-prompt-actions - functional integrations (RAG-able and GPT function call-able, WIP)

    7. https://github.com/geniusrise/geniusrise-indexing - vectorizing for RAG usecases (WIP)

    8. https://github.com/geniusrise/geniusrise-exit-proxy - cached LLM interface with MITM-auditing (WIP)

    ## Asides

    I think the core framework can be AGPL but the modules must be MIT / Apachev2.

    I really wanted to create an elaborate example in the guides but could not find time, - something like load and vectorize SNOMED-CT or UMLS and use it to NER / RAG EHR docs. Or maybe a usecase of doctor communicating to patient in another language (a major problem in India), with reverse translation verifying translated output using the KG. These kinds of stuff are soon to come. Or discourse segmentation for better chunking for RAG usecases.

    I'm not sure if I should add cyberpunk-ed scientists as banner images. I tried with mathematicians like Voevodsky to Andre Joyal to John Baez, but couldn't. Actual geniuses tend to not be famous, hence SDXL fails I guess.

    I plan to also write this framework in scala. The category-theorizing of neural networks is amazing!!! https://github.com/bgavran/Category_Theory_Machine_Learning. I hope Bartosz Milewski approves.

    I love Alan Turing, but cuz of "The Chemical Basis of Morphogenesis". It introduced me to the wonderful world of complex systems. Hence, his image as banner.

    I'm also working on a cli library called "isomorphic", wraps over argparse and provides cli, api, yaml, json interfaces.

    Yes, gradio integration is also underway.

    Finally, to huggingface.

  • Category Theory ∩ Machine Learning
    1 project | /r/u_Realistic-Orchid-923 | 7 Mar 2023
    1 project | /r/patient_hackernews | 7 Mar 2023
    1 project | /r/hackernews | 7 Mar 2023
    1 project | /r/functionalprogramming | 7 Mar 2023
    1 project | /r/hypeurls | 7 Mar 2023
    2 projects | news.ycombinator.com | 7 Mar 2023
  • [D] Pure math relevant to machine learning?
    1 project | /r/MachineLearning | 21 Oct 2021
    Also check out the curated list of papers on the intersection of CT and ML: https://github.com/bgavran/Category_Theory_Machine_Learning

geniusrise-indexing

Posts with mentions or reviews of geniusrise-indexing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-23.
  • Show HN: Geniusrise, an open source framework and ecosystem for AI agents
    3 projects | news.ycombinator.com | 23 Sep 2023
    Hello!

    Introducing geniusrise, an agent framework and component ecosystem for building AI agent networks that are as flexible as your team.

    landing page: https://geniusrise.ai (fancy but useless) docs: https://docs.geniusrise.ai (please check this out) github: https://github.com/geniusrise (for dear devs)

    ## Thought process

    Since the ChatGPT disruption, I've been pondering on what the tooling layer is going to look like for building LLM-interfacing agents. Saw a plethora of tools coming out as we witness here every week. I'd broadly categorize them into the GUI drag-and-drop variety, and the airflow and MLflow competitors pivoting. Not counting experiment dumps.

    My opinions kind of differed from these. The thesis that I chose to work with, is based on Conway’s law - the tooling for building agents must accommodate various team, communication structures and expertise available in an org. This scheme could only work if the tooling itself was more of a thin infrastructure glue layer supporting loosely coupled components such that each component could be built, tested, deployed and re-used independently while leveraging the context and expertise of the ones building them. Also these components need to be "Write once, run anywhere".

    ## Scheme

    1. Developers build components relevant to their infrastructure and services.

    2. ML engineers and data scientists get to work on data massaging, prompt engineering and model training without having to build data ingestion pipelines from whatever database engineering teams or whatever service product may be using.

    3. Devops could deploy these components in their choice of runner (e.g. k8s) and orchestrate with their choice of orchestrator (e.g. airflow).

    4. Product, engineers or whoever could take these components and compose them into workflows, experiment, test, then hand over to devops to deploy.

    5. Some of these components end up as open source, and benefit the entire community.

    Whichever of the above layer is not available, well, that’s where our open source modules kick in For example, no data science team? Use our standard huggingface components.

    Thus, the builders build, the users use, and open source plugs in the holes.

    The framework enables EVERYONE, without getting in the way.

    ## Community and Future

    Guys, this is for you, and I want to make it useful. Some feedback would be nice, and it would help me create a better roadmap. I plan to make this framework production ready by December '23.

    Having worked alone, and after countless sleepless nights and social sacrifices, I wanted to share this project before I start working on it full time from next week.

    Meanwhile I forgot to activate github sponsorships Anyway, I am excited!

    There is more in the pipeline - integrations (For example, model management, data governance and quality, runners, etc etc), modularization of the core framework, MOAR components, unit tests for components, etc

    Hell, the batch data modules do not even have partitioning schemes yet

    As the project grows bigger, I will be open to co-maintainers.

    The north star goal would be to build something worthwhile that can be donated to Apache / CNCF.

  • Show HN: Geniusrise, a framework and ecosystem for AI agents
    17 projects | news.ycombinator.com | 23 Sep 2023
    ## More Links

    1. https://github.com/geniusrise/geniusrise - core framework

    2. https://github.com/geniusrise/geniusrise-huggingface - hf modules

    3. https://github.com/geniusrise/geniusrise-openai - openai modules

    4. https://github.com/geniusrise/geniusrise-listeners - streaming data input

    5. https://github.com/geniusrise/geniusrise-databases - database input

    6. https://github.com/geniusrise/geniusrise-prompt-actions - functional integrations (RAG-able and GPT function call-able, WIP)

    7. https://github.com/geniusrise/geniusrise-indexing - vectorizing for RAG usecases (WIP)

    8. https://github.com/geniusrise/geniusrise-exit-proxy - cached LLM interface with MITM-auditing (WIP)

    ## Asides

    I think the core framework can be AGPL but the modules must be MIT / Apachev2.

    I really wanted to create an elaborate example in the guides but could not find time, - something like load and vectorize SNOMED-CT or UMLS and use it to NER / RAG EHR docs. Or maybe a usecase of doctor communicating to patient in another language (a major problem in India), with reverse translation verifying translated output using the KG. These kinds of stuff are soon to come. Or discourse segmentation for better chunking for RAG usecases.

    I'm not sure if I should add cyberpunk-ed scientists as banner images. I tried with mathematicians like Voevodsky to Andre Joyal to John Baez, but couldn't. Actual geniuses tend to not be famous, hence SDXL fails I guess.

    I plan to also write this framework in scala. The category-theorizing of neural networks is amazing!!! https://github.com/bgavran/Category_Theory_Machine_Learning. I hope Bartosz Milewski approves.

    I love Alan Turing, but cuz of "The Chemical Basis of Morphogenesis". It introduced me to the wonderful world of complex systems. Hence, his image as banner.

    I'm also working on a cli library called "isomorphic", wraps over argparse and provides cli, api, yaml, json interfaces.

    Yes, gradio integration is also underway.

    Finally, to huggingface.

What are some alternatives?

When comparing Category_Theory_Machine_Learning and geniusrise-indexing you can also consider the following projects:

geniusrise-exit-proxy - LLM proxy with single interface, caching & MITM audit logging.

geniusrise-databases - A collection of Spouts that query databases

geniusrise-listeners - A collection of Spouts that listen to events

geniusrise-prompt-actions - Bolts that read data and perform chains of actions with prompts

geniusrise - Geniusrise: Framework for building geniuses

geniusrise-openai - Bolts interfacing with the openai ecosystem

geniusrise-huggingface - Bolts interfacing with the huggingface ecosystem