t81_558_deep_learning | Washington University Course T81 | Machine Learning library
kandi X-RAY | t81_558_deep_learning Summary
kandi X-RAY | t81_558_deep_learning Summary
Deep learning is a group of exciting new technologies for neural networks. Through a combination of advanced training techniques and neural network architectural components, it is now possible to create neural networks that can handle tabular data, images, text, and audio as both input and output. Deep learning allows a neural network to learn hierarchies of information in a way that is like the function of the human brain. This course will introduce the student to classic neural network structures, Convolution Neural Networks (CNN), Long Short-Term Memory (LSTM), Gated Recurrent Neural Networks (GRU), General Adversarial Networks (GAN) and reinforcement learning. Application of these architectures to computer vision, time series, security, natural language processing (NLP), and data generation will be covered. High Performance Computing (HPC) aspects will demonstrate how deep learning can be leveraged both on graphical processing units (GPUs), as well as grids. Focus is primarily upon the application of deep learning to problems, with some introduction to mathematical foundations. Students will use the Python programming language to implement deep learning using Google TensorFlow and Keras. It is not necessary to know Python prior to this course; however, familiarity of at least one programming language is assumed. This course will be delivered in a hybrid format that includes both classroom and online instruction.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of t81_558_deep_learning
t81_558_deep_learning Key Features
t81_558_deep_learning Examples and Code Snippets
Community Discussions
Trending Discussions on t81_558_deep_learning
QUESTION
I followed through Jeff Heaton's youtube video to install tensorflow with GPU. I have Eva nivida GTX 1660 Ti. After that, it show GPU is not available. any suggestion if something goes wrong? Thanks
https://www.youtube.com/watch?v=PnK1jO2kXOQ&list=PLrx-l85_irc5IQhZ-yOLq6NjV7GajbT0h&index=8&t=86s https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-jul-2020.ipynb
...ANSWER
Answered 2021-Jan-16 at 02:23Tensorflow uses CUDA, which the 1660 Ti does not support. Here is a list of all supported gpus: https://developer.nvidia.com/cuda-gpus
Unfortunately, you can not run tensorflow with gpu-acceleration on that machine. :(
QUESTION
**
code editor: vscode
cmd: anaconda prompt
I followed the tutorial but why this error? **
...first error was ModuleNotFoundError: No module named 'tensorflow' but i make env and install it second error was ModuleNotFoundError: No module named 'flask' but i make env and install it i fix them and they work on python How can I solve this?
ANSWER
Answered 2020-May-09 at 16:03The error occurs because your code is trying to load a model that does not exist. From the Notebook file you linked, you will most likely have to run the following:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install t81_558_deep_learning
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page