Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for comments Vector
GitHub Repo https://github.com/YeonwooSung/hn-comment-vector-search

YeonwooSung/hn-comment-vector-search

Hacker news comments vector search
GitHub Repo https://github.com/yshimizu12/SupportVectorRegression

yshimizu12/SupportVectorRegression

This program demonstrates the support vector regression using python. All comments in the code are written in Japanese.
GitHub Repo https://github.com/afiodorov/hn-search

afiodorov/hn-search

Vector search over Hacker News comments and RAG pipeline with a simple web ui
GitHub Repo https://github.com/jaswinder6991/reddit-data-rag

jaswinder6991/reddit-data-rag

Index reddit comments in a Vector DB and put an LLM on top of it.
GitHub Repo https://github.com/Vaggelis-Arg/C-data-structures

Vaggelis-Arg/C-data-structures

Basic data structures in C with useful comments and explanations
GitHub Repo https://github.com/howardyclo/learn-to-highlight-movies

howardyclo/learn-to-highlight-movies

Highlight Stephen Chow's famous movies using bullet-screen comments, document vector and neural network.
GitHub Repo https://github.com/jwest22/reddit-vector-analysis

jwest22/reddit-vector-analysis

This project retrieves recent posts and comments from a specified subreddit, generates embeddings using Sentence Transformers, clusters the embeddings, and allows for similarity search using FAISS.
GitHub Repo https://github.com/siddharthjain1611/Toxic_Comments_Competition

siddharthjain1611/Toxic_Comments_Competition

Kaggle Toxic comments competition. Uses both a word and character tfidf vectorizer for features, as well as a simple log-length of comment feature.
GitHub Repo https://github.com/mpascucci/pybind_stl_vector_example

mpascucci/pybind_stl_vector_example

A commented working example of a python module wrapping a minimalist C++ library which uses the STL vector and template class/function.
GitHub Repo https://github.com/HaykTarkhanyan/Learning_fair_representations

HaykTarkhanyan/Learning_fair_representations

Vectorized implementation of http://proceedings.mlr.press/v28/zemel13.html paper, with extensive docstring and comments