CompSci Weekend SuperThread (April 20, 2018) Computer Science |
- CompSci Weekend SuperThread (April 20, 2018)
- Is there a theory regarding the abstraction of all data types into a common interface?
- Question about sorting vizualisation
- Is it possible to self teach oneself to transition into software engineering in one year?
- Paper: Category Theory Centric Systems Science and Software Systems Engineering
- Lessons learned building resilience in Distributed systems at Scale
- Calculating Relative Recall
CompSci Weekend SuperThread (April 20, 2018) Posted: 19 Apr 2018 06:06 PM PDT /r/compsci strives to be the best online community for computer scientists. We moderate posts to keep things on topic. This Weekend SuperThread provides a discussion area for posts that might be off-topic normally. Anything Goes: post your questions, ideas, requests for help, musings, or whatever comes to mind as comments in this thread. Pointers
Caveats
[link] [comments] |
Is there a theory regarding the abstraction of all data types into a common interface? Posted: 19 Apr 2018 06:09 AM PDT It occurred to me that all the interfaces to retrieving data we use today are analogous to a (python) dictionary. For example, an array ( [link] [comments] |
Question about sorting vizualisation Posted: 20 Apr 2018 03:25 AM PDT I wanna simulate how bubble sort works on an unsorted pixel array in p5 js and it just doesnt work. The way i wanna do it is this: I make a random mashup of pixels which gives me an unsorted pixel array. Then I sort it via bubble sort. Issue is i dont see the animation. Anyone help ? [link] [comments] |
Is it possible to self teach oneself to transition into software engineering in one year? Posted: 19 Apr 2018 07:48 PM PDT I majored in ECE. I took some AI and machine learning course, know basic programming and algorithms, but never formally taken a systems or algorithms course. I'm in a hardware focused job now but I want to get into software engineering a year from now. Can someone give me a plan? Including good sources online that I can use? I plan to focus on Python and C++ as my languages. Thanks [link] [comments] |
Paper: Category Theory Centric Systems Science and Software Systems Engineering Posted: 20 Apr 2018 02:14 AM PDT |
Lessons learned building resilience in Distributed systems at Scale Posted: 20 Apr 2018 01:08 AM PDT |
Posted: 19 Apr 2018 11:35 AM PDT When calculating relative recall in information retrieval using TREC and 'K' pooling, does the total relevant documents reflect relevant documents from all participating systems per query or is it all the queries? And does this approach not invalidate recall calculations, say I have the top 50 documents between two systems but collectively there are 75 relevant documents, then irrespective of how good either system is they will never be able to reach 100% recall? [link] [comments] |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment