-
Files in Docker instance to Github?
Syncing GitHub from Jupyter Notebook refers to the process of keeping your Jupyter Notebook files up-to-date with a remote GitHub repository. This allows you to collaborate on Jupyter Notebooks with others, track changes to your notebooks over time, and easily share your work with others. Here are the basic steps involved in syncing GitHub from…
-
Kaggle Plugin for Jupyter Notebook
When we want to work with various datasets, kaggle is one of the best places for finding the datasets. Sometimes it is easy to download the datasets directly from he kaggle and use it for data analysis. But there are other ways also to get the dataset from kaggle. One of the options is using…
-
Neural Networks — History
Neural Networks — History In this article, I want to give brief introduction to Neural Networks. First Neural Network was designed by Frank Rosenblatt in 1957 and is called perceptron. Concept is loosely inspired from Biological neurons. Concepts of Neural networks are loosely inspired from Biological neurons (Biological neurons are more complicated). On highlevel, neurons…
