[AMA] Second year AI student ask me anything about machine learning big data etc.

SoManyNamesTaken

Registered Member
Joined
Aug 30, 2018
Messages
78
Reaction score
16
I know that I’m still a noob on this forum and a real noob when it comes to IM but for some time I have been browsing the forum and learned a looot :) So as a little thanks I’m creating an AMA thread for a thing I actually know about. Hope this helps someone.
 
How big does data need to be to be considered 'big data' :p ?
 
well i am learning python now .. is there any scope in freelancer market for python or ai developers?? whats your experience
 
well i am learning python now .. is there any scope in freelancer market for python or ai developers?? whats your experience
I do always seek professional python developers, so I guess there is a need. Regarding AI: let the Big-Data expert answer this question :)
 
I do always seek professional python developers, so I guess there is a need. Regarding AI: let the Big-Data expert answer this question :)
Can you give some examples ..for what purpose you hire python developers..
 
Thanks for doing this AMA OP!

I'm a fairly competent self-taught python developer. I learnt through online courses and use it to build small tools to help automate various aspects of my business. I consider it one of the best things I've done in the last two years since it has literally helped save thousands for my business. My bots simply take care of a lot of work that would otherwise need to be done manually for which we would need a person.

Over the last few months, I've also been very intrigued by AI and its capabilities. Although I can't figure out how it could be useful for my business at the moment, I'm pretty sure it would come handy when the need arises, if I am aware of what I can get AI to do and how.

Anyway, my question is "Which online course do I take to get started with AI and ML?" - both paid and free courses are fine but I would prefer something that explains things right from the basics. I've looked at the options available on Udemy, but can't quite figure out which one would be suitable for someone like me. I usually prefer to get the basics and try things out by building my own little tools - that way, I get hands-on experience and also get an idea about the available libraries for handling various tasks.

Cheers! :)
 
This hasn't been active for over half year @John Mahone

Anyway OP, what do you think hive mind will be incorporated to in the future? Any practical use?
 
Hey everyone, please excuse me for this thread being dead on my part. As someone stated it was dead for few months now and only got bumped up few days ago :) I’m currently doing a lot of work on ongoing projects and have been checking the forum once per week or so. I will try to answer all of the accumulated questions soon. Really don’t wanna be asshole-ish it’s just that I seriously a bit busy ATM. A bit of patience guys and I hope I’m not pissing u off to much rn ;)

How big does data need to be to be considered 'big data' :p ?
Hahahahaha well I would say it doesn’t really matter but the general idea behind approach to “big data” is that at some point if you don’t implement efficiently you run out of computational resources to do what you are doing (sure u can spend shit ton of money on more computational power but that method wouldn’t get us far ;) also if u don’t take it to heart to be efficient then you are setting yourself up for more problems. In some extreme cases you need to invent new methods as you are already running most efficient algorithms with supercomputers but I can’t help you with that cause I don’t work for NSA :devil:) So as a rule of thumb if you don’t have to worry about calculating “in place” and runtime difference of heap sort vs quick sort you probably aren’t dealing with big data :p.

Some less general knowledge (or maybe not idk it’s 2020 ppl are getting smarter by second):
It’s not only about how much data you have. You can do some funny AI stuff on small samples of data and have huge strain on resources. For example in machine learning you have the concept of a “vector” which is the set of inputs you use to teach your neural net (or something else, for example bayesian methods). As the vector gets longer and you use more inputs (for example: weight, height, blood type idk some wired name protein levels etc. of diabetics) the amount of calculations needed to be done explodes (the exact big O depends on the method you use but with many machine learning methods it’s n^k where k is the length of vector).

I hope this answer isn’t to trivial for you and gives you some interesting insight also sorry about using some many words I have trouble with getting to the point ;)

This hasn't been active for over half year @John Mahone

Anyway OP, what do you think hive mind will be incorporated to in the future? Any practical use?

Well idk much about hive minds sorry :( But I do know a bit about related concept of swarm robotics and a bit about IoT. So I would say depending on human will... possibly every freakin thing ;) Fun fact there is already far more “intelligent” devices (I’m talking about WiFi connected fridges etc so that word is a bit of a stretch) in the world than there is humans. And swarm robotics is very dynamically growing field. Personally I consider it to have a lot of potential because it lets you do incredible things with very very simple robots that have laughable resources but are deployed in swarms. We are already capable of emulating social behaviors of insects without problems (we lack mechanically sophisticated robots that can be on par with a fly and be cheap tho, but it’s not really an issue cause in most applications that’s irrelevant. Like I said big capability with dirty cheap components). So yeah if you combine the two fields together (IoT and swarm robotics) it gets freaky. That’s what you meant by hive mind right? Swarms of robots doing shit thanks to mutual interaction? Because if you meant the hive mind as one Unit controlling multiple small devices then this is good old command and control server for you ;) I’m sure many ppl on this forum are familiar with that architecture when doing botting
 
Last edited by a moderator:
Thanks for doing this AMA OP!

I'm a fairly competent self-taught python developer. I learnt through online courses and use it to build small tools to help automate various aspects of my business. I consider it one of the best things I've done in the last two years since it has literally helped save thousands for my business. My bots simply take care of a lot of work that would otherwise need to be done manually for which we would need a person.

Over the last few months, I've also been very intrigued by AI and its capabilities. Although I can't figure out how it could be useful for my business at the moment, I'm pretty sure it would come handy when the need arises, if I am aware of what I can get AI to do and how.

Anyway, my question is "Which online course do I take to get started with AI and ML?" - both paid and free courses are fine but I would prefer something that explains things right from the basics. I've looked at the options available on Udemy, but can't quite figure out which one would be suitable for someone like me. I usually prefer to get the basics and try things out by building my own little tools - that way, I get hands-on experience and also get an idea about the available libraries for handling various tasks.

Cheers! :)

First of all that’s awesome bro! Glad to hear your business activities are going strong and python helps u with that ;) I’m using python on a daily basis right now in my own business ventures as well it really is handy af and yeah can save you lots of manual labour :) Mind dropping me a PM? I’m really curious in what business areas you are active :) Maybe we would find some areas to collaborate with or exchange some ideas idk worst case scenario it’s networking for the future ;)

As for your question I’m really sorry to say that idk if I can help you much :( I’m currently in third year of Uni and my AI knowledge comes mostly from course and practice through my own projects. So idk which online courses are worth taking. Maybe try distant learning from some University? Maybe I’m biased but I’m really happy with my full time one and the distance learning ones are far cheaper at most places sometimes even comparably priced to the expensive udemy etc. ones (at least I think so, may be wrong) :) Also I would give the same advice as in my reply above: learn as many programming languages as possible and mathematics and CS theory helps a lot as well. For practice of AI you will probably have to come up with toy problems or you can solve real world ones with a bit simplified conditions. I mean you can give a shot to a real problem (idk make a speech to text app) but it may get overwhelming. Then again you could limit that in scope for example make a speech to text app that is only used to dial telephone numbers. AI is just such a big field I don’t really know what to recommend depends on what you wanna do. Just do anything and hopefully something useful for ur business if you can think of something practical :) Just for that added synergy and enhanced motivation from improving your operations
 
Back
Top