Pinned Repositories
acl2017
Code to train and use models from "Revisiting Recurrent Networks for Paraphrastic Sentence Embeddings"
awesome-deep-learning-papers
The most cited deep learning papers
COLING2018
Python code for training and testing the model in the COLING 2018 paper: "Convolutional Neural Network for Universal Sentence Embeddings". This simple CNN model achieves strong performance on semantic similarity tasks in transfer learning setting, and it can also act as effective initialization for downstream tasks.
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
evidently
Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b
keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
lstm-siamese-text-similarity
⚛️ It is keras based implementation of siamese architecture using lstm encoders to compute text similarity
recommenders
Best Practices on Recommendation Systems
nimeoz's Repositories
nimeoz/evidently
Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b
nimeoz/aisuite
Simple, unified interface to multiple Generative AI providers
nimeoz/Awesome-Machine-Learning-Papers
📖Notes and remarks on Machine Learning related papers
nimeoz/bayesian-ab-test
nimeoz/chatgpt-product-recommendation-embeddings
Here's a step-by-step guide that shows you how to build a chatbot using embeddings to match a user's profile with relevant products from a company's database.
nimeoz/confidencerecsys2023
nimeoz/CrossCBR
nimeoz/deploying-machine-learning-models
Code for the online course "Deployment of Machine Learning Models"
nimeoz/Ecommerce-Product-Recommendation-ChatGPT
This project aims to build a product recommendation system for e-commerce customers using OpenAI LLM.
nimeoz/edx-platform
The Open edX LMS & Studio, powering education sites around the world!
nimeoz/ExtractGPT
Attribute Value Extraction using Large Language Models
nimeoz/Get-Things-Done-with-Prompt-Engineering-and-LangChain
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM (Llama 2) for chat with PDF files, tweets sentiment analysis.
nimeoz/GLORY
nimeoz/gpt-reccexpl-mturksurvey
nimeoz/gru4rec_third_party_comparison
Comparison of popular unofficial third-party implementations to the original
nimeoz/llama-chat
A boilerplate for creating a Llama 3 chat app
nimeoz/llama-models
Utilities intended for use with Llama models.
nimeoz/llm_based_stock_recommendation_system
This system provides recommendations : Buy, Hold, Sell based on News, Stock Closing Values, and Financial Statements
nimeoz/mab2rec
Mab2Rec: Multi-Armed Bandits Recommender
nimeoz/nlp-recipes
Natural Language Processing Best Practices & Examples
nimeoz/RecBole
A unified, comprehensive and efficient recommendation library
nimeoz/recommender-system-tutorial
A step-by-step tutorial on developing a practical recommendation system (retrieval and ranking) using TensorFlow Recommenders and Keras.
nimeoz/RecSysPapers
推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.
nimeoz/richie
:pencil: An opensource CMS to build education portals
nimeoz/sentence-transformers
Multilingual Sentence & Image Embeddings with BERT
nimeoz/SPARE
nimeoz/superset
Apache Superset is a Data Visualization and Data Exploration Platform
nimeoz/tensor-house
A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
nimeoz/the-algorithm
Source code for Twitter's Recommendation Algorithm
nimeoz/UniSRec
[KDD'22] Official PyTorch implementation for "Towards Universal Sequence Representation Learning for Recommender Systems".