Milaan Parmar / Милан / 米兰

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

04_Python_Functions

228
Stars
224
Forks
Watchers

The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns th...

Python_Decision_Tree_and_Random_Forest

244
Stars
197
Forks
Watchers

I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have...

90_Python_Examples

273
Stars
218
Forks
Watchers

The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your ow...

02_Python_Datatypes

232
Stars
232
Forks
Watchers

Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different type...

Clustering_Algorithms_from_Scratch

189
Stars
176
Forks
Watchers

Implementing Clustering Algorithms from scratch in MATLAB and Python

11_Python_Matplotlib_Module

218
Stars
206
Forks
Watchers

Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader S...

mit-deep-learning

15
Stars
4
Forks
Watchers

Tutorials, assignments, and competitions for MIT Deep Learning related courses.