🦞🌯 Lobster Roll

Thread

Learning sum types, value constructors, and type constructors by proxying values with types (bitemyapp.com)

Stories related to "Learning sum types, value constructors, and type constructors by proxying values with types" across the full archive.

Learning sum types, value constructors, and type constructors by proxying values with types (bitemyapp.com)
Unpacking Black-Box Models: ExSum Mathematical Framework To Evaluate Explanations of Machine-Learning Models (scitechdaily.com)
MIT researchers create a mathematical framework to evaluate explanations of machine-learning models and quantify how well people understand them. Modern machine-learning models, such as neural networks, are often referred to as “black boxes” because they are so complex that even the people who desig...
Type programming: Shifting from values to types (proseand.co.nz)
Sum Types (fpcomplete.com)
Value Types for Java (Proposal for Java 9) (cr.openjdk.java.net)
Sum Types in Go (2014) (news.ycombinator.com)
Hacker News discussion of http://www.jerf.org/iri/post/2917 (2013)
Java8 support for ADTs (Sum Types), pattern matching, and more (github.com)
In my free time I’m currently working on a new open-source project to add (almost) native support for algebraic data types (aka: sum types / tagged unions) in Java (via annotation processing). I would welcome some review of the readme from experienced FPers and feedbacks on feature set / generate...
Paper summary: Google TensorFlow, A system for large-scale machine learning (muratbuffalo.blogspot.com)
Pony VUG #4: Luke Cheeseman: Simple Value-Dependent Types In Pony (vimeo.com)
Luke Cheeseman discusses his work on adding simple value-dependent types to Pony. Luke walks us through how introducing value-dependent types and compile-time expressions into Pony to provides developers access to a wider variety of efficient, flexible containers. Join the group at pony.groups.io...
First-class sum- and product-types for Haskell (nikita-volkov.github.io)
Concise Visual Summary of Deep Learning Architectures (datasciencecentral.com)
A quick tour of Rust’s Type System Part 1: Sum Types (a.k.a. Tagged Unions) (tonyarcieri.com)
On designing with sum and product types (blog.roundingpegs.com)
A utility for running exhaustiveness checks on "sum types" in Go (github.com)
Swift Enums Are “sum” Types. That Makes Them Very Interesting (mislavjavor.com)
A good exploration of product vs. sum types -- when they are used and where the names come from.
Compile-time Typechecked Sum Types in Java (whbboyd.com)
Using Machine Learning to Predict Value of Homes On Airbnb (medium.com)
Deep Learning and Reinforcement Learning Summer School, Montreal 2017 (videolectures.net)
Alternatives to sum types in Go (making.pusher.com)
Sum Types Are Coming: What Everyone Should Know (2015) (chadaustin.me)
Explains what sum types are and their utility in a way intended to be accessible to wide audience. Includes examples in multiple, programming languages.
The Current State of Java Value Types (infoq.com)
Sum Types In SQL (parsonsmatt.org)
A Gentle Introduction to Text Summarization in Machine Learning (blog.floydhub.com)
Become a Better Haskeller by Learning About Inductive Types (dimjasevic.net)
The four simple ways to encode sum-types (yairchu.github.io)
Some elaboration from the author [on reddit](https://old.reddit.com/r/haskell/comments/dsgr0r/the_four_simple_ways_to_encode_sumtypes/).
Sum algebraic data types in C (nullbuffer.com)
Sum types for relational databases (blog.typeable.io)
Twenty-six new Final Fantasy VII Remake screenshots show Red XIII, Hojo, new battle abilities, summons, quest types, and more (square-enix-games.com)
In Go, the compiler needs to know the types of things when copying values (utcc.utoronto.ca)
Implementing ML-Style Data Constructors in (idiomatic!) TypeScript (v5.chriskrycho.com)