Recommendation Systems and Natural Language Processing end to end.
(www.goren.ml)
Block or Report
Block or report urigoren
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
conjugate_prior Public
Implementation of the conjugate prior table for Bayesian Statistics
-
-
-
1
from keras.layers import Dense, Dropout, LSTM, Embedding
2from keras.preprocessing.sequence import pad_sequences
3from keras.models import Sequential
4import pandas as pd
5import numpy as np


