-
Pose a question about one of the following articles:
“[DeepWalk: Online Learning of Social Representations](https://dl.acm.org/doi/pdf/10.1145/2623330.2623732)”, 2014. B. Perozzi, R. Al-Rfou, S. S…
-
-
The following code for the contiguous check in **shape.rs** will trigger problems for the squeezed tensor (n-dim to 1-dim) because of the " if dim > 1" condition (recently added ).
``` rust
//…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
Questions for Stuart Russell, inspired by the week's readings:
- Stuart Russell, “Human-Compatible Artificial Intelligence.”
- Stuart Russell, "Many Experts Say We Shouldn't Worry About Superintelli…
-
## Objective
Design and implement a flexible, powerful type system for atoms in eka, inspired by formal type system concepts in languages like Haskell & Rust. Below is the initial draft specification…
nrdxp updated
1 month ago
-
Pose a question about one of the following articles:
[“Machine Learning as a Tool for Hypothesis Generation”](https://doi.org/10.1093/qje/qjad055), Jens Ludwig, Sendhil Mullainathan. The Quarterly…
-
Hello! Below you will find updates regarding student life at VISST.
If you would like to receive email notifications for posts, first make sure you are currently signed in to your GitHub account. …
-
Especially needed to deal with mutable `Seq`s. Here is an abstract for the project:
Functional reactive programming (FRP) is a popular paradigm for developing web interfaces, but care needs to be t…