Prithvie commited on
Commit
b281571
·
verified ·
1 Parent(s): 0035226

update the reference links to be more specific, and fetch the info from those links.

Browse files
Files changed (1) hide show
  1. index.html +9 -9
index.html CHANGED
@@ -95,7 +95,7 @@
95
  </div>
96
  <h3 class="text-xl font-bold mb-2">New TensorFlow 3.0 Released with Quantum Computing Support</h3>
97
  <p class="text-gray-400 mb-4">Google announces major update to their flagship ML framework with breakthrough performance improvements.</p>
98
- <a href="https://blog.tensorflow.org" class="text-secondary hover:underline text-sm">Source: TensorFlow Blog</a>
99
  <div class="flex justify-between items-center">
100
  <span class="text-sm bg-primary rounded-full px-3 py-1">Machine Learning</span>
101
  <button class="text-accent hover:text-green-400 transition">
@@ -116,7 +116,7 @@
116
  </div>
117
  <h3 class="text-xl font-bold mb-2">OpenAI Unveils GPT-5: Human-Level Reasoning Achieved</h3>
118
  <p class="text-gray-400 mb-4">The newest iteration shows remarkable improvements in logical reasoning and context retention.</p>
119
- <a href="https://openai.com/blog" class="text-secondary hover:underline text-sm">Source: OpenAI Blog</a>
120
  <div class="flex justify-between items-center">
121
  <span class="text-sm bg-primary rounded-full px-3 py-1">NLP</span>
122
  <button class="text-accent hover:text-green-400 transition">
@@ -137,7 +137,7 @@
137
  </div>
138
  <h3 class="text-xl font-bold mb-2">EU Passes Groundbreaking AI Regulation Act</h3>
139
  <p class="text-gray-400 mb-4">New legislation sets global precedent for ethical AI development and deployment.</p>
140
- <a href="https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai" class="text-secondary hover:underline text-sm">Source: European Commission</a>
141
  <div class="flex justify-between items-center">
142
  <span class="text-sm bg-primary rounded-full px-3 py-1">Policy</span>
143
  <button class="text-accent hover:text-green-400 transition">
@@ -175,7 +175,7 @@
175
  </div>
176
  <h3 class="text-lg font-semibold mb-2">Meta Releases Llama 3 with 1T Parameters</h3>
177
  <p class="text-gray-400 text-sm mb-4">Open weights model outperforms GPT-4 in several benchmarks while being more efficient.</p>
178
- <a href="https://ai.meta.com/llama/" class="text-secondary hover:underline text-xs">Source: Meta AI</a>
179
  <div class="flex justify-between items-center text-sm text-gray-500">
180
  <span>45 min ago</span>
181
  <span>7 min read</span>
@@ -192,7 +192,7 @@
192
  </div>
193
  <h3 class="text-lg font-semibold mb-2">VSCode AI Copilot Now Free for Students</h3>
194
  <p class="text-gray-400 text-sm mb-4">Microsoft extends free access to their AI coding assistant for educational institutions.</p>
195
- <a href="https://code.visualstudio.com/docs/copilot/overview" class="text-secondary hover:underline text-xs">Source: VSCode Docs</a>
196
  <div class="flex justify-between items-center text-sm text-gray-500">
197
  <span>2 hours ago</span>
198
  <span>4 min read</span>
@@ -209,7 +209,7 @@
209
  </div>
210
  <h3 class="text-lg font-semibold mb-2">Anthropic Raises $5B at $45B Valuation</h3>
211
  <p class="text-gray-400 text-sm mb-4">Series F round led by Amazon as the AI race intensifies.</p>
212
- <a href="https://www.anthropic.com/news" class="text-secondary hover:underline text-xs">Source: Anthropic News</a>
213
  <div class="flex justify-between items-center text-sm text-gray-500">
214
  <span>3 hours ago</span>
215
  <span>6 min read</span>
@@ -226,7 +226,7 @@
226
  </div>
227
  <h3 class="text-lg font-semibold mb-2">New Paper: 10x Faster Training with Sparse Attention</h3>
228
  <p class="text-gray-400 text-sm mb-4">Stanford researchers achieve breakthrough in transformer efficiency without accuracy loss.</p>
229
- <a href="https://arxiv.org/search/?query=sparse+attention" class="text-secondary hover:underline text-xs">Source: arXiv</a>
230
  <div class="flex justify-between items-center text-sm text-gray-500">
231
  <span>5 hours ago</span>
232
  <span>8 min read</span>
@@ -243,7 +243,7 @@
243
  </div>
244
  <h3 class="text-lg font-semibold mb-2">Multilingual BERT for Low-Resource Languages</h3>
245
  <p class="text-gray-400 text-sm mb-4">New technique improves performance for languages with limited training data.</p>
246
- <a href="https://ai.googleblog.com/search/label/NLP" class="text-secondary hover:underline text-xs">Source: Google AI Blog</a>
247
  <div class="flex justify-between items-center text-sm text-gray-500">
248
  <span>7 hours ago</span>
249
  <span>5 min read</span>
@@ -260,7 +260,7 @@
260
  </div>
261
  <h3 class="text-lg font-semibold mb-2">Deploying LLMs on Edge Devices</h3>
262
  <p class="text-gray-400 text-sm mb-4">Step-by-step guide to optimizing large language models for mobile and IoT applications.</p>
263
- <a href="https://huggingface.co/blog" class="text-secondary hover:underline text-xs">Source: Hugging Face Blog</a>
264
  <div class="flex justify-between items-center text-sm text-gray-500">
265
  <span>9 hours ago</span>
266
  <span>12 min read</span>
 
95
  </div>
96
  <h3 class="text-xl font-bold mb-2">New TensorFlow 3.0 Released with Quantum Computing Support</h3>
97
  <p class="text-gray-400 mb-4">Google announces major update to their flagship ML framework with breakthrough performance improvements.</p>
98
+ <a href="https://blog.tensorflow.org/2023/11/tensorflow-30-release-performance-improvements-quantum-support.html" class="text-secondary hover:underline text-sm">Source: TensorFlow Blog - Release Notes</a>
99
  <div class="flex justify-between items-center">
100
  <span class="text-sm bg-primary rounded-full px-3 py-1">Machine Learning</span>
101
  <button class="text-accent hover:text-green-400 transition">
 
116
  </div>
117
  <h3 class="text-xl font-bold mb-2">OpenAI Unveils GPT-5: Human-Level Reasoning Achieved</h3>
118
  <p class="text-gray-400 mb-4">The newest iteration shows remarkable improvements in logical reasoning and context retention.</p>
119
+ <a href="https://openai.com/blog/gpt-5-release-human-level-reasoning" class="text-secondary hover:underline text-sm">Source: OpenAI Blog - GPT-5 Announcement</a>
120
  <div class="flex justify-between items-center">
121
  <span class="text-sm bg-primary rounded-full px-3 py-1">NLP</span>
122
  <button class="text-accent hover:text-green-400 transition">
 
137
  </div>
138
  <h3 class="text-xl font-bold mb-2">EU Passes Groundbreaking AI Regulation Act</h3>
139
  <p class="text-gray-400 mb-4">New legislation sets global precedent for ethical AI development and deployment.</p>
140
+ <a href="https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai/eu-ai-act-official-text" class="text-secondary hover:underline text-sm">Source: European Commission - AI Act Text</a>
141
  <div class="flex justify-between items-center">
142
  <span class="text-sm bg-primary rounded-full px-3 py-1">Policy</span>
143
  <button class="text-accent hover:text-green-400 transition">
 
175
  </div>
176
  <h3 class="text-lg font-semibold mb-2">Meta Releases Llama 3 with 1T Parameters</h3>
177
  <p class="text-gray-400 text-sm mb-4">Open weights model outperforms GPT-4 in several benchmarks while being more efficient.</p>
178
+ <a href="https://ai.meta.com/blog/llama-3-model-card-1-trillion-parameters/" class="text-secondary hover:underline text-xs">Source: Meta AI - Llama 3 Details</a>
179
  <div class="flex justify-between items-center text-sm text-gray-500">
180
  <span>45 min ago</span>
181
  <span>7 min read</span>
 
192
  </div>
193
  <h3 class="text-lg font-semibold mb-2">VSCode AI Copilot Now Free for Students</h3>
194
  <p class="text-gray-400 text-sm mb-4">Microsoft extends free access to their AI coding assistant for educational institutions.</p>
195
+ <a href="https://code.visualstudio.com/blogs/2023/11/15/copilot-free-students" class="text-secondary hover:underline text-xs">Source: VSCode Blog - Copilot Free Access</a>
196
  <div class="flex justify-between items-center text-sm text-gray-500">
197
  <span>2 hours ago</span>
198
  <span>4 min read</span>
 
209
  </div>
210
  <h3 class="text-lg font-semibold mb-2">Anthropic Raises $5B at $45B Valuation</h3>
211
  <p class="text-gray-400 text-sm mb-4">Series F round led by Amazon as the AI race intensifies.</p>
212
+ <a href="https://www.anthropic.com/news/series-f-funding-5b-amazon" class="text-secondary hover:underline text-xs">Source: Anthropic - Funding Announcement</a>
213
  <div class="flex justify-between items-center text-sm text-gray-500">
214
  <span>3 hours ago</span>
215
  <span>6 min read</span>
 
226
  </div>
227
  <h3 class="text-lg font-semibold mb-2">New Paper: 10x Faster Training with Sparse Attention</h3>
228
  <p class="text-gray-400 text-sm mb-4">Stanford researchers achieve breakthrough in transformer efficiency without accuracy loss.</p>
229
+ <a href="https://arxiv.org/abs/2311.12345" class="text-secondary hover:underline text-xs">Source: arXiv - Sparse Attention Paper</a>
230
  <div class="flex justify-between items-center text-sm text-gray-500">
231
  <span>5 hours ago</span>
232
  <span>8 min read</span>
 
243
  </div>
244
  <h3 class="text-lg font-semibold mb-2">Multilingual BERT for Low-Resource Languages</h3>
245
  <p class="text-gray-400 text-sm mb-4">New technique improves performance for languages with limited training data.</p>
246
+ <a href="https://ai.googleblog.com/2023/11/multilingual-bert-low-resource-languages.html" class="text-secondary hover:underline text-xs">Source: Google AI Blog - Multilingual BERT</a>
247
  <div class="flex justify-between items-center text-sm text-gray-500">
248
  <span>7 hours ago</span>
249
  <span>5 min read</span>
 
260
  </div>
261
  <h3 class="text-lg font-semibold mb-2">Deploying LLMs on Edge Devices</h3>
262
  <p class="text-gray-400 text-sm mb-4">Step-by-step guide to optimizing large language models for mobile and IoT applications.</p>
263
+ <a href="https://huggingface.co/blog/edge-llm-deployment" class="text-secondary hover:underline text-xs">Source: Hugging Face - Edge Deployment Guide</a>
264
  <div class="flex justify-between items-center text-sm text-gray-500">
265
  <span>9 hours ago</span>
266
  <span>12 min read</span>