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
Maleki M. Deep Learning with Rust.Mastering Efficient..Safe Neural Networks 2026 Application 9.7 MB 35
Chollet F. Deep Learning with Python 3ed 2025 MEAP Application 56.9 MB 77
Deep Learning Image Classification with Tensorflow in 2023 Video 15 GB 13
[FreeCourseSite.com] Udemy - Deep Learning Masterclass with TensorFlow 2 Over 20 Projects Video 45.9 GB 8
Deep Learning for Computer Vision with TensorFlow 2 Video 7.3 GB 8
Udemy - PyTorch for Deep Learning with Python Bootcamp (9.2019) Video 6.7 GB 6
[ DevCourseWeb.com ] Udemy - Advanced Chatbots with Deep Learning and Python Video 697.6 MB 5
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
Udemy - Natural Language Processing with Deep Learning in Python (12.2019) Video 3.1 GB 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
Sawarkar W. Deep Learning with PyTorch Lightning...Python 2022 Application 21 MB 1
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

Loading...