Skip to content

Instantly share code, notes, and snippets.

View ashwath007's full-sized avatar
🐺
ハードワーク

D.J Sri Vigneshwar ashwath007

🐺
ハードワーク
View GitHub Profile
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from webdriver_manager.chrome import ChromeDriverManager
from selenium.common.exceptions import WebDriverException, TimeoutException
import json
import time

Ref: Exclusive Q&A: John Carmack’s ‘Different Path’ to Artificial General Intelligence

"So I asked Ilya Sutskever, OpenAI’s chief scientist, for a reading list. He gave me a list of like 40 research papers and said, ‘If you really learn all of these, you’ll know 90% of what matters today.’ And I did. I plowed through all those things and it all started sorting out in my head."

Ref: https://x.com/ID_AA_Carmack/status/1622673143469858816

I rather expected @ilyasut to have made a public post by now after all the discussion of the AI reading list he gave me. A canonical list of references from a leading figure would be appreciated by many. I would be curious myself about what he would add from the last three years.

Papers

import React from 'react';
import { Card, Flex, Text, Badge } from '@radix-ui/themes';
import { Video, Instagram } from 'lucide-react';
const CricketEngagementCard = () => {
return (
<Card className="max-w-[600px] bg-gray-900 text-white p-4">
<Flex direction="column" gap="3">
<Text size="5" weight="bold">
Markram was brave, tactically astute while leading South Africa in T20 World Cup 2024: Graeme Smith
require("dotenv").config();
const cors = require('cors');
const express = require('express');
const mongoose = require('mongoose');
const session = require('express-session')
const bodyParser = require("body-parser");
const cookieParser = require("cookie-parser");
const Pig = require('pigcolor');
/******************************************************************************
Online C Compiler.
Code, Compile, Run and Debug C program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <stdio.h>
@ashwath007
ashwath007 / overfittting_and_underfitting.ipynb
Created August 5, 2021 19:42
Overfittting_and_underfitting.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ashwath007
ashwath007 / overfittting_and_underfitting.ipynb
Created August 5, 2021 19:17
Overfittting_and_underfitting.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.