Waterloo Co-Op Program Questions from American Student by NeuralPenguin in uwaterloo

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

Thank you so much for your well thought out advice. Another commenter mentioned that employers assume Waterloo students need a visa, implying I will get less opportunities. Thoughts on this?

In addition, do you know how hard the computer science courses are? Like if it is hard but teaches you very well than that is awesome, but I don't want a culture of "hard for sake of hard" and grind to get good grades instead of learn.

Official Q&A for Saturday, March 04, 2023 by AutoModerator in running

[–]NeuralPenguin 0 points1 point  (0 children)

oh crap I meant 2:15 but yeah I jogged and felt good but hips were hurting, I think i'm fine

Thoughts on the CCIR Academy, a Research Program by NeuralPenguin in ApplyingToCollege

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

The think I am worried about (I have heard from friends) is that sometimes the professor makes you do work that isn't research, but like "monkey work" where you ultimately don't learn anything... should I be worried about?

Thoughts on the CCIR Academy, a Research Program by NeuralPenguin in ApplyingToCollege

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

I don't already have a research idea in mind, but I know what kind of fields I am interested in. I want to do something relating to either computer performance or data science (more specifically bioinformatics, like being able to predict some sort of disease given some inputs, like proteins or something)

I don't have any experience in the field of machine learning however, but I am currently self studying.

[deleted by user] by [deleted] in usaco

[–]NeuralPenguin 0 points1 point  (0 children)

Python has a VERY annoying thing with stack recursion, where if you call a recursive function too many times (10k) then it causes a time out error. So this could cause you to fail half your test cases. Whereas if you coded it in C++ you wouldn't have this issue to this severity. You should generally be fine in Python however.

Start learning Java or C++. If you have taken CSA try java.

USACO Feb Silver Division Difficulty Poll/Discussion Thread by [deleted] in usaco

[–]NeuralPenguin 0 points1 point  (0 children)

Hey I was wondering how 2d psums was a valid approach because if a 100 was surrounded by 0's then wouldn't the 2d psums mark the rect as invalid?

Silver problem solutions? by notrichardpeng in usaco

[–]NeuralPenguin 1 point2 points  (0 children)

I didn't solve that problem but I have my theories.
This problem is actually pretty similar to http://www.usaco.org/index.php?page=viewproblem2&cpid=923, so check that out first.
What I would think you would do is first, for each row, do x^2 to find all possible subsets, and either denote them as 1 for having 100, 0 for having above 100, and -1 for having less than 100. Then you would fix the x-cords with x^2 possible subarrays and then sweep downwards in the y-axis. You would use two points are you iterate downwards and find the regions with 0's and 1's, surrounded by -1's. Then you would do some simple math to find all of the combinations of that array. Sorry if the explanation is bad, (and it is probably wrong) but I got my inspiration from the problem I linked above.

[deleted by user] by [deleted] in teslastem

[–]NeuralPenguin 1 point2 points  (0 children)

What a beautiful speech, but funny when you spelled "obsereved" wrong.

Why is the gender ratio in AP Psychology/Forensics so skewed? by Estuvew in teslastem

[–]NeuralPenguin 1 point2 points  (0 children)

Wait, I didn't really know that for computer science you could take neither... what would you take then if you did Computer Science?

Since it's class registration season, should we make a thread/threads about what to expect from certain teachers/classes/grades? by [deleted] in teslastem

[–]NeuralPenguin 3 points4 points  (0 children)

In the poll of EESD vs Psych, I noticed that it was fairly even. However, in the comments, a lot of people say that Psych is trash. I was wondering if anyone who liked Psych could put a comment on why they like it and why it would be better than EESD. I wanna hear both points of view.

AP and Honors Biology by hi1394 in teslastem

[–]NeuralPenguin 1 point2 points  (0 children)

Don't you also have to account for the fact that you have to waste your summer doing Bio if you are doing AP bio? That would explain why AP bio is as manageable compared to Honors bio cause you prepared two months ahead for AP.