OR, AND, XOR gates using dominoes Computer Science |
- OR, AND, XOR gates using dominoes
- Unprovability comes to machine learning: "Scenarios have been discovered in which it is impossible to prove whether or not a machine-learning algorithm could solve a particular problem."
- Learn Python for Data Science and Machine Learning
- FastText for Sentence Classification
- Concurrent Programming with Revisions and Isolation Types [PDF, 2010]
- HyperLogLog question
- AI in 2018 Review; What to Expect in 2019
- Fast Numerical Function Approximation
- Issue creating bootable USB drive
OR, AND, XOR gates using dominoes Posted: 07 Jan 2019 11:10 AM PST |
Posted: 08 Jan 2019 01:12 AM PST |
Learn Python for Data Science and Machine Learning Posted: 08 Jan 2019 02:15 AM PST |
FastText for Sentence Classification Posted: 07 Jan 2019 07:33 AM PST |
Concurrent Programming with Revisions and Isolation Types [PDF, 2010] Posted: 07 Jan 2019 06:50 PM PST |
Posted: 07 Jan 2019 05:20 PM PST Hi, I'm reading the following article: http://www.moderndescartes.com/essays/hyperloglog/ In particular I'm having some trouble trying to replicate the results of the first image in that article (http://www.moderndescartes.com/static/loglog_maxzeros.png). For x=9, the graph says that the probability is 0.20 aprox. But from my calculations I get something different. After some thought I think I may be misinterpreting the idea of the calculation. First attempt: Doing the sum of a X -> Bin(1024, 1/29), calculating f(X=1)+...+f(X=1024). https://www.wolframalpha.com/input/?i=sum+(Combinations(1024,i)*(1%2F2%5E9)%5Ei*(1-1%2F2%5E9)%5E(1024-i)),+i%3D1+to+1024 =0.86 which is not 0.20 Then I thought that maybe he was talking about just having 1 result with 9 leading zeros. This means that from the 1024 numbers, we can have only 1 success in any of the 1024 numbers. https://www.wolframalpha.com/input/?i=1024*(1%2F2%5E9)*(1-1%2F2%5E9)%5E1023 Which is 0.27... closer but far from 0.20. What am doing wrong here? [link] [comments] |
AI in 2018 Review; What to Expect in 2019 Posted: 07 Jan 2019 11:08 AM PST |
Fast Numerical Function Approximation Posted: 07 Jan 2019 02:27 PM PST |
Issue creating bootable USB drive Posted: 07 Jan 2019 11:03 AM PST Hi , please let me know if another subreddit might be better suited for this query. I'm trying to create a bootable USB drive which will contain Windows 10 from mac OS (Mojave). The bootable USB will then be used on another PC. The USB drive is formatted Fat32 and it's big enough (32gb). I have the .iso file and I want to move it's files onto the USB, but Fat32 only allows files <4GB while a folder (called "sources" ) is around 5GB and I cant move it. Anyway, as for now I'm trying to create the bootable USB from another PC with Windows 10 using a Windows's tool, and it might work, but still, it would be nice to know how to do it from macOS. [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