7 Machine Studying Initiatives That Can Add Worth to Any Resume


7 Machine Learning Projects That Can Add Value to Any Resume

Picture by Creator

Studying by doing is one of the best ways to grasp important abilities for changing into a machine studying engineer. As an alternative of simply specializing in easy classification and regression fashions.

On this weblog, we are going to deal with superior machine studying tasks that can impression your resume and appeal to recruiters and hiring managers. We are going to study pc imaginative and prescient tasks, speech recognition, inventory worth forecasting, fine-tuning Secure Diffusion and Llama 3, multi-step AI agent purposes, and reinforcement studying. Additionally, you will study numerous instruments and ideas to construct and optimize these tasks.

1. Automated Picture Captioning

Automatic Image Captioning is a captivating venture that mixes pc imaginative and prescient and pure language processing. The objective is to generate descriptive captions for pictures. This venture makes use of convolutional neural networks (CNNs) for picture function extraction and recurrent neural networks (RNNs) to generate captions. Implementing this venture will exhibit your capability to work with advanced neural community architectures and deal with multimodal information.

Automatic Image Captioning

Picture from the venture

2. Automated Speech Recognition

Automated Speech Recognition (ASR) techniques convert spoken language into textual content. This venture may be significantly spectacular for those who work with a much less widespread language. It’s by far the most well-liked venture I’ve ever labored on. You’ll be able to even see for your self by going to the hyperlink kingabzpro/wav2vec2-large-xls-r-300m-Urdu and checking the variety of downloads.

On this venture, you’ll be taught to course of each textual content and audio after which fine-tune the wav2vec2 mannequin within the language of your alternative. If you’re on the lookout for the code supply and information, you could possibly take a look at the kingabzpro/Urdu-ASR-SOTA DagsHub repository.

After fine-tuning the mannequin, it can save you it on Hugging Face after which construct a real-time ASR app to deploy on the Hugging Face house, as proven under.

3. Inventory Value Forecasting

Stock Price Forecasting entails predicting the long run costs of shares utilizing historic information. This venture may be carried out utilizing varied machine studying methods reminiscent of time collection evaluation, regression fashions, and even deep studying fashions like LSTMs (Lengthy Brief-Time period Reminiscence networks). You’ll be able to even use what you realized from this venture to construct your personal buying and selling bot by integrating the inventory trade API.  

Stock Price Forecasting

Picture from the venture

4. High quality-tuning Secure Diffusion XL

Secure Diffusion XL is a robust mannequin for producing high-quality pictures. Fine-tuning this model utilizing methods like DreamBooth and LoRA (Low-Rank Adaptation) might help you create personalized picture era fashions. On this venture, I’ve fine-tuned the mannequin utilizing 5 of my pictures, and the outcomes are wonderful.

You’ll be able to fine-tune it on particular cartoon characters and design your personal comedian ebook utilizing Generative AI.  This venture will showcase your experience in working with state-of-the-art generative fashions and your capability to customise and optimize them for particular duties.

5. High quality-Tuning Llama 3 and Utilizing It Regionally

The tutorial “Fine-Tuning Llama 3 and Using It Locally” covers the venture of fine-tuning the newest top-of-the-line open-source mannequin, Llama 3, on a medical dataset. The objective is to construct a chatbot the place customers can ask inquiries to an AI physician. 

All through the tutorial, you’ll learn to course of the info, use LoRA methods, optimize the mannequin and reminiscence, speed up the mannequin utilizing GPUs, and use varied instruments for merging, changing, and quantizing the mannequin. 

On the finish, you’ll obtain the fine-tuned quantized mannequin and use it domestically utilizing the Jan utility. This venture will not be solely enjoyable, but additionally a fantastic studying alternative by means of which you’ll acquire a deep understanding of the best way to troubleshoot varied points associated to fine-tuning giant language fashions.

Fine-Tuning Llama 3 and Using It Locally

Picture from the venture

6. Construct a A number of-step AI Agent utilizing LangChain

Building a multi-step AI agent entails making a system that may carry out a collection of duties autonomously. Utilizing frameworks like LangChain, you possibly can develop AI brokers that may deal with advanced workflows.

On this venture, you’ll create an AI utility that takes a consumer’s question to go looking the online utilizing the Tavily API and likewise generates Python code to make use of the info. The appliance will then use Python REPL to execute the code and return the visualization requested by the consumer. Earlier than beginning the venture, you’ll be taught concerning the Cohere API and its varied options.

Build a Multiple-step AI Agent using LangChain

Screenshot from the venture

7. Constructing MLAgent for 2v2 Soccer Sport

Reinforcement studying is a robust approach for coaching brokers to make choices in advanced environments. Building an MLAgent for a 2v2 soccer recreation entails creating an atmosphere, defining rewards, and coaching brokers utilizing reinforcement studying algorithms. Hugging Face gives hands-on tutorials for such tasks as a part of the DeepRL course you can take without cost. This venture will showcase your experience in reinforcement studying and recreation improvement and your capability to create clever brokers that may be taught and adapt.

Building MLAgent for 2v2 Soccer Game

Picture from the venture

Conclusion

Engaged on these superior machine studying tasks will improve your technical abilities and make your resume stand out to recruiters and hiring managers. Every venture covers completely different features of machine studying, from pc imaginative and prescient and pure language processing to reinforcement studying and generative fashions. By showcasing your capability to deal with advanced tasks and numerous datasets, you’ll considerably enhance your possibilities of touchdown a high-paying machine studying job.

Abid Ali Awan

About Abid Ali Awan

Abid Ali Awan is the Assistant Editor of KDnuggets. Abid is a licensed Knowledge Scientist skilled who loves constructing machine studying fashions. At the moment, he’s specializing in content material creation and writing technical blogs on machine studying and information science applied sciences. Abid holds a Grasp’s diploma in expertise administration and a bachelor’s diploma in telecommunication Engineering.

Leave a Reply

Your email address will not be published. Required fields are marked *