BITCQ

Deep learning with TensorFlow [Video]

Size: 447.2 MB
Magnet link

Name Size
Deep learning with TensorFlow [Video]/01-The Course Overview.mp4 11 MB
Deep learning with TensorFlow [Video]/02-Installing TensorFlow.mp4 20.5 MB
Deep learning with TensorFlow [Video]/02-Installing TensorFlow.txt 334 B
Deep learning with TensorFlow [Video]/03-Simple Computations.mp4 20.4 MB
Deep learning with TensorFlow [Video]/03-Simple Computations.txt 343 B
Deep learning with TensorFlow [Video]/04-Logistic Regression Model Building.mp4 25.8 MB
Deep learning with TensorFlow [Video]/04-Logistic Regression Model Building.txt 392 B
Deep learning with TensorFlow [Video]/05-Logistic Regression Training.mp4 18.3 MB
Deep learning with TensorFlow [Video]/05-Logistic Regression Training.txt 383 B
Deep learning with TensorFlow [Video]/06-Basic Neural Nets.mp4 19.4 MB
Deep learning with TensorFlow [Video]/06-Basic Neural Nets.txt 453 B
Deep learning with TensorFlow [Video]/07-Single Hidden Layer Model.mp4 18.9 MB
Deep learning with TensorFlow [Video]/07-Single Hidden Layer Model.txt 244 B
Deep learning with TensorFlow [Video]/08-Single Hidden Layer Explained.mp4 17 MB
Deep learning with TensorFlow [Video]/08-Single Hidden Layer Explained.txt 270 B
Deep learning with TensorFlow [Video]/09-Multiple Hidden Layer Model.mp4 19.9 MB
Deep learning with TensorFlow [Video]/09-Multiple Hidden Layer Model.txt 446 B
Deep learning with TensorFlow [Video]/10-Multiple Hidden Layer Results.mp4 17.4 MB
Deep learning with TensorFlow [Video]/10-Multiple Hidden Layer Results.txt 289 B
Deep learning with TensorFlow [Video]/11-Convolutional Layer Motivation.mp4 12.8 MB
Deep learning with TensorFlow [Video]/11-Convolutional Layer Motivation.txt 391 B
Deep learning with TensorFlow [Video]/12-Convolutional Layer Application.mp4 25.6 MB
Deep learning with TensorFlow [Video]/12-Convolutional Layer Application.txt 344 B
Deep learning with TensorFlow [Video]/13-Pooling Layer Motivation.mp4 9.5 MB
Deep learning with TensorFlow [Video]/13-Pooling Layer Motivation.txt 409 B
Deep learning with TensorFlow [Video]/14-Pooling Layer Application.mp4 16 MB
Deep learning with TensorFlow [Video]/14-Pooling Layer Application.txt 282 B
Deep learning with TensorFlow [Video]/15-Deep CNN.mp4 24.1 MB
Deep learning with TensorFlow [Video]/15-Deep CNN.txt 315 B
Deep learning with TensorFlow [Video]/16-Deeper CNN.mp4 15.6 MB
Deep learning with TensorFlow [Video]/16-Deeper CNN.txt 251 B
Deep learning with TensorFlow [Video]/17-Wrapping Up Deep CNN.mp4 18.3 MB
Deep learning with TensorFlow [Video]/17-Wrapping Up Deep CNN.txt 220 B
Deep learning with TensorFlow [Video]/18-Introducing Recurrent Neural Networks.mp4 33.3 MB
Deep learning with TensorFlow [Video]/18-Introducing Recurrent Neural Networks.txt 418 B
Deep learning with TensorFlow [Video]/19-skflow.mp4 34.4 MB
Deep learning with TensorFlow [Video]/19-skflow.txt 285 B
Deep learning with TensorFlow [Video]/20-RNNs in skflow.mp4 15 MB
Deep learning with TensorFlow [Video]/20-RNNs in skflow.txt 155 B
Deep learning with TensorFlow [Video]/21-Research Evaluation.mp4 25.7 MB
Deep learning with TensorFlow [Video]/22-The Future of TensorFlow.mp4 10 MB
Deep learning with TensorFlow [Video]/22-The Future of TensorFlow.txt 306 B
Deep learning with TensorFlow [Video]/CODE/5582_01_Code/5582_01_02_Code/install.sh 453 B
Deep learning with TensorFlow [Video]/CODE/5582_01_Code/5582_01_03_Code/simple.py 2 KB
Deep learning with TensorFlow [Video]/CODE/5582_01_Code/5582_01_04_Code/data_with_labels.npz 3.5 MB
Deep learning with TensorFlow [Video]/CODE/5582_01_Code/5582_01_04_Code/logistic.py 3 KB
Deep learning with TensorFlow [Video]/CODE/5582_01_Code/5582_01_05_Code/logistic.py 3 KB
Deep learning with TensorFlow [Video]/CODE/5582_02_Code/5582_02_01_Code/basic_nn.py 1 KB
Deep learning with TensorFlow [Video]/CODE/5582_02_Code/5582_02_02_Code/single_hidden.py 3 KB
Deep learning with TensorFlow [Video]/CODE/5582_02_Code/5582_02_03_Code/single_hidden.py 3 KB
Deep learning with TensorFlow [Video]/CODE/5582_02_Code/5582_02_04_Code/mlp.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_02_Code/5582_02_05_Code/mlp.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_02_Code/conv_simple.py 2 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_04_Code/conv_simple.py 2 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_05_Code/conv.py 5 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_05_Code/data_with_labels.npz 3.5 MB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_06_Code/conv_p2.py 6 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_07_Code/conv_p2.py 6 KB
Deep learning with TensorFlow [Video]/CODE/5582_03_Code/5582_03_07_Code/data_with_labels.npz 3.5 MB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_01_Code/rnn.odg 10 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_01_Code/rnn_tf.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_01_Code/weather.npz 279 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_02_Code/data_with_labels.npz 3.5 MB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_02_Code/skflow_intro.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_03_Code/rnn_tf.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/5582_04_03_Code/weather.npz 279 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/skflow_intro.py 4 KB
Deep learning with TensorFlow [Video]/CODE/5582_04_Code/weather.npz 279 KB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/conv1.odg 21 KB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/conv2.odg 22 KB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/data_review.py 924 B
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/data_with_labels.npz 3.5 MB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/logistic.odg 13 KB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/mlp.odg 20 KB
Deep learning with TensorFlow [Video]/CODE/5582_05_Code/5582_05_01_Code/single_hidden.odg 19 KB
Deep learning with TensorFlow [Video]/content.txt 3 KB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Deep Learning Image Classification with Tensorflow in 2023 Video 15 GB 13
Sapunov G. Deep Learning with JAX 2024 Final Application 75.3 MB 4
Deep Learning With Pytorch - Manning by Eli Stevens, Luca Antiga, Thomas Viehmann (2021).pdf Application 44.7 MB 4
Machine Learning, Data Science and Deep Learning with Python Video 7.5 GB 3
[ DevCourseWeb.com ] Udemy - Deep Learning with Google Colab Video 2.8 GB 3
Jeremy Howard, Sylvain Gugger. Deep Learning for Coders with fastai and PyTorch.pdf Application 32.3 MB 1
[computer-internet] Hands-on Deep Learning_ A Guide to Deep Learning with Projects and Applications by Harsh Bhasin AZW3 12.8 MB 37
Ketkar N., Moolayil J. - Deep Learning with Python - 2021.pdf Application 5.2 MB 6
Deep Learning - Artificial Neural Networks with Tensorflow Video 1.1 GB 6
[ FreeCourseWeb.com ] Deep Learning CNN - Convolutional Neural Networks with Python Video 3.9 GB 6
Chollet -- Deep Learning with Python -- 2017.pdf Application 10.9 MB 5
Kapoor, Gulli, Pal -- Deep Learning with TensorFlow and Keras, 3rd ed. -- 2022.pdf Application 24.4 MB 4
Silaparasetty M. Beginning with Deep Learning...TensorFlow 2022 Application 14.8 MB 4
Zaccone, Karim, Menshawy -- Deep Learning with TensorFlow -- 2017.pdf Application 10.4 MB 3
Pattanayak -- Pro Deep Learning with TensorFlow -- 2017.pdf Application 15.6 MB 3
Sapunov G. Deep Learning with JAX 2023 Application 13.5 MB 3
GetFreeCourses.Co-Udemy-Deep Learning for Computer Vision with TensorFlow 2 Video 7.3 GB 2
Long L. Beginning Deep Learning with TensorFlow 2022 Application 19.4 MB 25
[ DevCourseWeb.com ] Applied Deep Learning with TensorFlow 2 - Learn to Implement Advanced Deep Learning Techniques with Python(PDF EPUB True) Ebook 28.7 MB 16
[ FreeCourseWeb.com ] Applied Neural Networks with TensorFlow 2 - API Oriented Deep Learning with Python.zip Application 10.2 MB 3

Loading...