Skip to content
View SilvaEmerson's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report SilvaEmerson

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. workshop-tensorflow workshop-tensorflow Public

    Forked from luiseduardogfranca/workshop-tensorflow

    Workshop about TensorFlow and Keras

    JavaScript

  2. Otsu Image Segmentation Method - Jul... Otsu Image Segmentation Method - Julia Implementation
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "code",
    5
       "execution_count": 1,
  3. LUNA16-Image-Extractor LUNA16-Image-Extractor Public

    Python script that extract images from LUNA16 dataset to a human readable format

    Python 1

  4. U-Net-TF.js U-Net-TF.js Public

    U-Net (Convolutional Network for Biomedical Image Segmentation) Tensorflow.js implementation

    JavaScript 2

  5. Curry in Python Curry in Python
    1
    from inspect import signature
    2
    
                  
    3
    
                  
    4
    def get_params_len(fn): return len(signature(fn).parameters)
    5
    
                  
  6. A script which creates a Goodsten Se... A script which creates a Goodsten Sequence until 50th term
    1
    # Ref.: https://en.wikipedia.org/wiki/Goodstein%27s_theorem#Goodstein_sequences
    2
    
                  
    3
    @kwdef struct GoodsteinTerm
    4
        coefficient::Int
    5
        base::Int