Skip to content
View vianel's full-sized avatar
🏠
Working from home
🏠
Working from home
  • 06:58 (UTC -04:00)
Block or Report

Block or report vianel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Gradient descent implementation Gradient descent implementation
    1
    from matplotlib import cm #For the colors
    2
    import numpy as np
    3
    import matplotlib.pyplot as plt
    4
    
                  
    5
    def f(x,y):
  2. Simple sample how to connect a Flow ... Simple sample how to connect a Flow to Source and keep going the stream using Akka Stream
    1
    package main
    2
    
                  
    3
    import akka.actor.ActorSystem
    4
    import akka.stream.{ActorMaterializer, ClosedShape}
    5
    import akka.stream.scaladsl.{Flow, GraphDSL, RunnableGraph, Sink, Source}
  3. linear_regression linear_regression Public

    Python

  4. misc-ml-algorithms misc-ml-algorithms Public

    Python

  5. poker_simulation poker_simulation Public

    Python

  6. full360/voltdb-client-jruby full360/voltdb-client-jruby Public

    A thin wrapper around the VoltDB Java client

    Ruby 3