কম্পিউটার

MLPCclassifier থেকে (loss_curve_) দ্বারা অর্জিত ক্ষতির মানগুলি কীভাবে যথাযথভাবে প্লট করা যায়? (ম্যাটপ্লটলিব)


MLPCIassifier থেকে (loss_curve_) অর্জিত ক্ষতির মানগুলি যথাযথভাবে প্লট করতে, আমরা নিম্নলিখিত পদক্ষেপগুলি নিতে পারি -

  • চিত্রের আকার সেট করুন এবং সাবপ্লটের মধ্যে এবং চারপাশে প্যাডিং সামঞ্জস্য করুন।
  • একটি প্যারাম তৈরি করুন, অভিধানের একটি তালিকা।
  • লেবেল এবং প্লট আর্গুমেন্টের একটি তালিকা তৈরি করুন।
  • nrows=2 এবং ncols=সহ একটি চিত্র এবং সাবপ্লটের একটি সেট তৈরি করুন।
  • আইরিস ডেটাসেট লোড করুন এবং ফেরত দিন (শ্রেণীবিন্যাস)।
  • ডেটাসেট থেকে x_digits এবং y_digits পান।
  • কাস্টমাইজড ডেটা_সেট পান, টিপলের তালিকা।
  • জিপ, অক্ষ, ডেটা_সেট এবং শিরোনামের নামের তালিকা পুনরাবৃত্তি করুন।
  • প্লট_অন_ডেটাসেট()-এ পদ্ধতি বর্তমান অক্ষের শিরোনাম সেট করুন।
  • মাল্টি-লেয়ার পারসেপ্ট্রন ক্লাসিফায়ার ইনস্ট্যান্স পান।
  • mlps পান , অর্থাৎ mlpc দৃষ্টান্তের একটি তালিকা।
  • পুনরাবৃত্তি mlps এবং প্লট mlp.loss_curve__ প্লট() ব্যবহার করে পদ্ধতি।
  • চিত্রটি প্রদর্শন করতে, শো() ব্যবহার করুন পদ্ধতি।

উদাহরণ

import warnings
import matplotlib.pyplot as plt
from sklearn.neural_network import MLPClassifier
from sklearn.preprocessing import MinMaxScaler
from sklearn import datasets
from sklearn.exceptions import ConvergenceWarning

plt.rcParams["figure.figsize"] = [7.50, 3.50]
plt.rcParams["figure.autolayout"] = True

params = [{'solver': 'sgd', 'learning_rate': 'constant', 'momentum': 0, 'learning_rate_init': 0.2},
   {'solver': 'sgd', 'learning_rate': 'constant', 'momentum': .9, 'nesterovs_momentum': False, 'learning_rate_init': 0.2},
   {'solver': 'sgd', 'learning_rate': 'constant', 'momentum': .9, 'nesterovs_momentum': True, 'learning_rate_init': 0.2},
   {'solver': 'sgd', 'learning_rate': 'invscaling', 'momentum': 0, 'learning_rate_init': 0.2},
   {'solver': 'sgd', 'learning_rate': 'invscaling', 'momentum': .9, 'nesterovs_momentum': True, 'learning_rate_init': 0.2},
   {'solver': 'sgd', 'learning_rate': 'invscaling', 'momentum': .9, 'nesterovs_momentum': False, 'learning_rate_init': 0.2},
   {'solver': 'adam', 'learning_rate_init': 0.01}]

labels = ["constant learning-rate", "constant with momentum", "constant with Nesterov's momentum", "inv-scaling learning-rate", "inv-scaling with momentum", "inv-scaling with Nesterov's momentum", "adam"]

plot_args = [{'c': 'red', 'linestyle': '-'},
   {'c': 'green', 'linestyle': '-'},
   {'c': 'blue', 'linestyle': '-'},
   {'c': 'red', 'linestyle': '--'},
   {'c': 'green', 'linestyle': '--'},
   {'c': 'blue', 'linestyle': '--'},
   {'c': 'black', 'linestyle': '-'}]

def plot_on_dataset(X, y, ax, name):
    ax.set_title(name)
    X = MinMaxScaler().fit_transform(X)
    mlps = []
    if name == "digits":
        max_iter = 15
    else:
        max_iter = 400
    for label, param in zip(labels, params):
        mlp = MLPClassifier(random_state=0, max_iter=max_iter, **param)
        with warnings.catch_warnings():
            warnings.filterwarnings("ignore", category=ConvergenceWarning, module="sklearn")
            mlp.fit(X, y)
        mlps.append(mlp)
    for mlp, label, args in zip(mlps, labels, plot_args):
        ax.plot(mlp.loss_curve_, label=label, **args)

fig, axes = plt.subplots(2, 2)
iris = datasets.load_iris()
X_digits, y_digits = datasets.load_digits(return_X_y=True)
data_sets = [(iris.data, iris.target), (X_digits, y_digits), datasets.make_circles(noise=0.2, factor=0.5, random_state=1), datasets.make_moons(noise=0.3, random_state=0)]

for ax, data, name in zip(axes.ravel(), data_sets,
['iris', 'digits', 'circles', 'moons']):
plot_on_dataset(*data, ax=ax, name=name)

fig.legend(ax.get_lines(), labels, ncol=3, loc="upper center")

plt.show()

আউটপুট

MLPCclassifier থেকে (loss_curve_) দ্বারা অর্জিত ক্ষতির মানগুলি কীভাবে যথাযথভাবে প্লট করা যায়? (ম্যাটপ্লটলিব)

MLPCclassifier থেকে (loss_curve_) দ্বারা অর্জিত ক্ষতির মানগুলি কীভাবে যথাযথভাবে প্লট করা যায়? (ম্যাটপ্লটলিব)


  1. কিভাবে একটি Matplotlib লগ-লগ প্লট থেকে বৈজ্ঞানিক স্বরলিপি সরাতে?

  2. কিভাবে একটি Matplotlib চিত্রের মার্জিন সেট করতে?

  3. কিভাবে একটি Matplotlib প্লট থেকে তথ্য নিষ্কাশন?

  4. কিভাবে Matplotlib এ NaN মানগুলির সাথে প্লট এবং কাজ করবেন?