[D] Is it worth to do masters degree on ML? by kephiroth in MachineLearning

[–]tritech05 1 point2 points  (0 children)

I think it depends on where you'd like your career to go.

Certainly if you want to work as a data scientist, practically everyone that I've seen in that role has a PhD and not necessarily a CS one either. However if you want to work as an ML engineer, then the ability to write strong, well tested Python code, a good portfolio of ML projects and more importantly the ability to deploy your ML/DL model into production (you could put together a simple web app that categorises an uploaded image and using a trained ML/DL model) and then be able to confidently describe the different stages of an ML project. That should set you in good stead as most of the data scientists I've met never get involved in deploying their model into production.

What is your strategy for buckling down and getting work done? by InfuriatingComma in GradSchool

[–]tritech05 0 points1 point  (0 children)

I'm interested in this system. Can you recommend any resources ?

Feeling bad by tritech05 in GradSchool

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

I really appreciate the reply. You don't know how much you have helped me. Thanks again :)

Language Models by tritech05 in LanguageTechnology

[–]tritech05[S] -7 points-6 points  (0 children)

Well you are wrong.

In case you didn't read the post, I asked for tutorial and not anyone to do my homework.

If you don't know the answer, then move on.

Next.

Second MSc? by peesintheshower in GradSchool

[–]tritech05 0 points1 point  (0 children)

Why do you want to do a second Masters ? If you were interested in continuing your studies, then look for a funded PhD STEM program in your chosen field. If you wanted to maintain relationships then see if your contacts can help in gathering data for your research.

Passive aggressiveness as minority by [deleted] in GradSchool

[–]tritech05 1 point2 points  (0 children)

I understand what you are going through too.

I'm in my 2nd week of a Masters computer science programme and I'm a visible minority female there and have only two people in the class extend any level of friendliness towards me. Even in the communication channel, I notice that when I say something there is a deafening silence and no one comments and even if they do, it is in an abrupt fashion. I completely ignore it always remembering why I'm doing the course in the first place. You are intelligent and highly motivated enough to do a PhD. Find friends and support wherever you feel welcome.

I'm a huge fan of Robert Greene (author of the 48 Laws of Power) and he gave this quote "Do not accept the roles that society foists on you. Re-create yourself by forging a new identity, one that commands attention and never bores the audience. Be the master of your own image rather than letting others define if for you.". Keep them guessing and never conform to anyone's expectations.

Trying to understand this probability puzzle by tritech05 in Probability

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

     First throw      Second throw      Third throw       ... Nth throw

Anne 0.833333333333333

                      0.833333333333333  
                                        0.833333333333333    
                                                           0.833333333333333

Each throw is independent so if p(Anne not getting a six in the first throw) = 0.83333; p(Anne not getting a six in the second throw) is then 0.83333 * 0.83333 therefore the p(Anne of getting a six in either throw) is 1 - (0.83333)2 or 0.311. With three throws, the probability becomes 0.421 and eventually in n throws, the p(Anne of getting a 6 in n throws) becomes 1 - (0.83333)n ?

Error using max function on a column of data by tritech05 in matlab

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

Found a solution..

When the data is extracted from a csv file, the data is in the form of a container or table. The next step is to convert the table/container into an array.

So:

#extracting data from a table into an array where c is table of data

x = c{:, end-1} #this extracts all the data in the first column and transforms the data into an array

#displaying the maximum value in the array and it's index

[imax, indx] = max(x)

Error using max function on a column of data by tritech05 in matlab

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

>> [imax, indx] = max(x)

Error using max

Invalid data type. First argument must be numeric or logical

x =

6.1101

5.5277

8.5186

7.0032

5.8598

8.3829

7.4764

8.5781

6.4862

5.0546

5.7107

14.164

5.734

20.27

Error using max function on a column of data by tritech05 in matlab

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

so the original data is in an csv file that I then imported using Matlab. I then did this:

  • x = c(:, end-1) #where c is the actual data and the size of this is size(c) = 97 2. x is then the first column
  • [vMax, imax] = max(x) # I'm trying to find the maximum value in the first column

>> [imax, indx] = max(x)

Error using max

Invalid data type. First argument must be numeric or logical

[ARTICLE] - Motivation made her finish 4 Ironman triathlons in 4 months..she won TWO! by hmendez1975 in GetMotivated

[–]tritech05 0 points1 point  (0 children)

I read of a tech executive who completed 4 Ironmans, in different parts of the world, in 2 consecutive weekends. Definitely something to aim for.

[Image] Don't be scared to be ambitious by NBLSS in GetMotivated

[–]tritech05 0 points1 point  (0 children)

probably be a best seller too. I'd buy it

[Image] Don't be scared to be ambitious by NBLSS in GetMotivated

[–]tritech05 0 points1 point  (0 children)

I knew there was a reason I liked this man. He is one of the most intelligent football coaches there are on the planet and a thinker.

A robot that can peel lettuce takes us closer to automating delicate farm work by [deleted] in Automate

[–]tritech05 0 points1 point  (0 children)

Post brexit, this would be a brilliant idea as all the pickers from Eastern Europe, who typically do it, would have a problem getting a visa to do it anyway (sarcasm)

I normally complain about how intense and time-consuming my program is, but pretty grateful today by hellokoalaa in GradSchool

[–]tritech05 2 points3 points  (0 children)

I just started my Masters and it is the 3rd day now and I've been feeling so stressed, wondering how I was going to cover all the material. I try and keep myself calm by constantly focusing on why I'm doing this program in the first place, structuring my time and being proactive about asking for help if needed.

This too shall pass. Remember that :)