What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's “Essentials of...












3












$begingroup$


I am a Logistics student. I like the book "Essentials of Economics" by Krugman, Wells and Graddy in that it is concise, easygoing and not a beginners book (though it gradually approaches advanced subjects thus paving the way for further rigorous Economics course) so any one interested in Economics can learn it even if he/she never studied the subject before. Also, I am very interested in AI and Machine Learning and acknowledge their importance in this our postmodern era and I am self learning Real Analysis and web site development. What are some good introductory books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"?










share|improve this question







New contributor




Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$

















    3












    $begingroup$


    I am a Logistics student. I like the book "Essentials of Economics" by Krugman, Wells and Graddy in that it is concise, easygoing and not a beginners book (though it gradually approaches advanced subjects thus paving the way for further rigorous Economics course) so any one interested in Economics can learn it even if he/she never studied the subject before. Also, I am very interested in AI and Machine Learning and acknowledge their importance in this our postmodern era and I am self learning Real Analysis and web site development. What are some good introductory books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"?










    share|improve this question







    New contributor




    Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.







    $endgroup$















      3












      3








      3





      $begingroup$


      I am a Logistics student. I like the book "Essentials of Economics" by Krugman, Wells and Graddy in that it is concise, easygoing and not a beginners book (though it gradually approaches advanced subjects thus paving the way for further rigorous Economics course) so any one interested in Economics can learn it even if he/she never studied the subject before. Also, I am very interested in AI and Machine Learning and acknowledge their importance in this our postmodern era and I am self learning Real Analysis and web site development. What are some good introductory books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"?










      share|improve this question







      New contributor




      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.







      $endgroup$




      I am a Logistics student. I like the book "Essentials of Economics" by Krugman, Wells and Graddy in that it is concise, easygoing and not a beginners book (though it gradually approaches advanced subjects thus paving the way for further rigorous Economics course) so any one interested in Economics can learn it even if he/she never studied the subject before. Also, I am very interested in AI and Machine Learning and acknowledge their importance in this our postmodern era and I am self learning Real Analysis and web site development. What are some good introductory books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"?







      machine-learning self-study books ai






      share|improve this question







      New contributor




      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      Anti-American Anti-ZionistAnti-American Anti-Zionist

      1163




      1163




      New contributor




      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Anti-American Anti-Zionist is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          The two books that come into my mind are:




          1. Artificial Intelligence: A Modern Approach

          2. The Deep Learning Book


          They both start from the basics and escalate while moving on.



          Also thanks for your recommendation, I'll take a look at it because I want to jump to finance at some point in my career:)






          share|improve this answer









          $endgroup$





















            2












            $begingroup$

            What do you want to learn in AI and Machine learning? Artificial Intelligence covers many practical applications, so your question might be a bit vague here. I will suggest you books on Machine learning itself, as it is as a part of Artificial Intelligence.



            Simply stated the goal of Machine learning is two-fold: inference and prediction.
            Inference: the goal here is to understand the relationship between input variables and output variables. If I change the values of the inputs, how do the output values change? prediction: Here we are not as much interested in how the data changes, but just want to know the value of the output variable.



            So, in general, you should be interested in Statistics, more specifically concerning prediction and inference. That's it, except that doesn't help you decide which books to purchase.



            Here goes the list (it's a popular one)



            Books



            The Master Algorithm



            If you want to learn about machine learning algorithms in a relaxed and fun manner, good if to take up if the next books give you headaches. Certainly worth reading.



            An Introduction to Statistical Learning with Applications in R



            This book is the most approachable one in the list. It requires some understanding of mathematics to understand certain formulas, but the text is still written in a way that will make concepts clear before you dive into the math. Make sure you do the exercises with R. It's a good skill to pick-up and it will make the theory much more tangible.



            This book and next one in the list are freely available online, but if you want you can still purchase paper versions on amazon. I linked you the free versions.



            The Elements Of Statistical Learning



            This one picks up where ISLR left off. it is more math heavy and explores new concepts. You will find some overlap with the first book which will help solidify the concepts you learned in the first book.



            These first three books will already ease you quite into the field. However if you decide to become more serious about learning, the following books should definitely be on your reading list:



            Pattern Recognition and Machine Learning



            Deep Learning



            Reinforcement Learning



            The best advice I can give you with these books is to read them from cover to cover. Don't read too much at once, take breaks and try to explain what you read to yourself. It can often make sense on paper and then not so much when you say it aloud.
            Don't look at the formulae as something to skip. Instead, look at them like lego blocks. Each symbol has a meaning that is defined in the index at the beginning of each book. Try to explain each symbol in the formula; Then explain how the symbols interact. Once you understand the formula, try to think what happens when certain symbols change values. You'll get a very firm grasp of the formula that way. The field of AI and ML has a lot of jargon it can become overwhelming. By really understanding how certain algorithms work you will stop being fooled by the fancy names and start to realize that there is a lot of repetition.



            Enjoy !






            share|improve this answer








            New contributor




            Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            $endgroup$














              Your Answer





              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("mathjaxEditing", function () {
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
              });
              });
              }, "mathjax-editing");

              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "557"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });






              Anti-American Anti-Zionist is a new contributor. Be nice, and check out our Code of Conduct.










              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48548%2fwhat-are-some-good-books-on-machine-learning-and-ai-like-krugman-wells-and-grad%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3












              $begingroup$

              The two books that come into my mind are:




              1. Artificial Intelligence: A Modern Approach

              2. The Deep Learning Book


              They both start from the basics and escalate while moving on.



              Also thanks for your recommendation, I'll take a look at it because I want to jump to finance at some point in my career:)






              share|improve this answer









              $endgroup$


















                3












                $begingroup$

                The two books that come into my mind are:




                1. Artificial Intelligence: A Modern Approach

                2. The Deep Learning Book


                They both start from the basics and escalate while moving on.



                Also thanks for your recommendation, I'll take a look at it because I want to jump to finance at some point in my career:)






                share|improve this answer









                $endgroup$
















                  3












                  3








                  3





                  $begingroup$

                  The two books that come into my mind are:




                  1. Artificial Intelligence: A Modern Approach

                  2. The Deep Learning Book


                  They both start from the basics and escalate while moving on.



                  Also thanks for your recommendation, I'll take a look at it because I want to jump to finance at some point in my career:)






                  share|improve this answer









                  $endgroup$



                  The two books that come into my mind are:




                  1. Artificial Intelligence: A Modern Approach

                  2. The Deep Learning Book


                  They both start from the basics and escalate while moving on.



                  Also thanks for your recommendation, I'll take a look at it because I want to jump to finance at some point in my career:)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 38 mins ago









                  pcko1pcko1

                  1,641418




                  1,641418























                      2












                      $begingroup$

                      What do you want to learn in AI and Machine learning? Artificial Intelligence covers many practical applications, so your question might be a bit vague here. I will suggest you books on Machine learning itself, as it is as a part of Artificial Intelligence.



                      Simply stated the goal of Machine learning is two-fold: inference and prediction.
                      Inference: the goal here is to understand the relationship between input variables and output variables. If I change the values of the inputs, how do the output values change? prediction: Here we are not as much interested in how the data changes, but just want to know the value of the output variable.



                      So, in general, you should be interested in Statistics, more specifically concerning prediction and inference. That's it, except that doesn't help you decide which books to purchase.



                      Here goes the list (it's a popular one)



                      Books



                      The Master Algorithm



                      If you want to learn about machine learning algorithms in a relaxed and fun manner, good if to take up if the next books give you headaches. Certainly worth reading.



                      An Introduction to Statistical Learning with Applications in R



                      This book is the most approachable one in the list. It requires some understanding of mathematics to understand certain formulas, but the text is still written in a way that will make concepts clear before you dive into the math. Make sure you do the exercises with R. It's a good skill to pick-up and it will make the theory much more tangible.



                      This book and next one in the list are freely available online, but if you want you can still purchase paper versions on amazon. I linked you the free versions.



                      The Elements Of Statistical Learning



                      This one picks up where ISLR left off. it is more math heavy and explores new concepts. You will find some overlap with the first book which will help solidify the concepts you learned in the first book.



                      These first three books will already ease you quite into the field. However if you decide to become more serious about learning, the following books should definitely be on your reading list:



                      Pattern Recognition and Machine Learning



                      Deep Learning



                      Reinforcement Learning



                      The best advice I can give you with these books is to read them from cover to cover. Don't read too much at once, take breaks and try to explain what you read to yourself. It can often make sense on paper and then not so much when you say it aloud.
                      Don't look at the formulae as something to skip. Instead, look at them like lego blocks. Each symbol has a meaning that is defined in the index at the beginning of each book. Try to explain each symbol in the formula; Then explain how the symbols interact. Once you understand the formula, try to think what happens when certain symbols change values. You'll get a very firm grasp of the formula that way. The field of AI and ML has a lot of jargon it can become overwhelming. By really understanding how certain algorithms work you will stop being fooled by the fancy names and start to realize that there is a lot of repetition.



                      Enjoy !






                      share|improve this answer








                      New contributor




                      Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      $endgroup$


















                        2












                        $begingroup$

                        What do you want to learn in AI and Machine learning? Artificial Intelligence covers many practical applications, so your question might be a bit vague here. I will suggest you books on Machine learning itself, as it is as a part of Artificial Intelligence.



                        Simply stated the goal of Machine learning is two-fold: inference and prediction.
                        Inference: the goal here is to understand the relationship between input variables and output variables. If I change the values of the inputs, how do the output values change? prediction: Here we are not as much interested in how the data changes, but just want to know the value of the output variable.



                        So, in general, you should be interested in Statistics, more specifically concerning prediction and inference. That's it, except that doesn't help you decide which books to purchase.



                        Here goes the list (it's a popular one)



                        Books



                        The Master Algorithm



                        If you want to learn about machine learning algorithms in a relaxed and fun manner, good if to take up if the next books give you headaches. Certainly worth reading.



                        An Introduction to Statistical Learning with Applications in R



                        This book is the most approachable one in the list. It requires some understanding of mathematics to understand certain formulas, but the text is still written in a way that will make concepts clear before you dive into the math. Make sure you do the exercises with R. It's a good skill to pick-up and it will make the theory much more tangible.



                        This book and next one in the list are freely available online, but if you want you can still purchase paper versions on amazon. I linked you the free versions.



                        The Elements Of Statistical Learning



                        This one picks up where ISLR left off. it is more math heavy and explores new concepts. You will find some overlap with the first book which will help solidify the concepts you learned in the first book.



                        These first three books will already ease you quite into the field. However if you decide to become more serious about learning, the following books should definitely be on your reading list:



                        Pattern Recognition and Machine Learning



                        Deep Learning



                        Reinforcement Learning



                        The best advice I can give you with these books is to read them from cover to cover. Don't read too much at once, take breaks and try to explain what you read to yourself. It can often make sense on paper and then not so much when you say it aloud.
                        Don't look at the formulae as something to skip. Instead, look at them like lego blocks. Each symbol has a meaning that is defined in the index at the beginning of each book. Try to explain each symbol in the formula; Then explain how the symbols interact. Once you understand the formula, try to think what happens when certain symbols change values. You'll get a very firm grasp of the formula that way. The field of AI and ML has a lot of jargon it can become overwhelming. By really understanding how certain algorithms work you will stop being fooled by the fancy names and start to realize that there is a lot of repetition.



                        Enjoy !






                        share|improve this answer








                        New contributor




                        Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






                        $endgroup$
















                          2












                          2








                          2





                          $begingroup$

                          What do you want to learn in AI and Machine learning? Artificial Intelligence covers many practical applications, so your question might be a bit vague here. I will suggest you books on Machine learning itself, as it is as a part of Artificial Intelligence.



                          Simply stated the goal of Machine learning is two-fold: inference and prediction.
                          Inference: the goal here is to understand the relationship between input variables and output variables. If I change the values of the inputs, how do the output values change? prediction: Here we are not as much interested in how the data changes, but just want to know the value of the output variable.



                          So, in general, you should be interested in Statistics, more specifically concerning prediction and inference. That's it, except that doesn't help you decide which books to purchase.



                          Here goes the list (it's a popular one)



                          Books



                          The Master Algorithm



                          If you want to learn about machine learning algorithms in a relaxed and fun manner, good if to take up if the next books give you headaches. Certainly worth reading.



                          An Introduction to Statistical Learning with Applications in R



                          This book is the most approachable one in the list. It requires some understanding of mathematics to understand certain formulas, but the text is still written in a way that will make concepts clear before you dive into the math. Make sure you do the exercises with R. It's a good skill to pick-up and it will make the theory much more tangible.



                          This book and next one in the list are freely available online, but if you want you can still purchase paper versions on amazon. I linked you the free versions.



                          The Elements Of Statistical Learning



                          This one picks up where ISLR left off. it is more math heavy and explores new concepts. You will find some overlap with the first book which will help solidify the concepts you learned in the first book.



                          These first three books will already ease you quite into the field. However if you decide to become more serious about learning, the following books should definitely be on your reading list:



                          Pattern Recognition and Machine Learning



                          Deep Learning



                          Reinforcement Learning



                          The best advice I can give you with these books is to read them from cover to cover. Don't read too much at once, take breaks and try to explain what you read to yourself. It can often make sense on paper and then not so much when you say it aloud.
                          Don't look at the formulae as something to skip. Instead, look at them like lego blocks. Each symbol has a meaning that is defined in the index at the beginning of each book. Try to explain each symbol in the formula; Then explain how the symbols interact. Once you understand the formula, try to think what happens when certain symbols change values. You'll get a very firm grasp of the formula that way. The field of AI and ML has a lot of jargon it can become overwhelming. By really understanding how certain algorithms work you will stop being fooled by the fancy names and start to realize that there is a lot of repetition.



                          Enjoy !






                          share|improve this answer








                          New contributor




                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          $endgroup$



                          What do you want to learn in AI and Machine learning? Artificial Intelligence covers many practical applications, so your question might be a bit vague here. I will suggest you books on Machine learning itself, as it is as a part of Artificial Intelligence.



                          Simply stated the goal of Machine learning is two-fold: inference and prediction.
                          Inference: the goal here is to understand the relationship between input variables and output variables. If I change the values of the inputs, how do the output values change? prediction: Here we are not as much interested in how the data changes, but just want to know the value of the output variable.



                          So, in general, you should be interested in Statistics, more specifically concerning prediction and inference. That's it, except that doesn't help you decide which books to purchase.



                          Here goes the list (it's a popular one)



                          Books



                          The Master Algorithm



                          If you want to learn about machine learning algorithms in a relaxed and fun manner, good if to take up if the next books give you headaches. Certainly worth reading.



                          An Introduction to Statistical Learning with Applications in R



                          This book is the most approachable one in the list. It requires some understanding of mathematics to understand certain formulas, but the text is still written in a way that will make concepts clear before you dive into the math. Make sure you do the exercises with R. It's a good skill to pick-up and it will make the theory much more tangible.



                          This book and next one in the list are freely available online, but if you want you can still purchase paper versions on amazon. I linked you the free versions.



                          The Elements Of Statistical Learning



                          This one picks up where ISLR left off. it is more math heavy and explores new concepts. You will find some overlap with the first book which will help solidify the concepts you learned in the first book.



                          These first three books will already ease you quite into the field. However if you decide to become more serious about learning, the following books should definitely be on your reading list:



                          Pattern Recognition and Machine Learning



                          Deep Learning



                          Reinforcement Learning



                          The best advice I can give you with these books is to read them from cover to cover. Don't read too much at once, take breaks and try to explain what you read to yourself. It can often make sense on paper and then not so much when you say it aloud.
                          Don't look at the formulae as something to skip. Instead, look at them like lego blocks. Each symbol has a meaning that is defined in the index at the beginning of each book. Try to explain each symbol in the formula; Then explain how the symbols interact. Once you understand the formula, try to think what happens when certain symbols change values. You'll get a very firm grasp of the formula that way. The field of AI and ML has a lot of jargon it can become overwhelming. By really understanding how certain algorithms work you will stop being fooled by the fancy names and start to realize that there is a lot of repetition.



                          Enjoy !







                          share|improve this answer








                          New contributor




                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 32 mins ago









                          NicolasNicolas

                          212




                          212




                          New contributor




                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Nicolas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






















                              Anti-American Anti-Zionist is a new contributor. Be nice, and check out our Code of Conduct.










                              draft saved

                              draft discarded


















                              Anti-American Anti-Zionist is a new contributor. Be nice, and check out our Code of Conduct.













                              Anti-American Anti-Zionist is a new contributor. Be nice, and check out our Code of Conduct.












                              Anti-American Anti-Zionist is a new contributor. Be nice, and check out our Code of Conduct.
















                              Thanks for contributing an answer to Data Science Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48548%2fwhat-are-some-good-books-on-machine-learning-and-ai-like-krugman-wells-and-grad%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Why is a white electrical wire connected to 2 black wires?

                              Waikiki

                              What are all the squawk codes?