Machine Learning Books
Related Subjects: Case-Based Reasoning Companies Mailing Lists Conferences Research Groups Software Datasets Publications
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149

Please America take down your safety net...it is why we are greatReview Date: 2008-07-19
Required Reading for Steadfast LeftistsReview Date: 2008-06-14
For classical liberals, modern leftists, and conservatives alike, The Road to Serfdom is extraordinarily eye-opening.
Misses the real problem and solutionReview Date: 2008-06-03
I would like to also recommend Ayn Rand's, "The Virtue of Selfishness". This is THE work to understand Man's Individual Rights based on His Rational Nature. It is from these fundamental Truths that the ONLY proper function of a legitimate government is derived - The protection of Individual Rights.
Brilliant prima facie case against socialismReview Date: 2008-05-21
Since it is my tendency to look at the 1 star reviews before making a 5 star one, I recognize that some people don't like Hayek because he doesn't recognize the great things about socialized medicine (like how a guy in Canada signed up for a CAT scan under his dog's name because animals are not covered under their highly efficient centralized health care...true story by the way) or the kind thoughts of socialist thinkers (please don't make me choose my selection of Marx quotes). But what Hayek does is present a prima facie case against socialism; before anyone can advocate socialism, they MUST address Hayek's arguments.
This is why I think before any socialist and libertarian face each other in a squabble, both must have read The Road to Serfdom so that they can hit on the applicable issues instead of babbling on about poverty statistics. Are you a socialist and disagree with Hayek? Fine, but read the book so that you know where your opponents stand. I really think that socialists think lovers of capitalism are greedy and have no ethics. But if you read our spokesman Hayek, you'll see why we think that the free market is actually BETTER for society.
Let's change the scope of the argument. Socialists should stop arguing about how some people are poor...yes, some people are poor...and demonstrate how a centralized system can make people BETTER than they would be under the free market system. How planning the systems of production would be more efficient and prosperous than under the system of competition. How giving all our freedoms to one entity would guarantee them for all. If you can effectively address these issues and the many more that Hayek brings up, we will soon see a blessed change in the current headache of debates on socialism.
Collectivism Leads to TyrannyReview Date: 2008-02-09
Hayek's central thesis of this book is that all forms of collectivism lead logically and inevitably to tyranny, and he used the Soviet Union and Nazi Germany as examples of countries which had gone down "the road to serfdom" and reached tyranny.
The book has many worthy observations. For example, all people are different by their mental development (which is also influenced by family environment and education, not counting the physical differences of the brain and endocrine system) and thus the classes of the society are needed at least to give more developed people to fully put into action their potential. Liquidation of social classes will also liquidate the abilities of more developed individuals. The same is on the international level. Consider international planning. Whichever honest and democratically open panning system will be adopted, it will be opposed by less developed and poorer nations, because they will see it as ignorance or oppression of their interests. This is obvious - the needs and goals of poor or underdeveloped countries cannot match the goals of rich or developed countries; as the interests of more educated people cannot match the interests of less educated ones.
Many people came to a conclusion that the wealth, in some extent, depends on a level of education. The problem is that not all the people in equal extend incline to the education, to their self-improvement. This is because of the differences of their needs, habits, abilities, capabilities, and so on. Leo Tolstoy in his novel "Resurrection" arose a question of how to improve the level of education: from inside of each individual or from outside? Which came first, the chicken or the egg? Should first the level of education in the society be risen which yields a revolution (dialectic transition of quantity into quality) or the revolution should make the environment to foster the education. Hayek doesn't explicitly raise this issue, but brings parallel between delegation of decision making in managing an enterprise and managing the state. Hayek thought that if a company boss makes all decision making solely by himself and doesn't give the work (of decision making) back to the people (see Ronald Heifetz's publications), it is similar to the states with totalitarian government. Such a dictatorship, enterprise-wide or country-wide, can be used in particular circumstances, but should not be used in all cases as the absolutely correct way of management, according to Hayek.

Used price: $6.99

Excellent presentation of the materialReview Date: 2008-03-01
The book is very readable and covers the basics in a systematic fashion. I haven't looked at this material since my university days, but found it very easy to read and digest.
A very nice book for undergraduates and graduates to understand computation theory.Review Date: 2008-02-16
I bought 2nd edition of this book, since it has lots of solved problems and exercises. those solved problems will boost your understanding the text and they contains a few things you should know, but omitted in the text.
If you don't understand many concepts in automata and computability with other textbooks, I strongly recommend this book.
Don't be afraid of the proofsReview Date: 2007-11-13
My choice for textbook in my computation theory classReview Date: 2007-10-01
The chapter titles are:
0) Introduction - this chapter contains the fundamental mathematical background of sets, functions, graphs and proofs. For most students, it could be skipped or skimmed.
1) Regular languages - this chapter is an introduction to deterministic and nondeterministic finite automata and regular expressions.
2) Context-free languages - an introduction to context-free grammars and pushdown automata.
3) The Church-Turing theses - an introduction to Turing machines and the variants, such as multiple tapes and nondeterministic Turing machines.
4) Decidability - the definition of decidability and how Turing machines and finite automata are used to prove or disprove if a language is decidable.
5) Reducibility - the definition of reducible and how Turing machines can be used to execute reductions.
6) The recursion theorem - an introduction to the recursion theorem and some applications to formal theories.
7) Time complexity - the first chapter in the coverage of algorithmic complexity, in this case execution time.
8) Space complexity - an examination of the complexity of algorithms from the perspective of the amount of memory required.
9) Intractability - an examination of the problems that can be solved in principle but not in practice.
10) Advanced topics in complexity theory - approximation algorithms, probabilistic algorithms, alternation, interactive proof systems, parallel computation and cryptography.
There is less coverage of grammars than most books, which is replaced by more in the area of algorithmic analysis. In my opinion, that is an appropriate tradeoff, the analysis of algorithms gives the students some understanding of how automata are applied in computer science.
Another excellent feature of this book is the solutions to selected exercises that appear at the end of the chapters. My estimate is that reasonably detailed solutions to approximately one-third of the problems are included. This allows the students to work extra problems by themselves, and helps the instructor if they are asked to do another example in class that they have not already worked through.
The exposition is very good; I am convinced that the students will be able to read the material on their own, which is one more reason why I adopted this book for my course.
dont buy this versionReview Date: 2007-10-28

Used price: $3.38

Interesting 20k foot view of GA and NN applicationReview Date: 2006-07-02
Overall it was a good read. The author argues that the current exmaples of AI success (e.g. DeepBlue in chess) are actually failures as they are brute-force solutions to specific problems with no true "learning" taking place. I would agree, but am also not sure that NN+GA represent "learning" either. They are another method for searching a solution space [in my VERY simple/humble opinion]. All the "learning" happens through solution mutation from generation to generation. Once the mutation/generation process is halted the "learning" also stops.
Anyway, worth the read if you are interested in NN and/or GA, but not already well-educated on the topics.
Needs more AI and less checkersReview Date: 2008-03-19
My one criticism of the book is that too much page space is dedicated to describing the intricacies of the various matches. I imagine the readers to be only superficially interested in the actual checkers components of the book and more interested in the AI mechanics. Some of the page space which the author devotes to match description could have been more profitably used to describe the detail behind the neural networks. The author does give descriptive overviews of the process but details of the algorithms themselves are rather scant.
Computer Program Plays Checkers On InternetReview Date: 2005-09-30
Checkersjock logged in for his daily internet game of checkers and saw a new player. "Hmmm," he thought, "Blondie24 (yrs old), described as a grad student in math who is athletic...yea, I'd like to play her."
Blondie enticed many players. Unbeknownst to them, Blondie was a computer program administered live by the author of this book, David Fogel, and his crew. They played internet checkers for over a year, letting Blondie learn by doing. Unlike "Big Blue" for chess which processed massive amounts of information fed into it by programmers, Blondie was programmed with 3 layers of parallel circuitry and feedback loops, mimicking the human brain. Through trial and error, Blondie taught herself how to play checkers.
As Blondie progressed up the ladder to compete with the best players, Fogel & crew learned how to flirt, reject dates and deal with trash talk online, tweaking the software during downtime. They kept meticulous records and followed rigorous rules so as to satisfy the demands of the scientific method.
For anyone interested in AI, this is your book. For those just interested in a good story, skip the programming & neuroscience shoptalk. This is a dynamic and enchanting memoir appropriate for both AI experts and the general public. Recommended.
Great book, Great programReview Date: 2005-10-28
Not only did Blondie24 advance from being basically a random player into playing at the level of experts (but not masters or grand masters, and Fogel never claimed that it was a master), it achieved this without using an endgame database of moves or opening book moves. Imagine how good the combination of human knowledge and Blondie24 could be. I understand that Fogel and others have now moved on to learning in chess, achieving results that are at the grand master level.
Good Book, Bad ProgramReview Date: 2005-10-24
In testing against other checker playing computer programs Blondie24 is completely undistinguished and cannot play an even match with any sort of serious checker program.
This points to the fallacy of the implied premise of the book. In fully deterministic games, neural networks to date have been a remarkable failure. In probabalistic games such as Backgammon, on the other hand, they have been an incredible success, as the world's top Backgammon programs are based on neural nets.
But there is all the difference in the world between a probabalistic game and a deterministic one and I don't believe the book "comes clean" on this.

Used price: $70.00

Please bow down to Tom MitchellReview Date: 2008-06-22
My first time through the book, what gave me the biggest headache was trying to understand back propagation from the algorithm pseudo code and the proof of correctness. I really really wanted one simple example at that point to make sure I understood the correct use of all the greek terms.
So good book, but I really wanted "Machine Learning Examples" to go along with it back when I first picked it up. But once you understand, the book is a great reference.
Good presentation of conceptsReview Date: 2008-05-31
It is needless to say that any book with the title 'machine learning' is inherent incomplete due to the incompletenss of the field itself. For this reason this book is not state of the art of current algrithms. Instead, again, concepts are at the center of focus.
Overall, well writen and a very good selection of examples and explanations. I recommend this to anyone for a general overview.
Excellent Book, but for Academia OnlyReview Date: 2008-04-15
OutstandingReview Date: 2007-09-12
The author did an amazing job in covering the breadth and depth of ML in less than 500 pages. I hope he will write a new edition to cover the advances that happened in the last decade.
Great Start to Machine LearningReview Date: 2007-08-27

Used price: $19.50

WowReview Date: 2008-07-21
Great, simple presentation of some powerful techniquesReview Date: 2008-06-10
Each chapter explains and explores a different data mining algorithm, and builds up a working example in Python, while presenting different methods and parameters of the implementation. I hadn't really worked with Python before, but found the code easy to follow, and picked up some interesting Python idioms that I haven't seen in other languages before. Chapters end with a set of exercises to follow that build your understanding.
As you follow the examples you build up a reasonably generic code base that allows you to swap in and out different implementations, and reuse previous code to add to new applications.
The examples use live examples from the web: sites like Ebay, Facebook, and Yahoo Finance, and this makes the book more interesting and the results more visceral than some other books on the subject which use more contrived or obscure examples. Even though there is a strong web (or web 2.0) focus on the examples, the methods and the understanding is useful for a whole range of applications.
Some of the topics covered:
* Bayesian classifiers to detect spam, or to file news articles into site sections
* Hierarchical and k-means clustering to discover groups of similar items in massive sets
* Euclidiean distance, Pearson Correlation Coefficient, Tanimoto Coefficient: ways to measure the distance (or difference) between items
* Neural networks to predict user behaviour and improve search result ordering
* Optimisation methods like hill climbing, simulated annealing, and genetic algorithms
* Non-negative matrix factorization
* Support vector machines and kernel methods to go where linear regression can't
I found it exciting to read -- it's one of those books that give you a whole bunch of new ideas for things to build as you read it. The presentation is very good: no background is assumed, and it doesn't talk down to those more experienced.
Recommended.
Great Book with Great ExamplesReview Date: 2008-05-25
good but no greatReview Date: 2008-06-12
- first, too many typos - both the author and oreilly should do a better job on proof read the materials. the typos are so much that it can easily wreck otherwise good materials.
- second, arcane solution and coding style. Many first step to the solution of machine learning is to represent the problem at hand well. The author's brain apparently wired different from mine so the opinion is personal. For example: chapter 5 on "optimization for preference", he chose to represent a solution as vector form like [0,0,0,0,0,0,0,0,0,0], there is no way I can relate this solution to the real meaning (you want to allocate 10 students into 5 rooms each with two slots) - if there is an easy explanation, the book didn't say so.
thus the 3 star. I believe a second edition is warranted and should be much better.
just my 2c.
Good intro to machine learningReview Date: 2008-06-04
The author gives a good overview the many different approaches to machine language (with great examples in Python). However, it's just that - an overview. While the explanations are very clear and the concepts are presented in a very accessible manner, I found myself having to look elsewhere for more detail on the various algorithms. Yes, with the level of understanding presented in this book you should be able to create functional code for your particular data set. However, I felt that to really get the best results from the algorithms I needed to study them a bit further in order to best apply them to my data.
As a recent CS graduate, I would certainly recommend this book to anyone looking for a basic understanding of machine learning and data mining techniques.

Used price: $16.00

Great start to your journey in Genetic Algorithms.Review Date: 2007-03-09
However, some aspects of the book perhaps need an edition, like the more recent advances in GA operators, specifics of chromosomal representation schemes, non-linear optimization functions, etc. I have read several, well written books on the subject, but this one has a very distinct and sometimes interesting style of writing! The best would be to quickly read this one to get a fairly good understanding of the basics and then take up a recent book that addresses other aspects like Mitchell's book, for example.
Having said that, I think the book is a great and inspiring start to using genetic algorithms.
Genetic Algorithms in Search, Optimization, and Machine Learning by David E. GoldbergReview Date: 2006-07-06
Not the only paradigm for evolutionary computationReview Date: 2005-07-19
ISBN: 0195099710
Happy reading and enjoy the fascinating world of evolutionary computation!
Needs updatingReview Date: 2004-09-03
Read a review article instead!Review Date: 2004-11-05
If you are interested in using GA for solution-finding, I doubt you'll find much useful in this book beyond the first chapter or so. Many of the examples later in the book were so specific that I couldn't see how they could be usefully generalized. Really optimizing a GA approach for a specific problem domain takes a fair amount of tuning, and this book won't help much with that.
I think time spent surfing siteseer or other publication sites would be better spent than reading this book.

Used price: $25.99

The a good introduction to NLP, but could be improvedReview Date: 2003-04-16
My gut feeling after reading this text is that parsing techniques will likely give way to statistical and probabilistic learning methods that will in some sense bypass the need to correctly or accurately parse language. I cannot fault the authors for not exploring this in more depth,as this represents the cutting edge for both NLP and artificial intelligence. In any case, I'm off to read Schutze and Manning's book which will hopefully provide a bit more focus on that perspective. What intrigues me is that most people can understand some language, but very few people understand the grammar of their own language, especially if they have been deprived of a formal education. So why should computers need to know all about grammar rules and parsing? Could they instead be trained by simply being exposed to enough interactions between language and objects? I teach in a department dominated by both foreign and immigrant students. I understand them most of the time, but I would estimate that half the time their sentences or utterances would not fail to be parsed correctly.
Good, but many errorsReview Date: 2002-05-20
I looked forReview Date: 2003-11-06
Good oveview, slightly overrated: broad and shallowReview Date: 2002-05-26
CASE STUDY: One specific problem I had with the Hidden Markov Models, that are supperficially presented (or spread I could say) in several separate sections of the book, so it's not been a pleasure trying to actually understand them properly and completely as a fundamental concept, to make them work in my particular application.
TITLE: The book's title IS misleading because it starts with "Speeech" and this book's main subject is not speech but (written) language. Actually there are only a few chapters on speech.
CONCLUSION: Get this book if you are looking for a good overview of the field. The book will introduce you to a thousand of topics. As soon as you need in-depth coverage of some particular topic, you will look for additional resources.
Needs a second volume which explains the firstReview Date: 2005-05-19

Used price: $35.90

Q-learnerReview Date: 2007-02-19
However in general I really enjoyed this book and this is the most accessible (while still being comprehensive) RL introduction out there.
From the author of Approximate Dynamic ProgrammingReview Date: 2007-12-15
The book provides numerous step-by-step algorithms that makes it relatively easy to get started writing algorithms. The presentation uses minimal mathematics, and avoids the difficult theory supporting the convergence proofs, making it a nice introduction for undergraduates and graduates alike. But throughout the presentation is evidence of extensive experience with applying these methods to a range of classical problems in artificial intelligence.
Students interested in a stronger theoretical foundation should look at Neuro-Dynamic Programming (Optimization and Neural Computation Series, 3). My recent book, Approximate Dynamic Programming: Solving the Curses of Dimensionality (Wiley Series in Probability and Statistics), puts far more emphasis on mathematical modeling, and presents the field more from the perspective of the operations research community. For an edited volume with a number of contributions from both artificial intelligence and control theory, see Handbook of Learning and Approximate Dynamic Programming (IEEE Press Series on Computational Intelligence).
Warren Powell
Professor
Operations Research and Financial Engineering
Princeton University
An excellent introductionReview Date: 2004-11-05
As a subfield of artificial intelligence, reinforcement learning has shown great success from both a theoretical and practical viewpoint. Taking the form of numerous applications in finance, network engineering, robot toys, and games, it is clear that his learning paradigm shows even greater promise for future developments. The authors summarize the foundations of reinforcement learning, some of this coming from their own work over the last decade.
The authors define reinforcement learning as learning how to map situations to actions so as to maximize a numerical reward. The machine that is indulging in reinforcement learning discovers on its own which actions will optimize the reward by trying out these actions. It is the ability of such a machine to learn from experience that distinguishes it from one that is indulging in supervised learning, for in the latter examples are needed to guide the machine to the proper concept or knowledge. The authors emphasize the "exploration-exploitation" tradeoffs that reinforcement-learning machines have to deal with as they interact with the environment.
For the authors, a reinforcement learning system consists of a `policy', a `reward function', a `value function', and a `model' of the environment. A policy is a mapping from the states of the environment that are perceived by the machine to the actions that are to be taken by the machine when in those states. The reward function maps each perceived state of the environment to a number (the reward). A value function specifies what is the good for the machine over the long run. A model, as the name implies, is a representation of the behavior of the environment. The authors emphasize that all of the reinforcement learning methods that are discussed in the book are concerned with the estimation of value functions, but they point out that other techniques are available for solving reinforcement learning problems, such as genetic algorithms and simulated annealing.
The authors use dynamic programming, Monte Carlo simulation, and temporal-difference learning to solve the reinforcement learning problem, but they emphasize that each of these methods will not give a free-lunch. An entire chapter is devoted to each of these methods however, giving the reader a good overview of the weaknesses and strengths of each of these approaches. The differences between them usual boil down to issues of performance rather than accuracy in the generated solutions. Temporal difference learning in fact is viewed in the book as a combination of Monte Carlo and dynamic programming techniques, and in the opinion of this reviewer, has resulted in some of the most impressive successes for applications based on reinforcement learning. One of these is TD-Gammon, developed to play backgammon, and which is also discussed in the book.
The authors emphasize that these three main strategies for solving reinforcement learning problems are not mutually exclusive. Instead each of them could be used simultaneously with the others, and they devote a few chapters in the book illustrating how this "unified" approach can be advantageous for reinforcement learning problems. They do this by using explicit algorithms and not just philosophical discussion. These discussions are very interesting and illustrate beautifully the idea that there is no "free lunch" in any of the different algorithms involved in reinforcement learning.
In the last chapter of the book the authors overview some of the more successful applications of reinforcement learning, one of them already mentioned. Another one discussed is the `acrobot', which is a two-link, underactuated robot, which models to some extent the motion of a gymnast on a high bar. The motion of the acrobot is to be controlled by swinging its tip above the first joint, with appropriate rewards given until this goal is reached. The authors use the `Sarsa' learning algorithm, developed earlier in the book, for solving this reinforcement learning problem. The acrobot is an example of the current intense interest in machine learning of physical motion and intelligent control theory.
Another example discussed in this chapter deals with the problem of elevator dispatching, which the authors include as an example of a problem that cannot be dealt with efficiently by dynamic programming. This problem is studied with Q-learning and via the use of a neural network trained by back propagation.
The authors also treat a problem of great importance in the cellular phone industry, namely that of dynamic channel allocation. This problem is formulated as a semi-Markov decision problem, and reinforcement learning techniques were used to minimize the probability of blocking a call. Reinforcement learning has become very important in the communications industry of late, as well as in queuing networks.
A Standard, Excellent Introductory BookReview Date: 2003-11-30
Good introduction but not well structuredReview Date: 2005-05-08
However, in my opinion it is neither well structured nor written. The book has no clear separation between theory and examples given to demonstrate the applications of the theory. Due to this, the theoretical ideas are blured instead of clearified. After going through the examples it is always possible to find out how it work, but this should not be necessary.
After reading this book you will definetely know the basics (even more) about reinforcement learning. However, I somehow expected more because of the names of the authors. Perhaps this is not only a problem of this book but of the field of reinforcement learning itself.

Used price: $51.98

Very technicalReview Date: 2002-08-22
Good book for people interested in Natural Language Processing.Review Date: 2007-09-15
learning experts who are looking for new application domains and in general for someone who wants an introduction to statistical computational linguistics.
The book is self contained and very well written. It treats most of the general statistical approaches to language processing such as language models, smoothing, etc.. in an excellent, but introductory manner. The book is a good start for any one looking to enter statistical nlp, however for advanced readers who would like to see the cutting edge of statistical computational linguistics they should look somewhere else.
fastest deliveryReview Date: 2005-07-04
very definitive, really a must readReview Date: 2003-09-15
Self-contained and instructive, read the TOC first!Review Date: 2002-05-26
So, read the TOC before you buy the book: if you find your topics there, you're done, you are saved, buy it and be happy. In contrast, you can buy Jurafsky's book without caring to read the TOC: your problem is likely to be mentioned there but it's quite unlikely to be detailed enough to satisfy you.
Some introductory chapters take too much space and some advanced topics are missing. But the book is actually named "Foundations of..." so it seems to deliver precisely what it promisses, which is a precious and rare accomplishment by itself. I recommend this book.

The Hockey MachineReview Date: 2006-06-10
I thought this was one of the best books because I like mystery books.
By: Tyler
HockeyReview Date: 2002-04-09
The Hockey MachineReview Date: 2001-11-30
If you like hockey, adventure or mystery's you would like this book.
It is a fairly easy book to read and not difficult to follow the story line.
the hockey machineReview Date: 2004-01-29
The Hockey Machine a review by AdamReview Date: 2002-12-19
Have you ever been away from your parents or someone you loved for a long period of time? Well if you have I bet you don't like it. In the book "The Hockey Machine" by Matt Christopher, the protagonist, Steve, plays ice hockey for hockey team called the Bobtails. Steve lives with his parents, or used to anyway. One day after hockey, just as Steve was leaving, he heard a voice say, "Hi Steve, I'm Mark," he announced. Steve did not know who this was.
Then Mark added, "Me and my older friend have been watching you play hockey". " Come on he is in the car waiting to meet you." Marks older friend is Kenneth. Kenneth is a coach of a ice-hockey team in Indianapolis. When Steve and Kenneth met they talked, and after that Kenneth asked Steve if he wanted to go and get something to eat for lunch. Steve told him no because he had to get home. Kenneth said that he would take him home right after they ate. Without saying anything Mark pushed Steve in. Steve got in and Steve, Mark, Kenneth, and the driver all went out to lunch.
On the ride back to Steve's house, Steve fell asleep. When Steve awoke he was still in the car. Then he asked in a worried voice, " Where are we going?"
Kenneth answered, "To Indianapolis."
Steve shrieked, "What, you said that you would take me home right after lunch." Kenneth ruled, "You're going to play on my hockey team, the Chariots.
I already asked your parents when you were asleep."
Steve said "Prove it." Kenneth pulled out a letter and gave it to Steve.
The letter was typed out. Steve thought in his head that anybody could have typed this letter. After Steve was finished reading the letter he finally questioned, " how come I didn't even get a chance to say good-bye to my parents?" No one answered.
As soon as they reached the airport they got on to an airplane to fly to Indianapolis. After they got there Steve met the hockey team. They stayed in their own hotel. After Steve met the guys he asked Mark if Mark would talk to Kenneth because Steve was already feeling home sick. Mark told him "quit thinking about your home. It just makes you more worried."
Then he advised "all of the guys and I did." Steve just bowed his head in sadness, and all he could do was think about home! If you've ever felt like Steve has, all you want to do is go home and see your parents. See what happens to Steve if you get the book The Hockey Machine
Related Subjects: Case-Based Reasoning Companies Mailing Lists Conferences Research Groups Software Datasets Publications
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149