Raman SinghObject-Oriented Programming in PythonObject-Oriented Programming is a methodology or paradigm to design a program using classes and objects. Basically it is used to bridge the…Jun 11, 2021Jun 11, 2021
Raman SinghK-Nearest Neighbors AlgorithmK-nearest neighbors (KNN) algorithm is a type of supervised ML algorithm which can be used for both classification as well as regression…Jan 11, 2021Jan 11, 2021
Raman SinghIntroduction to Linear RegressionLinear regression is one of the very basic forms of machine learning where we train a model to predict the behaviour of your data based on…Jan 9, 2021Jan 9, 2021
Raman SinghStatistics and Probability for Machine LearningMachine Learning uses statistics, probability, algorithms to learn from data and provide insights which can be used to build smart…Jan 6, 2021Jan 6, 2021
Raman SinghLinear Algebra used in Machine LearningLinear algebra is a branch of mathematics that is widely used throughout science and engineering. Yet because linear algebra is a form of…Jan 5, 2021Jan 5, 2021
Raman SinghMathematics Behind Machine LearningAspiring Machine Learning Engineers often tend to ask “What is the use of Mathematics for Machine Learning when we have computers to do it…Jan 4, 2021Jan 4, 2021
Raman SinghIntroduction to OpenCVOpenCV is one of the most popular computer vision libraries. If you want to start your journey in the field of computer vision, then a…Jan 2, 2021Jan 2, 2021
Raman SinghGetting Familiar With PandasPandas is a catch-all Python library; a resource for doing data analysis and manipulation; any kind of data processing, analyzing…Dec 31, 2020Dec 31, 2020
Raman SinghIntroduction to NumPy- Numerical PythonNumPy is the fundamental package for scientific computing with Python and it is the library Pandas, Matplotlib and Scikit-learn builds on…Dec 30, 2020Dec 30, 2020