Category_Theory_Machine_Learning VS DLFS_code

Compare Category_Theory_Machine_Learning vs DLFS_code and see what are their differences.

Category_Theory_Machine_Learning

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

DLFS_code

Code for the book Deep Learning From Scratch, from O'Reilly September 2019 (by SethHWeidman)
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 DLFS_code
10 1
1,127 459
- -
6.7 0.0
about 2 months ago 11 months ago
Python Jupyter Notebook
- 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

DLFS_code

Posts with mentions or reviews of DLFS_code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.
  • Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory
    2 projects | news.ycombinator.com | 2 Jan 2024
    > I suppose the goal would be to understand deep learning so that we know enough of what's going on but not to get stuck in math concepts that we probably don't know and won't use.

    I am/was in this scenario. I'm sure there are other resources out there specifically aimed at developers, but a book I'm reading now is "Deep Learning From Scratch" by Seth Weidman. He takes a different approach, by explaining concepts in three distinct methods: a mathematical way, by using diagrams and by showing the code.

    I like this approach because it allows me to connect the math to the problem, whereas otherwise you wouldn't have.

    In the book, you're slowly creating a DL framework, as the title says, from scratch. He also has all the code on GitHub: https://github.com/SethHWeidman/DLFS_code

    I think if you are truly trying to understand deep learning, you will never get to avoid the math because that's really what it is at it's core, a couple of non-linear functions chained together.

What are some alternatives?

When comparing Category_Theory_Machine_Learning and DLFS_code you can also consider the following projects:

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

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-openai - Bolts interfacing with the openai ecosystem

geniusrise-huggingface - Bolts interfacing with the huggingface ecosystem

geniusrise-indexing - A collection of bolts for Retieval-augmented Generation (RAG) usecases

geniusrise - Geniusrise: Framework for building geniuses

adjoint - Thoughts on adjoint, norm and such.

geniusrise-databases - A collection of Spouts that query databases

DeepFaceLab - DeepFaceLab is the leading software for creating deepfakes.