Can I perform machine learning tasks with Python in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I perform machine learning tasks with Python in sololearn?

I don’t have a computer and about 3 months ago I started coding so that I could get into machine learning and AI... I even purchased a few courses online to run through. The problem is that the course is asking me to download Jupyter and Anaconda to run my codes. I haven’t touched the courses since, but it recently crossed my mind that I can run code in sololearn. Would I be able to just run my code through sololearn and what problems might I run into, or what other alternative solutions do I have... as I said I don’t have a laptop, and when I went to the library I couldn’t download anything on the computers so I wasn’t able to get started there either

25th Feb 2020, 3:58 PM
Jason Chadwick
Jason Chadwick - avatar
4 Answers
+ 3
Well, you can run machine learning codes here (and people have done that before). I assume that you take the courses in python as you have tagged it. And happily sololearn provides numpy library which is very useful when doing linear algebra. But the problem is that you can't train real world data because of the time limits enforced here. Also sololearn doesn't have libraries like sklearn, tensorflow or keras (which many courses are using, well you can do all the stuff with numpy if you know how the stuff works internnally) Also doing ML tasks here would be impractical as you can't visualise data. There are lots of reasons to not to choose this platform for those tasks. But dont worry, there areany online platforms which could help you to do these stuff without installing any software. My first choice is kaggle. It offers online jupyter notebooks (+ GPU support and all you need to do ML tasks). There are.many other online notebook provides as well. You can just search them on Internet Finally, GL!
25th Feb 2020, 4:13 PM
Seniru
Seniru - avatar
+ 1
Ok, I just realised you don't have a computer. While you can still run those online kernels, it d be hard to concentrate on a small screen. Plus bug works like machine learning is recommended to do on a computers. The decision is with you. Because as I said earlier it d be hard to visualise your data and it d take a lot of time to do simpler tasks. *just buy/rent a computer lol*
25th Feb 2020, 4:16 PM
Seniru
Seniru - avatar
+ 1
there is a way. not perfect but it has its charms. begin here https://machinelearningforkids.co.uk/#!/login to train and after code is generated that u can use.
25th Feb 2020, 5:17 PM
Oma Falk
Oma Falk - avatar
0
Python combines remarkable power with very clear syntax.Python is also usable as an extension language for applications written in other languages that need easy-to-use scripting or automation interfaces. Python is widely considered as the preferred language for teaching and learning Ml (Machine Learning). In general, these are the main so-called scientific Python libraries we put to use when performing elementary machine learning tasks (there is clearly subjectivity in this): numpy - mainly useful for its N-dimensional array objects. pandas - Python data analysis library, including structures such as dataframes.understanding just the technical nuances of the language. In addition to this, Python is also supremely efficient. It allows developers to complete more work using fewer lines of code. The Python code is also easily understandable by humans, which makes it ideal for making Machine Learning models. If you are searching machine learning online courses the visit: https://www.cetpainfotech.com/en-ng/machine-learning-training-in-nigeria
2nd Mar 2020, 10:39 AM
Adaoma Carl
Adaoma Carl - avatar