Milaan Parmar / Милан / 米兰

Results 30 repositories owned by Milaan Parmar / Милан / 米兰

Python_Natural_Language_Processing

190
Stars
173
Forks
Watchers

This repository consists of a complete guide on natural language processing (NLP) in Python where we'll learn various techniques for implementing NLP including parsing & text processing and understand...

92_Python_Games

186
Stars
175
Forks
Watchers

This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.

DataScience_Interview_Questions

203
Stars
176
Forks
Watchers

My Solutions to 120 commonly asked data science interview questions.

07_Python_Advanced_Topics

281
Stars
237
Forks
Watchers

You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.

Python_Computer_Vision_from_Scratch

235
Stars
187
Forks
Watchers

This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both fo...

93_Python_Data_Analytics_Projects

447
Stars
303
Forks
Watchers

This repository contains all the data analytics projects that I've worked on in python.

03_Python_Flow_Control

218
Stars
222
Forks
Watchers

Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements

08_Python_Date_Time_Module

224
Stars
213
Forks
Watchers

Time is undoubtedly the most critical factor in every aspect of life. Therefore, it becomes very essential to record and track this component. In Python, date and time can be tracked through its built...

09_Python_NumPy_Module

229
Stars
222
Forks
Watchers

Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific...

Clustering-Datasets

261
Stars
217
Forks
Watchers

This repository contains the collection of UCI (real-life) datasets and Synthetic (artificial) datasets (with cluster labels and MATLAB files) ready to use with clustering algorithms.