Skip to main content

Questions tagged [cloud]

0 votes
1 answer
177 views

It seems Hadoop, Spark, and different versions of Clouds offer facilities to store and analyze big data. There are some articles comparing Hadoop and Spark (for example, this article). There are also ...
Tara's user avatar
  • 1
0 votes
1 answer
90 views

I just graduated with a non-tech background. As a person from a non-IT Background is DevOps a good career choice? Is it a good time to enroll in devops training?
Nathan Martin's user avatar
0 votes
1 answer
54 views

I'm currently working on multiple projects with Deep Learning and Keras. I've been using Google Colab for the last couple of months and it's been fantastic but I feel like I need stronger GPUs (maybe ...
Joseph Anderson's user avatar
1 vote
1 answer
113 views

I'm very new to machine learning. I am doing a project for a subject called parallel and distributed computing, in which we have to speed up a heavy computation using parallelism or distributed ...
ptushev's user avatar
  • 21
3 votes
1 answer
258 views

I have point clouds for 400 objects. I have also some other features of these objects. For example their weights. How I can now train model to predict the weight based on the shape(point cloud)? I ...
Mateusz 's user avatar
3 votes
1 answer
779 views

so I integrated my google cloud with the Jupyter Notebook and it seemed to be working as follows: [I 12:13:51.633 NotebookApp] Serving notebooks from local directory: /home/kerenb1 [I 12:13:51.633 ...
Keren's user avatar
  • 81
0 votes
1 answer
229 views

I'm an AI student I need to train a deep neural network using the Alpha Zero (Silver et al) for a simple game using this implementation: http://web.stanford.edu/~surag/posts/alphazero.html. I was ...
J. Doe's user avatar
  • 3
4 votes
3 answers
2k views

I have generated a common Sklearn model for text classification which I want to make accessible in the cloud (there is no provider preference) as an API. So far the closest solution that I managed to ...
Hendrik's user avatar
  • 8,767