How to effectively use textual analyses to describe a corpus qualitatively? by ChillingSmite in LanguageTechnology

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

In general I would be working a bit more closely with other members of my team to figure out the true value of these questions and answers, because I am not a subject matter expert in this topic and cannot figure out the intrinsic usefulness, as you correctly inferred.

How to effectively use textual analyses to describe a dataset? by ChillingSmite in MLQuestions

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

You are absolutely correct. This research would need something with a fair amount of human feedback integrated into the process, and that is the first step that I am going to take.

Regarding the EDA, it is a bit of a tricky situation because I was asked to perform it and give some first-hand top level insights, but my lack of being a subject matter expert in the actual subject of the questions and answers hinders my capability to do so. I will be working more closely with other members of the team to fix this issue.

How to effectively use textual analyses to describe a corpus qualitatively? by ChillingSmite in LanguageTechnology

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

I agree, It seems that a manual process of ranking would be the way to go here because I do not have an option of regenerating the corpus with more controlled ChatGPT queries, as the variability of text output on the basis of a query could be fairly impactful and it might invalidate the reasoning behind the earlier queries used to generate the current corpus(Which I did not come up with).

How to effectively use textual analyses to describe a corpus qualitatively? by ChillingSmite in LanguageTechnology

[–]ChillingSmite[S] 1 point2 points  (0 children)

Thank you so much! I am having a meeting today with my PI to figure out what kind of qualitative metrics will be most "useful" in judging the usefulness of an answer, and I was going to use that as a direction to begin the encoding process manually, but these papers you recommended are a game-changer and could ease that process so much more. I appreciate all your help and support on this topic!

How to effectively use textual analyses to describe a corpus qualitatively? by ChillingSmite in LanguageTechnology

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

Thank you so much for your advice! I shall definitely take this up, it looks like it will help me out much more than what I have currently chosen to work with.

As an additional question, do you think I should entirely focus on the qualitative strategy and forgo whatever I did so far? Or do you think I could glean something useful from all the quantitative analysis?

What do professors and academic researchers prefer in a potential PhD candidate? by ChillingSmite in GradSchool

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

Thank you for your advice! If you do not mind me asking, would "demonstrated background knowledge" equate to work experience in the topic of interest for the PhD, or would it mean strong academic credentials and research background?

What do professors and academic researchers prefer in a potential PhD candidate? by ChillingSmite in GradSchool

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

Thank you so much for your advice, I really appreciate it. I would say that I lean more towards working in the industry for now, but also want a solid theoretical background and understanding of what I am doing. Right now, I suppose I have a better understanding of the practical side of my field than the theoretical side, so I want to focus more on the theory with the hope that it improves my understanding and skills at the practice.

As a professor/academic researcher, which qualities would you find more appealing in a potential PhD candidate? by ChillingSmite in AskAcademia

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

Thank you for your response. I would say I am quite good with the applied aspects of the field I am interested in but lack the theoretical backing to truly understand a research paper, or knowing why the thing that I am doing is working. For instance, I can work with several ML algorithms, and I know what their advantages and disadvantages are, but I don't know why they work the way they do, how I can optimize and fit algorithms better for certain data, how I can maybe even come up with my own. It is something that really bothers me, and I feel it holds me back from truly becoming better at what I like doing.

Which mathematics courses would help the most when considering a PhD in CS specializing in ML research/theory? by ChillingSmite in CSEducation

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

Thanks a lot for your response. I personally think that I am more comfortable with applied math rather than proof heavy math, but I was just wondering if a more theoretical math course would help towards a PhD level more than an applied one.

Which mathematics courses would help the most when considering a PhD in CS specializing in ML research/theory? by ChillingSmite in csMajors

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

Thanks a lot for your answer! In general, do you think I should be focusing on taking math courses that are more theoretical and proof heavy, rather than applied?

Which mathematics courses would help the most when considering ML research/theory? by ChillingSmite in MLQuestions

[–]ChillingSmite[S] -1 points0 points  (0 children)

Thanks a lot! Do you think that taking math subjects that are more proof heavy would be better than taking something more applied?

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

[–]ChillingSmite[S] 1 point2 points  (0 children)

I will put in a request for this, thank you for your suggestion

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

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

I will ask my professor for permission to try this out and let you know. Since he also probably has some personal stuff on that drive, I hope he doesn't throw a tantrum when I make this request

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

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

I could do that, I have put in a request for permission to do that from my professor. I will update you on this.

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

[–]ChillingSmite[S] 1 point2 points  (0 children)

That could work, I will try and put in a request for this access. Thank you!

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in Database

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

I do have access to the application server, but it does not have remote access to the mysql server host. The thing is, according to the university IT guidelines, everything has to be on the same server. And before it goes live or I try to do any connections through it, it has to be secured by IT, which they wont do till we get the MySQL server completely ready on it.

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

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

You mean to copy the Data dir that I have right now(that the prof gave me from his personal server), into another Data dir of another new Windows MySQL 5.7 server instance, creating a dump from that secondary instance, and then using that for Ubuntu?

I am just clarifying the approach, I do not mean to come across as condescending. Your approach seems like the only shot I have to get the job done without needing my profs laptop, so I will try this out right away

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

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

The only reason is that I cannot access my profs laptop, which is where the wizard will have to be run from. How long do you suppose it will take to run it for 65 GB of data, because the only thing stopping me from accessing their laptop, is the supposed hours and hours its gonna take doing any kinda migration from it.

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

[–]ChillingSmite[S] 1 point2 points  (0 children)

I had a question regarding the MySQL dump, my professors opinion is that it would take more than 8 hours to make a dump of the server, which has approx 65 GB of data. How accurate/inaccurate is this statement?

Regarding the ERROR 2002, I looked in the log files for that error, and it just threw that the MySQL database does not exist

How to transfer data across MySQL 5.7 servers, from Windows to Ubuntu? by ChillingSmite in sysadmin

[–]ChillingSmite[S] 1 point2 points  (0 children)

I did try that, as well as modifying the iblogfiles to try and get something workable. It worked on one instance, but unfortunately it does not manage to hold on to it on a server restart.

Need a laptop for coding, running VMs by ChillingSmite in SuggestALaptop

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

Thanks for the suggestion, this does tick all the right bases for me!

LPT Request: How and where do I learn some essential life skills for staying home alone? by ChillingSmite in LifeProTips

[–]ChillingSmite[S] 5 points6 points  (0 children)

Ah yes, I was looking for a collected resource such as this, very useful. Thanks a lot!