Become a member
Sign in
Samiran Roy
Samiran Roy

Samiran Roy

51 Following
50 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Samiran Roy

See more

From A Cynic’s Guide To Fintech by Dan Davies

…ess model #7. Getting your act together with respect to an industry standard where the industry has conspicuously failed to do so

From Google and Uber’s Best Practices for Deep Learning by Carlos E. Perez

At the moment, we have approximately 10,000 features in Feature Store that are used to accelerate machine learning projects, and teams across the company are adding new …

From DOC2VEC gensim tutorial by Deepak Mishra

data = ["I love machine learning. Its awesome.",
"I love coding in python",
"I love building chatbots",
"they chat amagingly well"]

tagged_data = [TaggedDocument(words=word_tokenize(_d.lower()), tags=[str(i)]) for i, _d in enumerate(data)]

Claps from Samiran Roy

See more

Generating Synthetic Images from textual description using GANs

Shibsankar Das

Instance Selection: The myth behind Data Sampling

Shibsankar Das

Image similarity using Triplet Loss

Shibsankar Das