I taught a neural network to play Flappy Bird with Java/Kotlin Computer Science |
- I taught a neural network to play Flappy Bird with Java/Kotlin
- Anime4k CNN architecture
- This is The Entire Computer Science Curriculum in 1000 YouTube Videos
- How do I do something like this while sending emails?
- Analysis for Google Summer of Code organizations
- Logic & Reasoning Test
- Is polymorphism impossible in strongly typed languages?
- Computer Science Open Rankings - A New Transparent Meta Ranker for Computer Science Departments in the United States
- Graph theory: Find gridded subgraph combinations of a graph.
- HELP!! Creating Cross-Platform App
- Artificial Intelligence: The 12 Best Ways to Create Superior Solutions
- Guidance on which CompSci university i should go to
- how can I have 2 separate processes do a handshake so that process A is only allowed to run process B
- Best-Selling Computer Brands - 1999/2020 - Statistics and Data
- Best-Selling Computer Brands - 1999/2020 - Statistics and Data
I taught a neural network to play Flappy Bird with Java/Kotlin Posted: 12 Jan 2021 05:46 AM PST |
Posted: 13 Jan 2021 04:05 AM PST Is there anyone who has happened to understand the CNN architecture that's been used in the Anime4k upscaling algorithm? [link] [comments] |
This is The Entire Computer Science Curriculum in 1000 YouTube Videos Posted: 13 Jan 2021 12:12 AM PST |
How do I do something like this while sending emails? Posted: 13 Jan 2021 03:42 AM PST |
Analysis for Google Summer of Code organizations Posted: 13 Jan 2021 03:24 AM PST For those who don't know, For those who don't know about Google Summer of Code, it is one of the most popular programs for college students. It is an international annual program in which Google awards stipends to students who successfully complete a free and open-source software coding project during the summer. The people who've tried to find an organization by going to official GSoC archives would know the struggle of finding the open-source project that meets your interests. This is because in the official GSoC archive you can only see the organizations that appeared in a particular year at once and they can be filtered by only one parameter i.e. Category. But here's a little tool that can help you analyze and find the open-source organizations that have participated in Google Summer of Code. [link] [comments] |
Posted: 12 Jan 2021 04:18 PM PST Hey guys, I have an interview for a job coming up soon and it says that I'll have to do a logic and reasoning test. Only if I pass that test do I get a chance at the interview. So does anyone have any links for practice questions or so? I feel like I need a bit of practice to help prepare myself! Also have any tips? Anything is appreciated, thank you! [link] [comments] |
Is polymorphism impossible in strongly typed languages? Posted: 12 Jan 2021 12:55 PM PST Just want to see if I understand these terms correctly. In strongly typed languages, trying to treat an object of class A as class B will result in an error. But the OOP concept of polymorphism is all about being able to treat objects of one class as another it seems like. So why do we describe C++ for example both strongly typed but also as having polymorphism? Sorry if this is a stupid question, I am a noob. [link] [comments] |
Posted: 12 Jan 2021 07:26 AM PST |
Graph theory: Find gridded subgraph combinations of a graph. Posted: 12 Jan 2021 05:06 PM PST Given a graph with 4 degree 2 corner nodes, how can I find all the Take this graph as example, One solution of gridded dividing subgraphs could be 3 x 2 subgraphs looking like this, where each color represents a subgraph. It could also have 3 x 3 gridded subgraphs as below: Some test samples. [link] [comments] |
HELP!! Creating Cross-Platform App Posted: 12 Jan 2021 03:29 PM PST I'll try to explain in as few words as possible so it's not a lengthy read. I need the advice!! I'm in every sense very new to programming however I was able to land myself a pretty decent gig - Essentially I have to create an app that communicates with a external device that has a trickle switch (meaning it will automatically turn on when it detects that it has to.) The app is to notify the owner whenever the device turns on. Also, the app is to display the statistics of the external device; its battery percentage and other data demonstrating the devices current operating status. I have their engineers choosing which modules and communication devices that are compatible with the devices current schematics. My question is: which is the best language for this type of application and which cross-platform tools I should be using. Side notes: I'm looking up other smart home devices that communicate with your smartphone like "ring video doorbell" and they use python but I was also looking to use c# on xamarin but again I'm a novice to this. [link] [comments] |
Artificial Intelligence: The 12 Best Ways to Create Superior Solutions Posted: 12 Jan 2021 12:38 PM PST |
Guidance on which CompSci university i should go to Posted: 12 Jan 2021 12:08 PM PST Hello, i am a 17 year old student who will soon have to choose where and what i want to study. As far as i can remember i've wanted something to do with computers and through the little experience i have with programming i can say that that is what i want to chase after. In the title i said a CompSci university, but i do not exclude Software Engineering from that list ( since the both seem relatively the same ) Here is some more information about me so you can have a clearer view of my current position. I live in Bulgaria ( an East Europe country, part of the European Union) and i'm currently studying both English and German. I am pretty confortable with my English skills and will soon have an C1 certificate but i cannot say the same for German. I still have an year before my DSD ( the German exam ) and i will probably try as hard as i can to get it. Yet, i might not - actually unless i put some really serious work i WILL not. So now comes the question - where? I have excluded any universities other than EU ones because of the extreme distance i will put between me and my family and friends. I soon realised that the UK isn't also an option due to Brexit and the soon-to-be very high fees. Since i am in a German course there is an obvious possibility - Germany. From what i've heard TUM and RWTH Aachen are considered to be the best ones. I took liking to TUM and even though Munich may be an expensive city, i proceeded to look for specific courses. I saw the options and chose Informatics ( i dunno y informatics:games engineering was there, isnt that a master degree? ). Haven't seen much of RWTH Aachen's courses but i would assume it won't make anything anymore clear. Choosing university seems like a weird thing since you can't really say which one is ultimatelly better ( other than rankings ) since you can only view the curriculum and it seems every CompSci's curriculum is the same. If the best option for me is a German, Swiss or Austrian university i will get my certificate, but it might not be necessary ( obviously getting it despite not needing it is good but i want to know what to focus on the most ). I am pretty sure i rambled way more than i should have, but i hope this helps you understand my situation and get into my mindset so that if i were to receive any help it would not be in vain. Thank you in advance! [link] [comments] |
Posted: 12 Jan 2021 10:45 AM PST Say I have 2 distinct unix binaries, process_A and process_B. How can I implement a handshake so that process_B will only run if its being called from process_A. Could anyone show me an example in bash? When I run this in my code, I will be using obfuscated node.js so it is essentially a "compiled" binary. [link] [comments] |
Best-Selling Computer Brands - 1999/2020 - Statistics and Data Posted: 12 Jan 2021 06:43 AM PST |
Best-Selling Computer Brands - 1999/2020 - Statistics and Data Posted: 12 Jan 2021 06:29 AM PST |
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