A Generalised Solution to Distributed Consensus Computer Science |
- A Generalised Solution to Distributed Consensus
- CPU scheduler
- What topic in Computer Science benefits from the use of GPU?
- Online parameter tuning of Tomcat without restarting the server
- Bengio at Tsinghua University on Maturing Deep Learning and BabyAI
- How does the language of regular expression L((0 | 10 )*) over the alphabet {0, 1} have 100 in it?
- Self-taught Google software engineer with poor academic record, Can I get into MS program?
A Generalised Solution to Distributed Consensus Posted: 09 Mar 2019 01:15 PM PST |
Posted: 09 Mar 2019 01:45 PM PST Just wondering in modern day application how CPU schedulers are made and which type of structure & algorithms they take on. I've learnt a fair bit about RR, FCFS, SJF and more recently Multi level feedback queue and am planning to create a simulation of one. [link] [comments] |
What topic in Computer Science benefits from the use of GPU? Posted: 10 Mar 2019 01:43 AM PST Now that I'm building my own PC, I was wondering what sort of thing I could do with an RTX graphic card beside gaming. I already know that a GPU benefits deep learning and ray tracing but I don't know what else is there to explore. [link] [comments] |
Online parameter tuning of Tomcat without restarting the server Posted: 09 Mar 2019 11:30 PM PST I'm relatively new to this field and not sure whether I'm posting the question in the correct forum. I'm trying to do online parameter tuning for the TPC-W benchmark. (It is a 3-tier web application and a standard benchmark used for performance.) I have managed to set up the TPC-W benchmark. I have used tomcat 7 for the web+application server (does tomcat have a web server inside?) and MySQL for the database. I read somewhere that to change server configurations (say MaxThreads parameter), we need to change server.xml and restart the server. My question: Is there a way to change the parameters dynamically (while the system is running) without restarting so that I can autotune (using machine learning) the parameters of the server by looking at the runtime characteristics. [link] [comments] |
Bengio at Tsinghua University on Maturing Deep Learning and BabyAI Posted: 09 Mar 2019 07:20 PM PST |
How does the language of regular expression L((0 | 10 )*) over the alphabet {0, 1} have 100 in it? Posted: 09 Mar 2019 07:20 PM PST I'm not quite understanding this, isn't it either 0 or 10 and it could be a sequence of those like 0, 00, 000, 10, 1010, 1010.....etc? [link] [comments] |
Self-taught Google software engineer with poor academic record, Can I get into MS program? Posted: 09 Mar 2019 07:36 PM PST Is there a chance of me getting into a good computer science graduate program with a chemistry bachelor degree and poor undergrad GPA? [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