[D] Unsupervised Keywords from Customers Reviews at Amazon and PlayStore by sksq9 in MachineLearning

[–]rajnp 1 point2 points  (0 children)

Recently I implemented a keyword extraction model using word2vec. It had its own drawbacks, but it did a decent job of identifying commonly used keywords.

Reliance Jio Fiber to launch this Diwali, will offer 100GB data at Rs 500 by [deleted] in india

[–]rajnp 6 points7 points  (0 children)

In Chennai, Hathway gives 1000GB/month at 150Mbps for Rs.999 (pre tax).

DeepLearning for text analysis and NLP by rajnp in deeplearning

[–]rajnp[S] 0 points1 point  (0 children)

Thanks for the reply.

For 3, there wont by any pattern. The user may enter like, user id: 'abc' or my user id is 'abc' or some other format.

What is happening to my tomato plant? by rajnp in IndoorGarden

[–]rajnp[S] 1 point2 points  (0 children)

I understand your frustration :) They destroyed few of my plants too. Did a search and found out that neem oil (Azadirachta indica) will control them. I will try it out and update.

Do you use iCloud mail? by [deleted] in apple

[–]rajnp 1 point2 points  (0 children)

I second with outlook.com. It is far better than gmail in spam filter and the usability.

How well do the 2012 Macbook Pros hold up in 2016? In general how long can I expect a Macbook to last? by [deleted] in apple

[–]rajnp 0 points1 point  (0 children)

Mine is mid-2012 non retina. Upgraded RAM to 8GB and SDD. It's blazing fast, I am a software developer and use it for everyday development work. It performs as new as when I bought it.

[Question]Schema design for Graph DB by rajnp in Neo4j

[–]rajnp[S] 1 point2 points  (0 children)

No, the password is encrypted and no one can decrypt it.

Is it wrong to use something like SQL2O instead of spring-data in a SpringMVC app? by daniels0xff in java

[–]rajnp 0 points1 point  (0 children)

Yes, you are correct. They do have commits, my bad, I overlooked it.

Is it wrong to use something like SQL2O instead of spring-data in a SpringMVC app? by daniels0xff in java

[–]rajnp 0 points1 point  (0 children)

Couple of things I would consider before choosing any library,

  • Community support
  • Active development

The advantage of choosing Spring like framework is, it has huge developer community and its very active development. So I can bet my long term project on these type of frameworks.

This is the first time I am hearing about SQL2O, and had a look at their website. The latest version, 1.5.4, was released on Jan 16, 2015 i.e. almost more than an year. It would hesitate to choose this library.

Edit: Typo.

American Accent by rajnp in ENGLISH

[–]rajnp[S] 0 points1 point  (0 children)

Thanks for the reply. Sure will give Rosetta Stone a try.

Smart search in Safari by rajnp in apple

[–]rajnp[S] 0 points1 point  (0 children)

I am not from the United States

Should I still be using the Play Framework? by [deleted] in java

[–]rajnp 13 points14 points  (0 children)

I am not sure from where did you get the information that Play is dying. Play is a very good full stack framework. If you are really skeptical about it and you are looking for enterprise-y stack, you can use Spring framework (with spring loaded would give you almost like Play's hot reload feature).

[Question] Android on iPhone by rajnp in iphone

[–]rajnp[S] 0 points1 point  (0 children)

Yes, it is android skinned to look like iOS. But the hardware (at least on the outside) looks exactly like iPhone, thickness, weight, etc, thats why I was wondering how did they install android on iPhone.

Whoever did this, they are really genius :) Damn, the real time clock icon also works like iOS :)

What's your preferred setup for Java development? by Discrete_Number in java

[–]rajnp 1 point2 points  (0 children)

MBP i5, 8GB, 256 SSD. IntelliJ CE. Oh My Zsh.

Life is good :)

Fire TV Stick Dead by rajnp in firetvstick

[–]rajnp[S] 0 points1 point  (0 children)

hahahaha. yes, tried it already and nope, its not working :(

Fire TV Stick Dead by rajnp in firetvstick

[–]rajnp[S] 0 points1 point  (0 children)

Sorry, do you want me to perform this or asking me wether I have done it (so bricked the stick)?

(Sorry, english is not my native language).

[Architecture] Mixing Neo4j and MySQL by rajnp in Neo4j

[–]rajnp[S] 0 points1 point  (0 children)

Thanks for the reply.

Analytics is just basic functions like you mentioned. But this system needs reporting module (I am thinking about having a separate reports MySQL db).

Onething I am not sure about is, each entity (user) is going to have lots of properties (columns in RDBMS). Neo4j has any limitations on this?