Skip to content
View moggs2's full-sized avatar
  • Germany

Block or report moggs2

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. coveredcalloptionsstrategy coveredcalloptionsstrategy Public

    Analyses the covered call strategy and prints a chart in comparison to direct investment

    Python 2 3

  2. chartingandtrading.py chartingandtrading.py
    1
    from memory_profiler import profile
    2
    
                  
    3
    logfilemem = open("memlogs.log", "w+")
    4
    
                  
    5
    import os
  3. Simplifying Tensorflow via the comma... Simplifying Tensorflow via the commandline with Plotext, Pandas and NumPy
    1
    import tensorflow as tf
    2
    import numpy as np
    3
    import termplotlib as tpl
    4
    import plotext as plt
    5
    x1dimension=np.array([-8.0, -3.0, -1.5, 4.0, 6.0, 7.0, 18.0, 12.0])
  4. image processing with TensorFlow and... image processing with TensorFlow and plotext with more features
    1
    import tensorflow as tf
    2
    from pathlib import Path
    3
    import numpy as np
    4
    import pandas as pd
    5
    import tensorflow_datasets as tfds
  5. Using the new features of Plotext 4 ... Using the new features of Plotext 4 to process images for tensorflow from the command line
    1
    import tensorflow as tf
    2
    from pathlib import Path
    3
    import numpy as np
    4
    
                  
    5
    
                  
  6. tensorflowtimeseries_timedistributed.py tensorflowtimeseries_timedistributed.py
    1
    import pandas as pd
    2
    import numpy as np
    3
    from random import random
    4
    import plotext as plt
    5
    import tensorflow as tf