8 / 1 / 2024
Ubuntu is a Linux-based OS best suited for general computing and having user-freindly interface.
In this task, we had to :
What did we Learn:
Shell Script:
Kaggle is a data-science competition platform and community for data scientists and machine learning practitioners. So in this the first basic contest given to any user is the Titanic ML competition through which the user csn learn how the platform works. The data to be fed is given by the platform itself, we have to just type in the python code to access those files and give the output. In this competition we had to build a predictive model which determine the survival rate of the passenger who drowned from thr titanic ship using the given passenger data.
The source code can be referred through this link: Titanic ML Notebook
Markdown is a markup language for creating formatted text using plain text editor. In this task we had to write about any article of our choice using markdown language. For this task I wrote an article on BharatGPT which was very unpopular among people.
What is the use ?
Tinkercad is an online 3D modelling program used for designing electronic circuits and coding.
In this task we familiarised with the use tinkercad and its applications by an example circuit in which we had estimate the distance between an obstance and sensor and display the same on the screen.The resource article was given to us: Resource Article
We did some changes in the code and also found the distance in inches and millimeter while the article had the code to display only in centimeter.
This task requires had to be done both through online simulation and also through constructing the circuit physically. The online simulation was done using Tinkercad while the offline working was done in the presence of the cordinator. We learnt how to moderate the speed of the motor using the Arduino-based setup. The components used were:
ESP32 is a series of low-cost,low-power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth.We created a web-server which would help us toggle the LED connected with ESP32. The code was uploaded to the ESP32 using the Arduino IDE
Soldering is a process used or joining metal parts using a filler metal called solder.In this task we learnt about flux ,electronic copper board and soldering iron. In the presence of the cordinator I soldered a small LED to the electronic board which was later connected to a battery to check its working. We also learnt how to remove the solder.
Astable Multivibrator is a device which produces continous pulse.It can be varied the two connected resistors R1 and R2.We use relation (R1+R2)/(R1+2R2) to know the duty cycle. From this relation, to get 60% effeciency R1 should be equal to 2 times of R2.In our setup we fixed R1 value by taking a resistor while R2 was variable as a potentiometer was used to get the desired output. we got nearly the same answer and observed the multivibrator couldn't have an efficiency less than 50%.
Online Simulation:
Circuit:
Output:
The Karnaugh map is a method of simplifying Boolean algebra expressions,according to the need of problem. K-map is a table-like representation, but it gives more information than the table.In this task we had to create a K-map for an alarm(represented here by a led)which would beep only when door is locked and key is not found and also design a circuit for the same.
GCCF and GenAI by GDSC UVCE
GDSC had conducted a program in which we had to complete their Cloud Computing and GenAI tasks in a span of month and half.This help me learn about cloud computing and for its completion I was given a certificate.
API stands for Application Programming Interface.It acts like a middle man between the user and the server i.e. it takes input from user passes it to the server and takes th output from the server and displays to the user. Many ticket booking websites use this method to compare prices. In this task we had to use an built in our website and use it effectively according to our neeeds. From this we learnt :
The repository of this given in the below link :Repository