I am going to write this post to learn you how you can create a simple Docker file step by step.
Read MoreI am a graduate student at the U of Winnipeg
researching on Deep Learning!
I am going to write this post to learn you how you can create a simple Docker file step by step.
Read MoreThe goal is that transferring files from different hosts to the one destination.
Read MoreRsync is a fast and extraordinarily Linux command using transferring files.
Read MoreOur goal is that transferring a big number of files from a remote Linux server to our local Linux computer.
Read MoreI mentioned the word of "interesting" for making bash files because It’s the most efficient shell scripting language.
Read MoreThe goal of this post is transferring a million images from a linux server to the local Linux computer fast and efficiently.
Read MoreTree command? Machine Learning? Yes! you are asking the right question. There is no connection between Linux tree command and Machine Learning stuff. But when you need to prepare your data to feed your network you must know about Linux command to download or upload the data from or to Linux server. Let's get into it.
Read MoreWe’re very excited about TensorFlow 2.0 and the changes to come. TensorFlow has grown from a software library for deep learning to an entire ecosystem for all types of ML
Read MoreMulti-Layer Perceptron (MLP) artificial neural network trained with Backpropagation algorithm to perform automatic plant classification
Read MoreThis paper studies convolutional neural networks (CNN) to learn unsupervised feature representations for 44 different plant species, collected at the Royal Botanic Gardens, Kew, England.
Read MoreA CLASSIFICATION OF PLANT SPECIES USING GOOGLENET
Read MoreThere are the links of papers using hybrid machine learning approaches for plant classifiction.
Read MoreI have read 5 articles that have worked on Network of Experts, and I want to share some important part of this papers that I've found it super cool.
Read MoreArtificial neural networks are computational models which work similar to the functioning of a human nervous system. There are several kinds of artificial neural networks. These type of networks are implemented based on the mathematical operations and a set of parameters required to determine the output. Lets look at some of the neural networks:
Read MoreThe differences between Recursive Neural network and Recurrent Neural network.
Read MoreThere are 3 types of Neural Nework Types that you should know about them if you want to start working in the area of machine learning. Let's review them one be one.
Read MoreSometimes you intend to change your field of study or even your life and intend to build the new real and virtual life.Currently I am in this situation and I want to unfollow all my followers and following on Twitter to follow some new people related to my new life. I share the technique I have found that you can unfollow all your followers just by a simple script and one click.
Read MoreI’m going to show all steps from installing Anaconda and upgrading packages to building Docker image and publishing it on Docker hub.
Read MoreYou can run the image of Tensorflow and Jupyter as well on Docker simply and fast.
Read MoreAn Artificial Neural Network (ANN) is a computational model that is inspired by the way biological neural networks in the human brain process information. Artificial Neural Networks have generated a lot of excitement in Machine Learning research and industry, thanks to many breakthrough results in speech recognition, computer vision and text processing.
Read More