On February 23rd, Steve presented a Phylanx seminar on the current state of the Python front-end to Phylanx, PhyFun. This method of binding Phylanx primitives utilizes Python decorators. The Continue reading
No comments
On February 23rd, Steve presented a Phylanx seminar on the current state of the Python front-end to Phylanx, PhyFun. This method of binding Phylanx primitives utilizes Python decorators. The Continue reading
In this post I’ll go through the simple implementation of LRA (Logistic Regression Algorithm) to outline the Phylanx architecture and also demonstrate how one might go about writing their own programs in Phylanx. The complete version of the code discussed in this post can be found in the project’s GitHub repository under examples/algorithms directory and the corresponding dataset can be found here. Continue reading