🤖
Machine Learning Workstation
  • Main page
  • Connection
    • Connection through VPN
  • Usage
    • Python/Conda
    • Edge Impulse
    • Common packages
    • Tmux (persistent sessions)
    • Sharing code base
    • GPU usage
  • Data transfer
    • To or from the host machine
    • To or from the Internet
  • Useful links
    • Linux
    • Python
    • Machine Learning
      • Classifiers
      • Natural Language Processing
      • Unsupervised Learning
      • Data Generation
      • Autoencoders
    • Evaluating Neural Networks
    • Recurrent Neural Network
  • Administration
    • Introduction
      • TLJH mamba/pip installations for ALL users
      • TLJH: IDLE-CULLER - Disabled TODO need a sane value
      • Allowing user to log in to your JupyterHub without server user name
    • Connect to the machine via SSH
      • Add SSH Keys
      • Port forwarding
      • X forwarding (running software with GUI)
      • Run Jupyter remotely
    • Managing users
    • System maintenance
    • Other tasks
Powered by GitBook
On this page

Was this helpful?

  1. Useful links

Machine Learning

Rescources for Neural Networks

    • machine learning cheatsheet https://stanford.edu/~shervine/teaching/cs-229/

  • deep learning cheatsheet https://stanford.edu/~shervine/teaching/cs-230/

  • lecture notes on CNN http://cs231n.github.io/

  • videos on neural networks: https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi

  • run jupyter notebooks online, ML tutorials https://notebooks.azure.com/

  • projects using deep learning for arts https://magenta.tensorflow.org/demos

  • simple platform for trying out machine learning models https://runwayml.com

  • What are the Hyperparameters of a NNet and how to tune them

  • The vanishing gradient problem in NNets

  • Understanding the Vanishing Gradient problem (video )

  • Transfer Learning Tutorial

  • Transfer Learning Tutorial (Simple with Example)

  • Keras pre-trained models

  • Understanding Loss Functions

PreviousPythonNextClassifiers

Last updated 3 years ago

Was this helpful?