Skip to content

Instantly share code, notes, and snippets.

@morpheuslord
morpheuslord / @mattupham Omegle IP Location Finder
Created May 29, 2021 15:33 — forked from mattupham/@mattupham Omegle IP Location Finder
@mattupham Omegle IP Location Finder - Ask Questions in our Discord, links below
// Subscribe on YouTube, and follow on TikTok (@mattupham)! Socials found below:
// https://mattupham.com/links
// @ me on Discord with any questions!
https://link.mattupham.com/discord
// --------------------------------------------
// PLEASE REPLACE "your-api-key-here" WITH AN
// API KEY FROM https://ipgeolocation.io/
let apiKey = "your-api-key-here";
@morpheuslord
morpheuslord / chat.md
Last active March 1, 2023 04:18
CHAT-GPT USAGE GIST

Prompts to use chat gpt to write answers and also research papers with ease

Ask Question

-> What are the core concepts of {{topic}}? Give a detailed analysis
-> Can you answer in detail what are the concepts on {{topic}}

Write codes

@morpheuslord
morpheuslord / class_notes.md
Last active November 27, 2023 08:14
class notes

First Class

  • DORA:
DoRA
	- Discover
	- Offer
	- Request
	- Acknowledgement
@morpheuslord
morpheuslord / CSM.md
Last active January 17, 2024 13:14
CSM Important points

Keywords

  1. CCPA: California Consumer Privacy Act

    • A privacy law in California that grants California consumers certain rights regarding their personal information. It imposes regulations on businesses to safeguard and provide transparency about the collection and use of consumer data.
  2. SPD: Security Policy Document

    • A document that outlines an organization's security policies, defining rules, procedures, and guidelines to ensure the confidentiality, integrity, and availability of its information assets.
  3. IGRC: Integrated Governance, Risk Management, and Compliance

  • An approach that integrates governance, risk management, and compliance activities within an organization to streamline processes, reduce redundancy, and enhance overall effectiveness.

Comparative Analysis of the Evolution of Research on MRI-Based Brain Tumor Classification

You've shared three iterations of your research on MRI-based brain tumor classification using deep learning:

  1. First Paper (Earliest): "Optimization of Deep Learning Algorithms (DLA) Accuracy for Brain Tumor Classification from MRI Images" by Dhanasingh B Rathod.
  2. Second Paper (Previous Iteration): "Optimization of Deep Learning Algorithms (DLA) Accuracy for Brain Tumor Classification from MRI Images" by Dhanasingh B Rathod and Dr. Kuppala Saritha.
  3. Current Paper (Latest): "Enhanced MobileNetV2 with an Attention Mechanism for Real-Time MRI-Based Brain Tumor Classification: A Deep Learning Approach."

Below is a comparative analysis of these three papers, focusing on how the research has evolved over time, highlighting improvements, methodological advancements, and contributions to the field.

Services and Hostname

Services

  • Backup
    • File Backup: via SMB
    • Image Backup: PhotoPrism
  • Remote Connection and Monitoring: SSH, NetData
  • Music Streaming: Jellyfin
  • Hosting and container management: Portainer
version: "3"
volumes:
prometheus-data:
driver: local
grafana-data:
driver: local
services:
jellyfin:

Analysis of the Code: Conceptual Breakdown

This script is a comprehensive pipeline for categorizing food items based on their nutritional values using a deep learning approach with an attention mechanism. The code performs data preprocessing, feature engineering, handling class imbalance, and building a multi-input neural network to classify food into categories based on macronutrient composition.


DataSets Refered

Enhancing your machine learning (ML) model for dietary recommendations in healthcare can be approached through several strategies:

  1. Addressing Dietary Complexity with Advanced ML Techniques: Dietary data is inherently complex due to the interactions between various nutrients and individual health outcomes. Traditional methods may fall short in capturing these intricate relationships. Implementing advanced ML algorithms, such as random forests or gradient boosting, can model these complexities more effectively, leading to more accurate and personalized dietary recom

Your hybrid air quality classification model stands out due to its unique combination of methodologies compared to existing research. Here’s what makes it different and innovative:


Comparison with Other Studies

Feature Your Model Other Research
Hybrid Architecture ✅ Combines individual pollutant severity classification with overall AQI prediction ❌ Most models focus only on AQI or single-pollutant analysis
Deep Learning Approach ✅ Uses Multi-Head Attention, Bidirectional LSTMs, and Dense Layers ⚠️ Some use RNNs, CNNs, or traditional ML models
Attention Mechanisms ✅ Employs Multi-Head Attention + Traditional Attention layers for pollutant interactions ⚠️ Only a few studies use attention mechanisms, and most do not optimize for multiple branches