代码搜索:Homework
找到约 1,174 项符合「Homework」的源代码
代码结果 1,174
www.eeworm.com/read/381172/9106522
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/360340/10101809
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/419887/10830110
cpp main.cpp
#include
#include
#include
#include
#include "date.h"
#include "homework.h"
#include "homeworklist.h"
using namespace std;
// Constants
const int
www.eeworm.com/read/417673/10980915
m hwmain.m
function out = hwmain(case_n, random_seed)
%HWMAIN Performance evaluation of MLP learning strategies.
% This file is used to evaluate various MLP learning strategies
% for one of the homework in CS
www.eeworm.com/read/467198/7020122
m hwmain.m
function out = hwmain(case_n, random_seed)
%HWMAIN Performance evaluation of MLP learning strategies.
% This file is used to evaluate various MLP learning strategies
% for one of the homework in CS
www.eeworm.com/read/466832/7021280
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/450326/7485648
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/196366/8096856
cs perceptron.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace homework1
{
class perceptron
{
public double[] w;
public double
www.eeworm.com/read/196366/8096886
cs inputvector.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace homework1
{
class inputVector
{
public double x, y;
public int result;
public i