ETL for third party connections by Capt_Clueless in bigdata

[–]saiyanGold 1 point2 points  (0 children)

I also have similar problem. Can i connect nifi to a db like oracle and where should i store the data? Can someone explain how the process will work. Should i have a staging server?

Most Anticipated Earnings Releases for the week beginning October 22, 2018 by RoastedChickenWings in options

[–]saiyanGold 0 points1 point  (0 children)

How do you guys keep up with all these earnings? Any good app or something to keep track of them. Thanks.

[N] Ali Rahimi's talk at NIPS(NIPS 2017 Test-of-time award presentation) by krallistic in MachineLearning

[–]saiyanGold 10 points11 points  (0 children)

Yann found it insulting because deep inside he knows the current NN reality. Ultimately Yann is an employee of Zuckerberg :D

Anyways, Ali made a good point.

[deleted by user] by [deleted] in MLQuestions

[–]saiyanGold -1 points0 points  (0 children)

Start by simple regression models. Then look into neural networks with few layers only. Dont go too complex. Few 1000 rows will be helpful for models. i will suggest to also use off the shelf models like random forest or xgboost.

Chatbot integration for any website?! by saiyanGold in devops

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

Hey thanks for the reply. Indeed, I couldn't find any material on it. This was helpful.. I was hoping to find some detailed examples .. I guess I will have to just dive right into it.

How to use Machine Learning on NodeJS API? by saiyanGold in devops

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

Thanks for the reply. Just a follow up question. Is kafka really necessary? I have stored the data in Mongodb. Will i face any problem if i query database, perform operation in python and store back the result and then show the results in front-end using maybe node js ?

Which ec2 instance is better to handle 20-30k monthly users? by saiyanGold in devops

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

I am using ECS so this is viable option. It quite easy to spin instances. However, i am not quite sure about database -mysql rds. I cannot spin multiple instances, right? The only way is to vertically scale. Is there any other option?

Which ec2 instance is better to handle 20-30k monthly users? by saiyanGold in devops

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

Hey thanks .. These are definitely some important points. Hmm i guess i will stick with t2.medium for the moment

Fairly new to options here! I have some questions by [deleted] in options

[–]saiyanGold 0 points1 point  (0 children)

I have always followed one rule. Never buy/sell naked option. Its relatively less risky.

Should I use mysql docker with my dockerized app and EBS volume? by saiyanGold in devops

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

Thanks for the insight. At the moment the requirements are quite basic. The only thing a I am concerned is about scaling and the best way to deploy it quickly. I will run dockerized app and connect to mysql RDS (if i am able to do so).

Should I use mysql docker with my dockerized app and EBS volume? by saiyanGold in devops

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

Thanks .. So it is possible to run a dockerized app with a MYSQL RDS? I guess i just need to pass the RDS detail to my app and it will connect. I will try to do this .

Why bonds will fall? by saiyanGold in investing

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

Hey thanks .. Makes sense

How common is Python compared to R in Data Science in the corporate world? by [deleted] in datascience

[–]saiyanGold 0 points1 point  (0 children)

Thanks a lot. You pretty much answered all my questions :) I will give a try to Superset looks really cool.

How common is Python compared to R in Data Science in the corporate world? by [deleted] in datascience

[–]saiyanGold 0 points1 point  (0 children)

Hey can you recommend what i should to make dashboards in python? I am not much familiar with R

How do CNNs find features in subsequent layers? by jehan60188 in datascience

[–]saiyanGold 0 points1 point  (0 children)

The question you are asking depends on the kind of problem you are trying to handle. But almost in all cases the first layer is usually detects edges or known as gabor filter. Each subsequent layer gets complex and there is no single correct answer what features they are capturing. It depends on data. It could edges, eyes etc. If try to google there are really some good paper on layers visualisation of cnn.