On our earlier guides, we installed PyTorch and TensorFlow on Ubuntu server. Those guides are important to understand how to install graphics driver and installing in basic way. We have separate guides on installing Jupyter Notebook. Here is How To Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server. It is probably easy to install Anaconda for Python packages. We have separate guides to … [Read more...]
How To Install TensorFlow on Ubuntu 18.04 Server (Nvidia GPU)
Our previous guide was on installing PyTorch. Then, why TensorFlow needed a separate guide? Is not running few commands would install TensorFlow on that setup? There are practical differences when current version of Ubuntu server considered, some way would invite crush of server out of slightly buggy packages. With symlinking somehow works and most human forget what exactly done to someway fix. … [Read more...]
How To Install PyTorch on Ubuntu 18.04 Server (Nvidia GPU)
We have discussed about GPU computing as minimally needed theoretical background. Also, in an earlier guide we have shown Nvidia CUDA tool installation on MacOS X. Here is Practical Guide On How To Install PyTorch on Ubuntu 18.04 Server With Nvidia GPU. Installation demands server architecture which has Nvidia graphics card - there are such dedicated servers available for various purposes … [Read more...]
What is GPU Computing OR General Purpose Computing on GPU?
These days, even an ordinary user probably can notice NVIDIA GPU (more specifically, NVIDIA CUDA) to be a matter of socialized technical discussions for GPU computing, such as we described in our one guide on Nvidia CUDA installation of CUDA on MacOS X. Before this era started, we used to talk about graphics card for graphical works only. Indeed, we still talk about latest graphical processors of … [Read more...]
Knowledge Discovery in Databases : Part III
In Part I of Knowledge Discovery in Databases, we discussed about the database systems, fundamentals of statistics and Big Data and fundamentals of knowledge discovery in databases. In second part of Knowledge Discovery in Databases, we discussed the process of the Knowledge Discovery in Databases and Methods of the Knowledge Discovery in Databases. In This Third Part of Knowledge Discovery in … [Read more...]
Knowledge Discovery in Databases : Part II
In Part I of Knowledge Discovery in Databases, we discussed about the database systems, fundamentals of statistics and Big Data and fundamentals of knowledge discovery in databases. In this second part of Knowledge Discovery in Databases, we will discuss the process of the Knowledge Discovery in Databases and Methods of the Knowledge Discovery in Databases. Overall, knowledge discovery in … [Read more...]
Knowledge Discovery in Databases : Part I
Data which can be stored almost limitless in today's world. Knowledge discovery in databases is a good way to extract knowledge from data. The aim of this article is to inform business related peoples about Knowledge Discovery in Databases, without the need to have greater knowledge in the areas of foundation basics in computer science. Commercial devices and scientific instruments, such as … [Read more...]
Application of Machine Learning in Text Recognition : Part III (END)
In First Part of Application of Machine Learning in Text Recognition, we have clarified the basic terms from the field of machine learning and text recognition, explained various types of machine learning in brief. In Second Part of Application of Machine Learning in Text Recognition, we have discussed about the types of text recognition and application text recognition. Third part will complete … [Read more...]
Application of Machine Learning in Text Recognition : Part II
In First Part of Application of Machine Learning in Text Recognition, we have clarified the basic terms from the field of machine learning and text recognition, explained various types of machine learning in brief. In This Second Part of Application of Machine Learning in Text Recognition, we will discuss about types of text recognition and application text recognition. Third part will complete … [Read more...]
Application of Machine Learning in Text Recognition : Part I
In today's digital, increasingly interconnected and fast paced world, the boundaries between what people have been what computers can do for us. While computers have been better in computing tasks from simple mathematics faster than the human brain for several decades, the type and efficiency of how human brain identifies and correlates patterns is still unsuccessful, despite various researches. … [Read more...]
How to Install SQLLine on Ubuntu (For Big Data Tools)
SQLLine is a Java console based for connecting to databases to execute SQL commands. This is a helper tutorial for other guides. Here is How to Install SQLLine on Ubuntu For Using With Big Data Tools. SQLLine depends on Java Virtual Machine, JLine console reader, JDBC driver (any JDBC compliant driver can be used). Of course we can use the same way of installation on Windows 10 Bash and Android … [Read more...]