Posts

Data Visualization

Image
  Data Visualization Data Visualization is part of Data analysis, Data visualization is the process of translating large data sets and metrics into charts, graphs and other visuals.  Which language is use for data visualization? Python , R . But Python is most popular for data visualization. Why Python ? Python is most popular programming language, and Python has multiple libraries and Framework like panda, NumPy,matplotlib,seaborn. Matplotlib Matplotlib is an amazing visualization library in Python. See Data Visualisation project :-  click here

Machine learning

Image
  What is Machine learning ? Machine learning is a algorithms, it's learn from data. Machine learning is a subset of AI(artificial intelligence) There are mainly three types of machine learning:   • supervised learning,  • unsupervised learning, and  • reinforcement learning. Which language use for machine learning? Python, R, Java, JS ,C,C++. But Most of all ML engineer use Python, because python is very popular language, Why most of ml engineers use python? • Python is easy to learn, • Python has multiple libraries and Framework (sklearn, Matplotlip, pandas, NumPy, tensorflow,etc)