In the [previous post][fnn] we discussed how to make functional Neural Network (NN) with julia. In [another post][nn-package] we discussed how to package our NN into an independent julia package. As …
Plot
2023-06-24
2022-05-09
## Basics Every time julia starts whether it is in interactive mode or when it is used to run scripts, it runs a startup script. It is called `startup.jl`. Unless otherwise configured it is located …
2020-04-17
## Dicewars A simplified version of game [DiceWars](http://www.gamedesign.jp/flash/dice/dice.html) between two players goes such that each player is assigned a stack of 6-sided dice which equate to …
2018-02-15
A sample diagram with custom defined function that also has legend.  ```tex \begin{tikzpicture}[ declare function={ gamma(\z) = …