- 博客(8)
- 收藏
- 关注
转载 Unsupervised Learning
Unsupervised learning allows us to approach problems with little or no idea what our results should look like.
2017-07-02 21:26:17
256
转载 Supervised Learning
Supervised learning problems are categorized into "regression" and "classification" problems.
2017-07-02 19:09:32
424
原创 Lab 3
/* SListNode.java *//** * SListNode is a class used internally by the SList class. An SList object * is a singly-linked list, and an SListNode is a node of a singly-linked * list. Each SListNod
2017-05-12 00:21:11
240
原创 Homework 2
/* Date.java */import java.io.*;public class Date { /* Put your private data fields here. */ private int month; private int day; private int year; /** Constructs a date wit
2017-05-11 18:04:53
361
原创 Lab 2
/* Fraction.java */import java.io.*;/** The Fraction class implements nonnegative fractions (rational numbers). */public class Fraction { /* private fields within a Fraction. */ private st
2017-04-18 19:48:41
216
原创 Homework 1-2
/* Nuke2.java */import java.io.*;public class Nuke2 { public static void main(String[] arg) throws Exception{ BufferedReader keyboard; String inputLine; keyboard = new Buffer
2017-04-18 19:25:13
310
原创 Homework 1-1
/* OpenCommercial.java */import java.net.*;import java.io.*;/** A class that provides a main function to read five lines of a commercial * Web page and print them in reverse order, given the name
2017-04-18 16:29:29
390
原创 Lab 1
/* Names.java */import java.io.*;/** The Names class provides a single function, main, that will * perform various manipulations of the name John Fitzgerald Kennedy. * This is a modification of
2017-04-18 15:06:12
357
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅