Machine Learning With Python

screenshot of Machine Learning With Python
flask

Practice and tutorial-style notebooks covering wide variety of machine learning techniques

Overview:

The Python Machine Learning Jupyter Notebooks by Dr. Tirthajyoti Sarkar offers a collection of resources and tutorials for individuals interested in machine learning, deep learning, and AI. With carefully curated content including tutorial notebooks, essential hacks, and tricks, the project aims to provide learning materials on various Python libraries and machine learning algorithms.

Features:

  • Wide Range of Tutorials: Covering NumPy, Pandas, Matplotlib, Seaborn, regression, classification, clustering, and neural network algorithms.
  • Essential Hacks and Tricks: Tips and tricks for machine learning with Python.
  • Resource Links: Curated links for data science resources in one convenient place.
  • Detailed Operations: Numpy and Pandas quick basics, detailed operations, fast reading using .npy files.
  • Regression Algorithms: Including simple linear regression, multi-variate regression, polynomial regression, and more.
  • Classification Algorithms: Logistic regression, k-nearest neighbor, decision trees, random forest, SVM, and naive Bayes.
  • Clustering Algorithms: K-means clustering, affinity propagation, mean-shift technique.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.