Thursday, March 14, 2019

Course of Deep Learning


Resources:
[1] Cutting-Edge Trends in Deep Learning and Recognition http://slazebni.cs.illinois.edu/spring17/
[2] Course Deep Learning https://nthu-datalab.github.io/ml/
[3] Colab https://medium.com/deepquestai/train-object-detection-ai-with-6-lines-of-code-6d087063f6ff

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...