Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-ApeX-DeV committed Apr 10, 2024
1 parent c5f659f commit cfa2484
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Binary file added public/mbc13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/team-member-23-2-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ const newteammembers = [
image: "team-member-23-2.jpg",
linkedin: "http://www.linkedin.com/in/siddhantshedge",
},
{
name: "Shivsagar Mishra",
designation: "Vice-President",
image: "team-member-23-2-1.jpg",
linkedin: "https://www.linkedin.com/in/shivsagar-mishra",
},
{
name: "Sakshi Maurya",
designation: "Secretary",
Expand Down Expand Up @@ -435,6 +441,30 @@ const events = [
],
image: "mbc12.jpg"
},
{
name: "Relational Networks in Machine Learning",
description:
"Participants explored relational reasoning in ML, focusing on innovative solutions like RN architecture & utilization of datasets like CLEVR. Attendees gained insights into the challenges in relational reasoning tasks and limitations of traditional approaches. Emphasis on Visual Question Answering highlighted importance of flexible relational reasoning within neural networks.",
tags: [
{
name: "Relational reasoning",
color: "blue-text-gradient",
},
{
name: "neural networks",
color: "green-text-gradient",
},
{
name: "Visual Question Answering",
color: "pink-text-gradient",
},
{
name: "CLEVR",
color: "pink-text-gradient",
},
],
image: "mbc13.jpg"
},
];

export { services, newteammembers,oldteammembers, events };

0 comments on commit cfa2484

Please sign in to comment.