From 34cf4478d96ad033a89fdc0fead1ea40b98e8562 Mon Sep 17 00:00:00 2001 From: Rutvik Date: Tue, 12 Dec 2023 01:51:45 +0530 Subject: [PATCH] update --- _config.yml | 12 +-- _news/announcement_1.md | 8 -- _news/announcement_2.md | 51 +++++++++---- _news/announcement_3.md | 4 +- _news/announcement_4.md | 8 ++ _news/announcement_5.md | 7 ++ _news/announcement_6.md | 7 ++ _news/announcement_7.md | 7 ++ _news/announcement_8.md | 7 ++ _pages/about.md | 70 +++++++++--------- _pages/cv.md | 2 +- _pages/projects.md | 2 +- _pages/teaching.md | 2 +- _posts/2023-08-04-Machine-Learning-roadmap.md | 73 +++++++++---------- 14 files changed, 156 insertions(+), 104 deletions(-) delete mode 100644 _news/announcement_1.md create mode 100644 _news/announcement_4.md create mode 100644 _news/announcement_5.md create mode 100644 _news/announcement_6.md create mode 100644 _news/announcement_7.md create mode 100644 _news/announcement_8.md diff --git a/_config.yml b/_config.yml index 850fd9c..c124610 100644 --- a/_config.yml +++ b/_config.yml @@ -123,9 +123,9 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) # Blog # ----------------------------------------------------------------------------- -blog_name: Persnal Blogs # blog_name will be displayed in your blog page -blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar -blog_description: Tracking progress +blog_name: Blogs # blog_name will be displayed in your blog page +blog_nav_title: Blog # your blog must have a title for it to be displayed in the nav bar +# blog_description: Tracking progress permalink: /blog/:year/:title/ # Pagination @@ -140,7 +140,7 @@ related_blog_posts: # Follow instructions on https://giscus.app/ to setup for your repo to fill out # the information below. giscus: - repo: alshedivat/al-folio # / + repo: rutvikjoshi63/rutvikjoshi63.github.io # / repo_id: MDEwOlJlcG9zaXRvcnk2MDAyNDM2NQ== category: Comments # name of the category under which discussions will be created category_id: DIC_kwDOA5PmLc4CTBt6 @@ -274,8 +274,8 @@ display_categories: ['blockquotes'] # these categories will be displayed on the scholar: - last_name: [Joshi] - first_name: [Rutvik, N.] + last_name: [Einstein] #Joshi + first_name: [Albert, A.] #Rutvik, N. style: apa locale: en diff --git a/_news/announcement_1.md b/_news/announcement_1.md deleted file mode 100644 index e5349ce..0000000 --- a/_news/announcement_1.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: post -date: 2015-10-22 15:59:00-0400 -inline: true -related_posts: false ---- - -A simple inline announcement. diff --git a/_news/announcement_2.md b/_news/announcement_2.md index 9de9588..3b176e5 100644 --- a/_news/announcement_2.md +++ b/_news/announcement_2.md @@ -1,32 +1,55 @@ --- layout: post -title: A long announcement with details -date: 2015-11-07 16:11:00-0400 +title: Unleashing the Power of ChatGPT +date: 2022-12-26 16:11:00-0400 inline: false related_posts: false --- +A Revolution in Software Development and Engineering See below. -Announcements and news can be much longer than just quick inline posts. In fact, they can have all the features available for the standard blog posts. See below. +*** + +In the ever-evolving landscape of technology, breakthroughs and innovations have the potential to reshape entire industries. One such groundbreaking development is the release of ChatGPT, a language model that is set to revolutionize the world of software development and engineering as we know it. + +## The Birth of ChatGPT: + +ChatGPT, powered by OpenAI's advanced GPT-3.5 architecture, represents a significant leap forward in natural language processing. Its ability to understand and generate human-like text has profound implications for various domains, but perhaps nowhere is its impact more keenly felt than in the realm of software development and engineering. + +## Transforming Collaboration and Creativity: + +One of the most exciting aspects of ChatGPT is its potential to enhance collaboration among software developers and engineers. With its natural language capabilities, ChatGPT becomes a valuable virtual teammate, offering insights, generating code snippets, and assisting in problem-solving. This transformative collaboration is poised to accelerate the pace of innovation by streamlining communication and fostering creativity within development teams. + +## Efficiency in Code Generation: + +ChatGPT's proficiency in understanding context and generating coherent text extends to the realm of code. Developers can now interact with ChatGPT to ideate, refine, and even generate sections of code, significantly boosting the efficiency of the software development lifecycle. This not only saves time but also allows developers to focus on higher-level design and problem-solving, ultimately leading to more robust and scalable solutions. + +## Empowering Novice Developers: + +The accessibility of ChatGPT also opens up new possibilities for aspiring developers. Novices can seek guidance and clarification on coding concepts, bridging the knowledge gap and accelerating their learning curve. This democratization of information empowers a broader community of individuals to engage with software development, fostering a more inclusive and diverse tech landscape. + +## The Future of AI Careers: + +As ChatGPT reshapes the software development and engineering landscape, it also prompts us to reconsider the future of careers in artificial intelligence. The integration of AI into various industries is not just a trend but a paradigm shift, and individuals with AI expertise will find themselves at the forefront of this transformative wave. + +Considering the trajectory of AI's influence, it's evident that many will view AI as a promising career option in the future. The demand for skilled professionals who can harness the power of models like ChatGPT will only grow, creating exciting opportunities for those looking to build a career at the intersection of technology and innovation. *** -Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. +In conclusion, the release of ChatGPT marks a significant milestone in the evolution of software development and engineering. Its revolutionary impact on collaboration, efficiency in code generation, and the empowerment of novice developers herald a new era in the tech industry. +> As we navigate this exciting landscape, it's clear that AI, and specifically models like ChatGPT, will play a pivotal role in shaping the careers of tomorrow. +> Embracing AI today means embracing a future where innovation knows no bounds. -#### Hipster list + + + + diff --git a/_news/announcement_3.md b/_news/announcement_3.md index 4d54088..01ef6f2 100644 --- a/_news/announcement_3.md +++ b/_news/announcement_3.md @@ -1,8 +1,8 @@ --- layout: post -date: 2016-01-15 07:59:00-0400 +date: 2023-10-15 07:59:00-0400 inline: true related_posts: false --- -A simple inline announcement with Markdown emoji! :sparkles: :smile: +Check out Sina's ML Books for Begineers [here](https://www.robotixwithsina.com/8-machine-learning-books-for-beginners-in-2023/?ref=robotixwithsina-newsletter):sparkles: :smile: diff --git a/_news/announcement_4.md b/_news/announcement_4.md new file mode 100644 index 0000000..6cafc2c --- /dev/null +++ b/_news/announcement_4.md @@ -0,0 +1,8 @@ +--- +layout: post +date: 2023-08-05 07:59:00-0400 +inline: true +related_posts: false +--- + +Check out for Artificial Intelligence resources [here](https://rutvikjoshi63.github.io/blog/2023/Machine-Learning-roadmap/) diff --git a/_news/announcement_5.md b/_news/announcement_5.md new file mode 100644 index 0000000..68f0c44 --- /dev/null +++ b/_news/announcement_5.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2023-07-25 07:59:00-0400 +inline: true +related_posts: false +--- +[*Toefl resources resources here*](https://rutvikjoshi63.github.io/blog/2023/Toefl-repository/) \ No newline at end of file diff --git a/_news/announcement_6.md b/_news/announcement_6.md new file mode 100644 index 0000000..4882b96 --- /dev/null +++ b/_news/announcement_6.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2023-10-25 07:59:00-0400 +inline: true +related_posts: false +--- +A Free Learning Initiative conducted by Government of India at [**swayam**](https://swayam.gov.in/mycourses) \ No newline at end of file diff --git a/_news/announcement_7.md b/_news/announcement_7.md new file mode 100644 index 0000000..e4cc2b2 --- /dev/null +++ b/_news/announcement_7.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2023-05-20 07:59:00-0400 +inline: true +related_posts: false +--- +[**Robot Operating System resources**](https://drive.google.com/drive/u/1/folders/1uxy-lXOb3fA8h-7npO-MO_jqbhOIx8Ou) \ No newline at end of file diff --git a/_news/announcement_8.md b/_news/announcement_8.md new file mode 100644 index 0000000..9a7afac --- /dev/null +++ b/_news/announcement_8.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2023-07-15 07:59:00-0400 +inline: true +related_posts: false +--- +[**Stanford Engineering -Introduction to Robotics**](https://see.stanford.edu/Course/CS223A) \ No newline at end of file diff --git a/_pages/about.md b/_pages/about.md index a3857fb..df9fc65 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -2,12 +2,12 @@ layout: about title: Rutvik Joshi permalink: / -subtitle: Software Developer insterested in ML and Robotics.. +subtitle: Engineer with a passion for AI in the multi-disciplinary field. profile: align: right image: prof_pic.jpeg - image_circular: false # crops the image to make it circular + image_circular: false #true #false # crops the image to make it circular address: >

408 Ashar Aria

Kharegaon, Kalwa, Thane

@@ -18,54 +18,56 @@ latest_posts: true # includes a list of the newest posts selected_papers: false # includes a list of papers marked as "selected={true}" social: true # includes social icons at the bottom of the page --- -A Software Engineer, Data Scientist, and Machine Learning enthusiast with a passion for exploring the intersection of technology and innovation. I am driven by a deep interest in harnessing the power of data to solve complex problems and create meaningful impact. -**Areas of Expertise**: +Welcome to my portfolio! I hold a bachelor's degree in Civil Engineering, and I am on a transformative journey to leverage the power of Artificial Intelligence (AI) to reshape and elevate the fields of industries and infrastructure. -1. **Artificial Intelligence**: Possess a strong foundation in machine learning algorithms, including regression, classification, clustering, and deep learning, with the ability to apply these techniques to solve real-world problems. Skilled in utilizing statistical and machine learning techniques to extract insights from vast datasets, enabling data-driven decision-making. Expertise in anamoly detection, image compression, object detection, enabling the development of intelligent vision systems. +**Educational Background**: +I have successfully completed my undergraduate studies in Civil Engineering from [**VJTI**](https://vjti.ac.in/)([*University of Mumbai*](https://www.bing.com/ck/a?!&&p=39b698e33800fd68JmltdHM9MTcwMjI1MjgwMCZpZ3VpZD0wM2Q3OTUzOS1jYmJkLTZiODMtMDA4ZS04NjcwY2EwZjZhMDkmaW5zaWQ9NTIzMw&ptn=3&ver=2&hsh=3&fclid=03d79539-cbbd-6b83-008e-8670ca0f6a09&psq=university+of+mumbai&u=a1aHR0cHM6Ly9tdS5hYy5pbi8&ntb=1)), where I gained a solid foundation in the principles and practices that underpin the development of robust infrastructure. - +**AI for Industries and Infrastructure**: +Now, my focus has shifted towards harnessing the capabilities of Artificial Intelligence to pioneer innovative solutions for industries and infrastructure. I am passionate about utilizing AI in ways that have never been explored before, aiming to contribute to the evolution of these crucial sectors. -2. Software Engineering: Proficient in a range of programming languages, including Python, C++, with experience in designing, developing, and deploying scalable software solutions. Familiar with Django, React and Threejs frameworks for web development +**A New Era of Development**: +My mission is to usher in a new era of development, one where the fusion of traditional engineering principles and cutting-edge AI technologies leads to unprecedented advancements. I am excited about the potential to optimize processes, enhance efficiency, and drive sustainable progress in industries and infrastructure projects. - -[**Resume/CV**](https://rutvikjoshi63.github.io/cv/) +**Exploring the Uncharted**: +With a commitment to pushing boundaries, I am eager to explore uncharted territories where AI meets civil engineering. Through this convergence, I aim to bring forth solutions that not only meet but exceed the evolving needs of our industries and contribute to the creation of smarter, more resilient infrastructure. -[**Projects**](https://rutvikjoshi63.github.io/projects/) +Thank you for joining me on this journey as I explore the exciting intersection of Civil Engineering and Artificial Intelligence, seeking to redefine the way we approach and develop industries and infrastructure. - +**Areas of Expertise**: - --> +1. **Artificial Intelligence**: Possess a strong foundation in machine learning algorithms, including regression, classification, clustering, and deep learning, with the ability to apply these techniques to solve real-world problems. Skilled in utilizing statistical and machine learning techniques to extract insights from vast datasets, enabling data-driven decision-making. Expertise in anamoly detection, image compression, object detection, enabling the development of intelligent vision systems. - -**Important links** - +2. **Data Science**: Skilled in utilizing statistical and machine learning techniques to extract insights from vast datasets, enabling data-driven decision-making. -1. [**Machine Learning roadmap**](https://rutvikjoshi63.github.io/blog/2023/Machine-Learning-roadmap/). +3. **Software Engineering**: Proficient in a range of programming languages, including Python, C++, with experience in designing, developing, and deploying scalable software solutions. Familiar with Django, React and Threejs frameworks for web development -Check out this blog [https://www.robotixwithsina.com/8-machine-learning-books-for-beginners-in-2023/?ref=robotixwithsina-newsletter](Ml/Dl textbook by Sina) -2. [**Masters**](https://rutvikjoshi63.github.io/blog/2023/Masters/) - - [**Toefl repository**](https://rutvikjoshi63.github.io/blog/2023/Toefl-repository/) +4. Computer Vision: Expertise in image segmentation, object detection, and object tracking, enabling the development of intelligent vision systems. -4. [**swayam**](https://swayam.gov.in/mycourses) +**Technical Skills**: + ++ Programming Languages: Python, C++, Bash/Shell scripting ++ Databases: MySQL ++ Machine Learning: Regression, Classification, Clustering, Dimensionality Reduction, Support Vector Machines (SVM), K-Nearest Neighbors (KNN), Decision Trees, Random forest, Boosting Methods, Neural Networks, Deep Learning, CNN ++ Computer Vision:Image Segmentation, Object Detection, Object Tracking ++ Libraries:Numpy, Pandas, Matplotlib, Seaborn, Scikit-learn, Scipy, Pytorch, Keras, Tensorflow, Beautiful Soup, SymPy, PyQt5, PyLaTeX ++ Tools: MATLAB, Git, Google Colab, Visual Studio code, Pycharm, LinuxOS, Anaconda, Jupyter Notebook, Excel. + + + + + + -5. [**Data Structures & Algorithms**](https://rutvikjoshi63.github.io/blog/2023/Data-Structures-Algorithms/) + -6. [**discord**](https://discord.com/channels/759039091433013309/759039091433013312) + + -6.[**Ros books**]([https://discord.com/channels/791638463614287872/792385880953323532/848487861681651712](https://drive.google.com/drive/u/1/folders/1uxy-lXOb3fA8h-7npO-MO_jqbhOIx8Ou)) + -[Stanford Engineering Everywhere-Introduction to Robotics](https://see.stanford.edu/Course/CS223A) + diff --git a/_pages/cv.md b/_pages/cv.md index 8a270c7..d0d486b 100644 --- a/_pages/cv.md +++ b/_pages/cv.md @@ -1,7 +1,7 @@ --- layout: cv permalink: /cv/ -title: cv +title: Resume nav: true nav_order: 4 cv_pdf: Big_Resume_final.pdf diff --git a/_pages/projects.md b/_pages/projects.md index 0ae8816..6a9b841 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -1,6 +1,6 @@ --- layout: page -title: projects +title: Projects permalink: /projects/ description: A growing collection of your cool projects. nav: true diff --git a/_pages/teaching.md b/_pages/teaching.md index ea93b1c..54ba8e8 100644 --- a/_pages/teaching.md +++ b/_pages/teaching.md @@ -1,7 +1,7 @@ --- layout: page permalink: /teaching/ -title: teaching +title: Teaching description: Materials for courses you taught. Replace this text with your description. nav: true nav_order: 5 diff --git a/_posts/2023-08-04-Machine-Learning-roadmap.md b/_posts/2023-08-04-Machine-Learning-roadmap.md index 2687377..d81ee1f 100644 --- a/_posts/2023-08-04-Machine-Learning-roadmap.md +++ b/_posts/2023-08-04-Machine-Learning-roadmap.md @@ -47,42 +47,38 @@ _styles: > --- -## A New Post for resources to learn machine learning* +## Resources to learn machine learning -# Parallel Conquring Technique -1. [Mathematics](Mathematics) -2. [Get familiar with different libraries and concepts](Libraries) +### Parallel Conquring Technique +1. [Mathematics](https://rutvikjoshi63.github.io/blog/2023/Machine-Learning-roadmap/#mathematics) +2. [Get familiar with different libraries and concepts](https://rutvikjoshi63.github.io/blog/2023/Machine-Learning-roadmap/#libraries) 3. Zero to Mastery Machine Learning for [Quick recap](https://github.com/mrdbourke/zero-to-mastery-ml) 4. [scaler free](https://www.scaler.com/topics/course/free-supervised-learning-course/) -5. Andrew Ng Machine Learning Course on [youtube](https://www.youtube.com/watch?v=jGwO_UgTS7I&t=11s&ab_channel=StanfordOnline) - [Stanford Engineering Everywhere- CS229 - Machine Learning](https://see.stanford.edu/Course/CS229) - Some courses on Linear Systems and Optimization by EE dep +5. Andrew Ng Machine Learning Specialization Course +or link for [youtube](https://www.youtube.com/watch?v=jGwO_UgTS7I&t=11s&ab_channel=StanfordOnline) or [Stanford Engineering Everywhere- CS229 - Machine Learning](https://see.stanford.edu/Course/CS229) 6. ✨ Python ML Projects (/home/rutvik/Documents/Robotics/Robotics drive D/ML) - -# Mathematics -* Videos -{% details Click here to know more %} +--- +### Mathematics +* Video format 1. [Complete Statistics For Data Science In 6 hours By Krish Naik](https://www.youtube.com/watch?v=LZzq1zSL1bs&ab_channel=KrishNaik) 2. [Stat Quest for concept clarification](https://www.youtube.com/watch?v=4jRBRDbJemM&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=23&ab_channel=StatQuestwithJoshStarmer) 3. [Machine Learning- Balaraman Ravindran 88 videos](https://www.youtube.com/watch?v=r4sgKrRL2Ys&list=PL1xHD4vteKYVpaIiy295pg6_SY5qznc77&ab_channel=MachineLearning-BalaramanRavindran) -{% enddetails %} -* Github Courses link -[Deep Learning Mathematics Roadmap](https://github.com/h9-tect/ML-DL_Roadmap./tree/main). +* Deep Learning Mathematics Roadmap & resources[ here](https://github.com/h9-tect/ML-DL_Roadmap./tree/main). -* PDF +* PDF books shared by Sina [here](https://rutvikjoshi63.github.io/news/) +{% details Click here to know more %} *LinearAlgebra* * file:///home/rutvik/Documents/Robotics/Robotics%20drive%20D/LinearAlgebra/linalg.pdf -* *Statistics* +*Statistics* * file:///home/rutvik/Documents/Robotics/Robotics%20drive%20D/Statistics/astats.pdf +{% enddetails %} * Discord Channel -* Robotix with Sina/ resources - - -# Libraries +--- +### Libraries * [Machine-Learning-in-90-days](https://www.youtube.com/watch?v=czQO1_GEEos&list=PLZoTAELRMXVPBTrWtJkn3wWQxZkmTXGwe) * [Python Playlist(Krish Naik Hindi)](https://www.youtube.com/watch?v=BN0nnnadFl0&list=PLTDARY42LDV4qqiJd1Z1tShm3mp9-rP4v&index=9&ab_channel=KrishNaikHindi) * [Data Science freecode camp playlist](https://www.youtube.com/watch?v=ua-CiDNNj30&list=PLWKjhJtqVAblQe2CCWqV4Zy3LY01Z8aF1) @@ -90,8 +86,8 @@ _styles: > [user guide](https://scikit-learn.org/stable/user_guide.html) * [Data repo](https://archive.ics.uci.edu/) * [MLCheatsheets_for_AI_Neural_Networks_ML_DL__Big_Data](E:\MLCheatsheets_for_AI_Neural_Networks_ML_DL__Big_Data.pdf) - -# Computer vision +--- +### Computer vision * [Computer vision by Krish](https://www.youtube.com/watch?v=sXqWrtUseK8&ab_channel=KrishNaik) * [OpenCV Course - Full Tutorial with Python freeCodeCamp.](https://www.youtube.com/watch?v=oXlwWbU8l2o&ab_channel=freeCodeCamp.org) @@ -101,33 +97,36 @@ _styles: > * [Convolutional Neural Network freeCodeCamp](https://www.youtube.com/watch?v=nVhau51w6dM&ab_channel=freeCodeCamp.org) * [Convolutional Neural Networks for Visual Recognition](https://www.youtube.com/watch?v=vT1JzLTH4G4&t=33s&ab_channel=StanfordUniversitySchoolofEngineering) - -# NLP +--- +### NLP * [NLP with Deep Learning](https://www.youtube.com/watch?v=rmVRLeJRkl4&t=2s&ab_channel=StanfordOnline) - -# Exercise +--- +### Exercise [kaggle](https://www.kaggle.com/competitions) - --- -# Current progress: -1. [Python Playlist Krish Naik-Hindi](https://www.youtube.com/watch?v=GWUGFjdUO7w&list=PLTDARY42LDV4qqiJd1Z1tShm3mp9-rP4v&index=16&ab_channel=KrishNaikHindi) 13-14 remaining/24 +### Current progress: +1. [Python Playlist Krish Naik-Hindi](https://www.youtube.com/watch?v=GWUGFjdUO7w&list=PLTDARY42LDV4qqiJd1Z1tShm3mp9-rP4v&index=16&ab_channel=KrishNaikHindi) + -2. [Harvard CS50’s Artificial Intelligence with Python](https://www.youtube.com/watch?v=5NgNicANyqM&ab_channel=freeCodeCamp.org) 1hr / 12 hr done +2. [Harvard CS50’s Artificial Intelligence with Python](https://www.youtube.com/watch?v=5NgNicANyqM&ab_channel=freeCodeCamp.org) + -3. [deep-learning Specialization](https://www.coursera.org/specializations/deep-learning#courses) +3. [Deep-learning Specialization](https://www.coursera.org/specializations/deep-learning#courses) [Machine/Deep Learning for Everybody – Full Course freecode camp](https://www.youtube.com/watch?v=i_LwzRVP7bg&list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s&index=2) -4. [Machine-Learning-in-90-days](https://www.youtube.com/watch?v=czQO1_GEEos&list=PLZoTAELRMXVPBTrWtJkn3wWQxZkmTXGwe) (13,15,27+)/153 +4. [Machine-Learning-in-90-days](https://www.youtube.com/watch?v=czQO1_GEEos&list=PLZoTAELRMXVPBTrWtJkn3wWQxZkmTXGwe) + -5. Zero to Mastery Machine Learning for [Quick recap](https://github.com/mrdbourke/zero-to-mastery-ml) Just started +5. Zero to Mastery Machine Learning for [Quick recap](https://github.com/mrdbourke/zero-to-mastery-ml) + 6. [Stat Quest for concept clarification](https://www.youtube.com/watch?v=4jRBRDbJemM&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&index=23&ab_channel=StatQuestwithJoshStarmer) Refer for concept clarification -[This is a demo of all styled elements in Jekyll Now.](http://www.jekyllnow.com/Markdown-Style-Guide/) + ---- + ---- ****