<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My Journey in Artificial Intelligence]]></title><description><![CDATA[I think this is subjective, however, here are a few things.  I am family man first, I love technology and have been working with it since 1981 when I went into ]]></description><link>https://hermitnerd.io</link><generator>RSS for Node</generator><lastBuildDate>Sun, 31 May 2026 17:09:58 GMT</lastBuildDate><atom:link href="https://hermitnerd.io/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[My AI journey 2024]]></title><description><![CDATA[What I Learned Restarting My AI Journey a Second Time with MIT 12 Week Program
A personal reflection on the benefits and challenges of taking an online course on data science and machine learning
Introduction
I have always been fascinated by artifici...]]></description><link>https://hermitnerd.io/my-ai-journey-2024</link><guid isPermaLink="true">https://hermitnerd.io/my-ai-journey-2024</guid><category><![CDATA[Machine Learning]]></category><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[blog]]></category><dc:creator><![CDATA[Bennie Blunt]]></dc:creator><pubDate>Fri, 26 Jul 2024 14:04:52 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1722002653717/cffb2e17-5aa7-4eb7-b078-494e639695f7.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>What I Learned Restarting My AI Journey a Second Time with MIT 12 Week Program</p>
<p>A personal reflection on the benefits and challenges of taking an online course on data science and machine learning</p>
<h1 id="heading-introduction">Introduction</h1>
<p>I have always been fascinated by artificial intelligence (AI) and its applications in various domains. However, my first attempt to learn AI was not very successful. I enrolled in a popular online course on AI a few years ago with Purdue Global and Simplilearn.  What I failed to do with my newly acquired knowledge was build projects and practice.  Just like anything new we learn, piano, riding a motorcycle or ballet dancing, practice makes perfect.</p>
<p>I decided to give AI another chance and enrolled in the MIT 12 Week program, MIT online Data Science and Machine Learning: Making Data Driven Decisions. This course promised to teach me the fundamentals of data science and machine learning, and how to apply them to real-world problems. I was curious to see if this course would be different from my previous experience, and but also tackling it with a different sense of purpose, resolve and determination.</p>
<h1 id="heading-what-i-learned">What I Learned</h1>
<p>The MIT 12 Week program was a challenging but rewarding experience for me. I learned a lot of new skills and concepts that helped me understand the basics of data science and machine learning. Some of the main topics that I learned were:</p>
<p>-- Data visualization and exploration: I learned how to use various libraries and tools, such as Matplotlib, Seaborn, and Plotly, to create and customize different types of charts and graphs, such as histograms, scatter plots, box plots, and heat maps. I also learned how to use descriptive statistics and correlation analysis to summarize and explore the characteristics and relationships of the data.</p>
<hr />
<p>-- Data preprocessing and feature engineering: I learned how to clean and prepare the data for machine learning, such as handling missing values, outliers, and duplicates, encoding categorical variables, scaling numerical variables, and splitting the data into training and testing sets. I also learned how to create and select new features from the data, such as using polynomial features, interaction terms, and dimensionality reduction techniques, such as principal component analysis (PCA).</p>
<p>-- Machine learning algorithms and models: I learned how to use various supervised and unsupervised machine learning algorithms and models, such as linear and logistic regression, k-nearest neighbors, decision trees, random forests, support vector machines, k-means clustering, and hierarchical clustering. I also learned how to use various libraries and frameworks, such as Scikit-learn, TensorFlow, and Keras, to implement and train these models.</p>
<hr />
<p>-- Model evaluation and improvement: I learned how to use various metrics and methods to evaluate and compare the performance and accuracy of the models, such as confusion matrix, accuracy, precision, recall, f1-score, roc curve, and auc score. I also learned how to use various techniques to improve the models, such as cross-validation, grid search, and regularization.</p>
<p>-- Data-driven decision making: I learned how to use the data and the models to make informed and evidence-based decisions, such as choosing the best model for a given problem, interpreting the results and insights from the models, and communicating the findings and recommendations to the stakeholders.</p>
<h1 id="heading-what-i-liked">What I Liked</h1>
<p>There were many aspects of the MIT 12 Week program that I liked and appreciated. Some of them were:</p>
<hr />
<p>The course content and structure: The course was well-designed and organized, with clear and concise lectures, videos, readings, and assignments. The course covered a wide range of topics and concepts, from the basics to the advanced, and provided a comprehensive and practical introduction to data science and machine learning. The course also balanced the theory and the practice, and provided many examples and case studies from various domains and industries, such as healthcare, education, finance, and social media.</p>
<p>The instructors and mentors: The instructors and mentors were knowledgeable and experienced, and they explained the concepts and techniques in a clear and engaging way. They also provided helpful feedback and guidance, and answered the questions and doubts that I had along the way. They also encouraged me to think critically and creatively, and to apply what I learned to my own projects and interests.</p>
<p>The learning community and support: The course also provided a supportive and collaborative learning environment, where I could interact and learn from other learners and peers from different backgrounds and locations. I could also access various resources and forums, such as Slack, GitHub, and Stack Overflow, where I could share my work, ask for help, and exchange ideas and tips.</p>
<h1 id="heading-what-i-disliked">What I Disliked</h1>
<p>There were also some aspects of the MIT 12 Week program that I found challenging. Challenges force us to extend ourselves and grow. Some of them were:</p>
<p>The course pace and workload: The course was very intensive and demanding, and it required a lot of time and effort to complete. The course covered a lot of material in a short period of time, and it sometimes felt overwhelming and stressful. I had to manage my time and priorities well and balance the course with my other commitments and responsibilities of being a husband, father, son etc.</p>
<p>The technical difficulties and issues: The course also involved using various tools and platforms, such as Jupyter Notebook, Google Colab, and AWS, which sometimes caused technical difficulties and issues, such as installation errors, compatibility problems, and connection failures. I had to troubleshoot and resolve these issues, which sometimes took a lot of time and patience.</p>
<p>The technical difficulties were a positive, because it forced me to dig deep and get comfortable with being uncomfortable.  I learned a lot more by having to troubleshoot, search, read, experiment, build again, test, rinse and repeat.  That is part of what we must do on a daily basis as engineers and technology practioners.</p>
<p>It reminded me of working on my master’s degree and figuring out that you must learn how to learn on your own.  I was also able to draw on that knowledge in systems engineering and apply a lot of that methodology to the course and my approach</p>
<h1 id="heading-conclusion">Conclusion</h1>
<p>In conclusion, the MIT 12 Week program was a valuable and enjoyable learning experience for me. I learned a lot of new skills and concepts that helped me restart my AI journey a second time, and I gained more confidence and interest in data science and machine learning. I also faced some challenges and difficulties, but I overcame them with the help of the instructors, mentors, and peers. I would recommend this course to anyone who wants to learn or improve their data science and machine learning skills, and who is willing to invest the time money, and effort required.</p>
<p>My biggest takeaway is that I now need to go out and build ore hands on projects before the learnings become stale and fade away.  Stay tuned as I begin to build out my project portfolio over the next several months.  I plan to share my lessons learned.</p>
<p>Final thought, the internet can be our oyster where we can acquire a tremendous amount of knowledge. We just have to seek it out, vet it, then apply it to what we are trying to learn. For someone who grew up with libraries, encyclopedias and the dewey decimal system, I think I am navigating it all just fine. Smile !</p>
<p>Respectfully written,</p>
<p>Bennie</p>
<p>bbj</p>
]]></content:encoded></item><item><title><![CDATA[Continuing my Journey in AI]]></title><description><![CDATA[In 2010 while working on my Master's degree, I took an Artificial Intelligence class on machine learning. At that time I found the course interesting, but had no idea how I could use the course. We used Matlab to run our machine-learning experiments....]]></description><link>https://hermitnerd.io/continuing-my-journey-in-ai</link><guid isPermaLink="true">https://hermitnerd.io/continuing-my-journey-in-ai</guid><category><![CDATA[Machine Learning]]></category><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[the journey continues]]></category><dc:creator><![CDATA[Bennie Blunt]]></dc:creator><pubDate>Sun, 12 Nov 2023 18:07:40 GMT</pubDate><content:encoded><![CDATA[<p>In 2010 while working on my Master's degree, I took an Artificial Intelligence class on machine learning. At that time I found the course interesting, but had no idea how I could use the course. We used Matlab to run our machine-learning experiments. I had no concept of Python programming and I would say the machine learning ecosystem wasn't what it is now.</p>
<p>In 2014 I began taking some self-paced study on machine-learning via online, YouTube and Udemy. Again in 2018, I decided to take a couple more courses on Coursera with Andrew Ng.</p>
<p>Once Again, I entered another AI program Purdue University Global, Post Graduate Program in AI and Machine Learning. <strong>I mentioned all of the preceding courses I had taken for a couple of reasons. One reason is my actual jobs as a customer success engineer, cloud security engineer, and networking engineer over the last decade or so have never involved me working with or in Machine Learning. In addition, after every course or sequence of courses I had taken I didn't do anything with the learnings and we all know what happens. If you don't use it, you will lose it.</strong></p>
<p>My interest in AI has never waned as I have purchased several books and attended lots of online seminars. In addition, I purchased, raspberry pis, Nvidia hardware, and Intel Nuck, to experiment with computer vision</p>
<p><strong>The common theme I have observed as well as heard from other engineers and ML practitioners is to make progress in pursuit of advancing my knowledge, is you need to build projects, write about my learnings and share the new knowledge with others. The other major point is the need to network or try and learn with like-minded people.</strong></p>
<p>Finally, I decided to put those suggestions into practice. As I begin to implement the above suggestions, I will chronicle my journey here. I will share where my projects are and link the blog entries about my learning to my completed projects and learnings. I will also begin to post to other social media accounts as well. This will be huge for me because I have never done anything like this before.</p>
<p>Originally I was a part of The Datatalk book club ML Zoomcamp 2023 cohort. Unfortunately, I had to drop to self-paced mode, but I will still complete the program it will take me a bit longer. That is okay because I know this is a journey as I am a lifelong learner. I enjoy learning new things but also I will decide what I choose to learn.</p>
<p>So for those who are interested, please follow me. I need constructive criticism because that also fosters growth. In turn, I will give my feedback on how I plan to address the suggestions.</p>
<p>Finally, I am hopeful that others can learn from me as well, because I love helping others achieve their goals as well.</p>
<p>respectfully submitted. Thank You.</p>
<p>Bennie</p>
]]></content:encoded></item></channel></rss>