Published onApril 6, 2022TensorFlow Loops: To Unroll, or To Not UnrollTensorFlowMachine-LearningDiscussion about why the Elixir programming language sticks out.
Published onNovember 14, 2021Keras Model WalkthroughMachine-LearningKerasTensorFlowTutorialDeep dive into the internals of the Keras model class by writing a custom training loop duplicating the behavior of `keras.Model`.
Published onJune 26, 2021On the Flexibility of Parametric Spectral FiltersMachine-LearningResearchUse Parametric Spectral Filters to construct an autoencoder.
Published onFebruary 27, 2021Argument For Using AtomsProgramming-LanguagesElixirAtoms offer some distinct advantages over strings. Learn more about them in this blog post.
Published onSeptember 25, 2020Complex Number Deep Learning with TensorflowTensorFlowMachine-LearningKerasTensorFlow has limited complex number support. Write the operations yourself to maintain automatic differentiation.