Recent Releases of recohut

recohut - RecoHut Version 0.0.13

What's Changed

  • S346877 patch1 by @sparsh-ai in https://github.com/recohut/recohut/pull/18
  • S346877 patch2 by @sparsh-ai in https://github.com/recohut/recohut/pull/19
  • S346877 by @sparsh-ai in https://github.com/recohut/recohut/pull/22

Full Changelog: https://github.com/recohut/recohut/compare/v0.0.12...v0.0.13

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.12

What's Changed

  • Add init files by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/16
  • User Story 632593 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/17

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.11...v0.0.12

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.11.post4

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.11...v0.0.11.post4

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.11.post3

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.11...v0.0.11.post3

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.11.post2

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.11...v0.0.11.post2

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.11.post1

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.11...v0.0.11.post1

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.11

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.10...v0.0.11

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.10

What's Changed

  • US267415 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/14

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.9...v0.0.10

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.9

What's Changed

  • S713842 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/13

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.8...v0.0.9

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.8

What's Changed

  • S543002 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/12

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.7...v0.0.8

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - v0.0.7

What's Changed

  • Graph Session Recommendation Modules (Project code - US969796) by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/10
  • US572032 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/11

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.6...v0.0.7

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - RecoHut Version 0.0.6

What's Changed

  • Common utils in https://github.com/RecoHut-Projects/recohut/pull/6
  • S341976 by in https://github.com/RecoHut-Projects/recohut/pull/7
  • S819118 by in https://github.com/RecoHut-Projects/recohut/pull/9

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.5...v0.0.6

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - RecoHut Version 0.0.5

Following features added: - Creating ML-1m Dataset # transforms from recohut.transforms.datasets.movielens import create_ml_1m_dataset - Creating Criteo Dataset # transforms from recohut.transforms.datasets.criteo import create_criteo_dataset - BPR # models from recohut.models.tf.bpr import BPR - NCF # models from recohut.models.tf.ncf import NCF - Caser # models from recohut.models.tf.caser import Caser - SASRec # models from recohut.models.tf.sasrec import SASRec - AttRec # models from recohut.models.tf.attrec import AttRec - FM # models from recohut.models.tf.fm import FM - FFM # models from recohut.models.tf.fm import FFM - AFM # models from recohut.models.tf.fm import AFM - NFM # models from recohut.models.tf.fm import NFM - DeepFM # models from recohut.models.tf.fm import DeepFM - xDeepFM # models from recohut.models.tf.fm import xDeepFM - DeepCross Network # models from recohut.models.tf.deepcross import DeepCross - Wide & Deep# models from recohut.models.tf.widedeep import WideDeep - PNN # models from recohut.models.tf.pnn import PNN - DCN # models from recohut.models.tf.dcn import DCN

What's Changed

  • S021355 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/5

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.4...v0.0.5

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - RecoHut Version 0.0.4

Features added: - BipartiteDataset # transforms from recohut.transforms.bipartite import BipartiteDataset

  • LightGConv and LRGCCF # layers from recohut.layers.message_passing import LightGConv, LRGCCF

  • SiReN # models from recohut.models.siren import SiReN

What's Changed

  • S138006 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/4

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.3...v0.0.4

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - RecoHut Version 0.0.3

Newly added features: - from recohut.transforms.usergrouping import GroupGenerator - from recohut.layers.ounoise import OUActionNoise - from recohut.rl.memory import ReplayMemory - from recohut.models.actor_critic import Actor, Critic - from recohut.models.embedding import GroupEmbedding - from recohut.rl.agents.ddpg import DDPGAgent - from recohut.rl.envs.recsys import RecEnv

What's Changed

  • S758139 by @sparsh-ai in https://github.com/RecoHut-Projects/recohut/pull/3

Full Changelog: https://github.com/RecoHut-Projects/recohut/compare/v0.0.2...v0.0.3

- Jupyter Notebook
Published by sparsh-ai over 4 years ago

recohut - RecoHut Version 0.0.2

Variational Autoencoder Models (TF) for Recommender Systems

- Jupyter Notebook
Published by sparsh-ai over 4 years ago