ckorikov / WSS-19

The repository for the Wolfram Summer School 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSS-19

This is a student repository for the Wolfram Summer School. See details here: Wolfram Summer School.

Computational essay "Is the instantaneous Internet real?"

The essay is available as a Wolfram Mathematica notebook here. Online version can be found here.

Project "Code Embeddings for Wolfram Language"

In the project, it is implied to implement a system which shows the similarity between built-in functions of Wolfram Mathematica based on their context of usages. Illustrations should support the results. As an option, the solution could be updated to be able to generate names for expressions related to the semantics of them.

For the purpose, it is helpful to use code embeddings, which map the code to the vector space. There are several methods based on machine learning successfully applied to different program languages [1]. They can be used as a baseline.

  1. Chen, Z. & Monperrus, M. A Literature Study of Embeddings on Source Code. ArXiv190403061 Cs Stat (2019).

The article is avaliable here: [WSS19] Code Embeddings for Wolfram Language.

About

The repository for the Wolfram Summer School 2019


Languages

Language:Mathematica 100.0%Language:Python 0.0%