This video shows the difference between a tuned and non-tuned Gemini AI model with a very simple example. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Steps: Excerpts:Tuning vs prompting in AI? Prompting: Concept: Involves crafting specific…
Tag: model
How to design PWM signal with different ON and OFF period in Matlab Simulink?
The content reviews a video demonstration of how to use Simulink model design to generate a PWM (Pulse Width Modulation) signal with variable ON and OFF periods. The process involves using a CLOCK block to receive the time component, then applying a REM (remainder) block to acquire the remainder value from the timer. This value sets the threshold for the switch block, dictating the creation of the desired PWM signal. If viewers need additional help or have suggestions, they can contact the creators through their website or email.
How to upload a file in OpenAI(ChatGPT) for Fine Tuning?
Steps to upload the file is provided in the below URL: https://platform.openai.com/docs/api-reference/files/create The sample curl command provided in this page is: One will have to update this curl command with one’s details. Below is my example: Then run it in Windows command prompt as below: =========== To get the files…
How to integrate Open AI Chat GPT legacy model “text-davinci-003” in your Android app?
In this video it shows the steps to integrate the Chat GPT legacy model “text-davinci-003” APIs in your Android App. For documentation on the chatGPT APIs, please refer at: https://platform.openai.com/docs/api-reference/completions/create I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at:…
How to create random PWM (Pulse Width Modulation) Signal with fixed duty cycle in Simulink – Matlab R2023a? – using random number generator block
This video shows the steps to generate PWM signal with random trigger input signal in your Simulink Model of Matlab R2023a. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Screenshots:
How to detect rising edge in signal in your Simulink model in MATLAB R2023a?
This video shows steps to detect the rising edge part in your signal. So, whenever the direction of your signal goes towards a rise, the logic will detect it and generate a pulse signal for those points. It simply uses a combination of delay block and difference (minus) block to…
How to convert Square wave into Pulse wave/ Signal in your Simulink model in MATLAB R2023a?
This video shows how to design a Simulink model to convert a Square waveform to a Pulse Waveform/ signal. It uses all basic blocks such as delay block and switch block to implement the logic. It uses Scope to visualize the output. I hope you like this video. For any…
How to implement van der pol equation in Simulink – R2023a?
In this video it shows step by step approach to implement Van Der Pol Mathematical equation as Simulink Model. This demo can be used to design any mathematical equation as a Simulink model which can be used for simulating the results with various parameter values. The Ven Der Pol equation…
How to modulate the speech by setting pitch & rate in TextToSpeech using SeekBars in your Android App?
In this video it shows steps to modulate the sound of Text to Speech API by setting the pitch and speech rate using the seek bar in Android App. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com…
How to get make, model, brand, etc. of the phone/ device in your Android App?
In this video it shows how to get the details of the phone such as Model, Manufacturer, Device name, etc. using the Build object in the code. The details of the phone from the Build is available to any app so it can easily be accessed to fetch the details…