Posts

Showing posts from June, 2024

My project :IOT

Image
        Connecting the unconnected ! IOT project of controlling home light using WiFi Node MCU, and Relay module. ~ Guided by :  Dean Academics Dr. A.B Pawar Sir. AT 1- Group id 2 ~ Project Video1  :  Youtube ~ Project Video 2 :  Youtube  ðŸ”—  Linked in Links :        Vaishnavi      Milind     Saurabh   # Steps in our Project : (1-7) Take NodeMCU, RelayModule,Jumper Wires  Connect it with Laptop USB Socket  Open Blynk Application (Do setup) Open Arduino IDE (Write the Code and Upload to Node MCU) Now Control Your Home Lights Online Via Mobile Phone using Blynk Application                        OUR   REPORT                              Click Here

My Project : Brain Tumor detection using deep learning

 Project => Brain Tumor detection using deep learning framework tensorflow Part 1 : Build and train Model using  Tensorflow and keras [CNN] #Terms CNN :   Convolutional neural network designed for processing structured grid data such as images Used: for tasks like => Image Recognition, Image Clssification  CNN they can automatically learn hierarchical representation of visual data          Hierarchical Data : It means  all 5 layers (Components)               Components of CNN :              1. Convolutional Layer             2. Pooling layer              3. Fully connected layer               4. Flatten Layer              5. Output layer   Advantages of CNN    1. Automatic Feature Extraction:   ...