Questions tagged [cloud]
The cloud tag has no summary.
15 questions
0 votes
1 answer
177 views
Hadoop, Spark and Cloud
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 ...
0 votes
1 answer
90 views
What is CI/CD Pipeline in DevOps? [closed]
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?
0 votes
1 answer
54 views
What are good subscription based cloud ML platforms? [closed]
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 ...
1 vote
1 answer
113 views
Dividing a dataset to parallelize machine learning training on the cloud
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 ...
3 votes
1 answer
258 views
PointCloud value prediction - regression
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 ...
3 votes
1 answer
779 views
Error with Jupyter Notebook and Google Cloud
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 ...
0 votes
1 answer
229 views
Free Service for Alpha Zero training
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 ...
4 votes
3 answers
2k views
How to Deploy a Scikit-learn Model into the Cloud?
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 ...