Skip to content
View christianramsey's full-sized avatar

Organizations

@dyadxmachina
Block or Report

Block or report christianramsey

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. dyadxmachina/maths-for-deep-learning-ai dyadxmachina/maths-for-deep-learning-ai Public

    A open source book covering the foundational maths of deep learning and machine learning using TensorFlow

    HTML 33 4

  2. dyadxmachina/Applied-Deep-Learning-with-TensorFlow dyadxmachina/Applied-Deep-Learning-with-TensorFlow Public

    Learn applied deep learning from zero to deployment using TensorFlow 1.8+

    Jupyter Notebook 163 49

  3. dyadxmachina/tiny-experiments-dyadxmachina dyadxmachina/tiny-experiments-dyadxmachina Public

    tiny psychophysiological x deep learning experiments

    Python 1 1

  4. Tensorflow-for-Distributed-Deep-Learning Tensorflow-for-Distributed-Deep-Learning Public

    TensorFlow (1.8+) Datasets, Feature Columns, Estimators and Distributed Training using Google Cloud Machine Learning Engine

    Jupyter Notebook 11 4

  5. PacktPublishing/Distributed-Deep-Learning PacktPublishing/Distributed-Deep-Learning Public

    Code Repository for Distributed Deep Learning, published by Packt

    Jupyter Notebook 3 5

  6. Install TensorFlow GPU for Ubuntu 18... Install TensorFlow GPU for Ubuntu 18.04 - the easy way
    1
    # Add NVIDIA package repository
    2
    sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
    3
    wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1804_10.0.130-1_amd64.deb
    4
    sudo apt install ./cuda-repo-ubuntu1804_10.0.130-1_amd64.deb
    5
    wget http://developer.download.nvidia.com/compute/machine-learning/repos/https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/nvidia-machine-learning-repo-ubuntu1804_1.0.0-1_amd64.deb