Direkt zum Hauptbereich

Posts

Posts mit dem Label "ML" werden angezeigt.

Deep Learning mit Linux

So I want to have a simplistic but fully featured ML setup my specs: needed python version conda instead of pip (as long as possible) linux os tensorflow keras jupyter notebooks pycharm IDE I am following https://www.pyimagesearch.com/2019/12/09/how-to-install-tensorflow-2-0-on-ubuntu/ (to lengthy / decided not to use gpu for teaching myself) instead I used straightforward: https://www.tensorflow.org/install/ tensorflow hello world (didn't get it running!)  https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/1_Introduction/helloworld.py following error apeared, couln't solve:  sess = tf.Session() Traceback (most recent call last):   File "<stdin>", line 1, in <module> AttributeError: module 'tensorflow' has no attribute 'Session' cpu tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303) https://keras.io/getting-started/sequential-model-guide/ keras- he...

Setup PyCharm for Deep learning with TensorFlow, and Keras (with virtualenv)

Quick installation of Keras for linux https://confusedcoders.com/data-science/machine-learning/setup-pycharm-for-deep-learning-with-tensorflow-keras-and-jupyter-with-virtualenv Pycharm quick: https://medium.com/@singh.shreya8/how-to-install-pycharm-in-ubuntu-16-04-ubuntu-14-04-ubuntu-18-04-linux-easiest-way-5ae19d052693