id stringlengths 40 40 | title stringlengths 15 120 | text stringlengths 41 3.14k | source stringclasses 2
values |
|---|---|---|---|
03dbe8418a9a7c3f0c3d3d4a3347395f4aed3b8e | since z {\displaystyle z} is low-dimensional, the input | since z {\displaystyle z} is low-dimensional, the input can be easily transformed with z {\displaystyle z}, after that different linear learning methods to approximate the answer of the corresponding nonlinear kernel can be applied. there are different randomized feature maps to compute the approximations to the rbf ke... | wikipedia |
577d84a55942e8990a93c4e92051c1eab0e91846 | let x, x ′ ∈ r d {\displaystyle | let x, x ′ ∈ r d {\displaystyle \mathbf {x},\mathbf {x'} \in \mathbb {r} ^{d}} – samples of data, z: r d → r d {\displaystyle z:\mathbb {r} ^{d}\to \mathbb {r} ^{d}} – a randomized feature map (maps a single vector to a vector of higher dimensionality) so that the inner product between a pair of transformed points appr... | wikipedia |
111d5dadd7c8927df8ffea475c65850c54f5b9b8 | for a feature map Φ: x → f | for a feature map Φ: x → f {\displaystyle \phi :{\mathcal {x}}\to {\mathcal {f}}} with associated kernel k (x, x ′) = ⟨ Φ (x), Φ (x ′) ⟩ f {\displaystyle k(x,x')=\langle \phi (x),\phi (x')\rangle _{\mathcal {f}}}: equality k ^ = k ^ n, q k ^ q − 1 k ^ n, q t {\displaystyle {\hat {k}}={\hat {k}}_{n,q}{\hat {k}}_{q}^{-1}... | wikipedia |
e011f243cb3e040ef8d88821d09e805f03cb2b21 | for a feature map Φ: x → f | langle {\hat {\phi }}_{q}w\rangle _{i}=\langle \phi (x_{i}),w\rangle _{\mathcal {f}}}, i = 1, …, q {\displaystyle {\text{ }}i=1,\dots,q}, w ∈ f {\displaystyle w\in {\mathcal {f}}}. once again, a simple inspection shows that the feature map is only needed in the proof while the end result only depends on computing the k... | wikipedia |
1083ec81ffa7d82d0d169f43c3a10b578c55b4df | defining k ^ n, q = x ^ | defining k ^ n, q = x ^ x ^ q t {\displaystyle {\hat {k}}_{n,q}={\hat {x}}{\hat {x}}_{q}^{\text{t}}}, the proof is finished. | wikipedia |
2aafefde87941e6e10629fbd59d9fceea69f4772 | by the characterization for orthogonal matrix u ^ | by the characterization for orthogonal matrix u ^ q {\displaystyle {\hat {u}}_{q}}: equality (u ^ q) t = (u ^ q) − 1 {\displaystyle ({\hat {u}}_{q})^{\text{t}}=({\hat {u}}_{q})^{-1}} holds. then, using the formula for the inverse of matrix multiplication (a b) − 1 = b − 1 a − 1 {\displaystyle (ab)^{-1}=b^{-1}a^{-1}} fo... | wikipedia |
83687d9b479804eaba026048c1b6845dd75f8b36 | however, defining k ~ = u ~ Σ | however, defining k ~ = u ~ Σ ^ q u ~ t {\displaystyle {\tilde {k}}={\tilde {u}}{\hat {\sigma }}_{q}{\tilde {u}}^{\text{t}}}, it can be computed the next way: | wikipedia |
6bfb4b6f68b7181d93422031b8b151da65d314f3 | u ~ = x ^ x ^ q | u ~ = x ^ x ^ q t u ^ q Σ ^ q − 1 {\displaystyle {\tilde {u}}={\hat {x}}{\hat {x}}_{q}^{\text{t}}{\hat {u}}_{q}{\hat {\sigma }}_{q}^{-1}} (u ~ {\displaystyle {\tilde {u}}} is not necessarily an orthogonal matrix). | wikipedia |
5188e9ac7bcc143ae55ac14d0a13c826cb53de55 | replacing v ^, Σ ^ {\displaystyle {\hat {v}},{\hat | replacing v ^, Σ ^ {\displaystyle {\hat {v}},{\hat {\sigma }}} by v ^ q {\displaystyle {\hat {v}}_{q}} and Σ ^ q {\displaystyle {\hat {\sigma }}_{q}}, an approximation for u ^ {\displaystyle {\hat {u}}} can be obtained: | wikipedia |
e88db6c9d585028540bd9adb23503ba108ee0792 | since u ^, v ^, u ^ q | since u ^, v ^, u ^ q and v ^ q {\displaystyle {\hat {u}},{\text{ }}{\hat {v}},{\hat {u}}_{q}{\text{ and }}{\hat {v}}_{q}} are orthogonal matrices, | wikipedia |
62249aa66882c773efdecf5755a3ee08fe02635b | x ^ q = u ^ q Σ | x ^ q = u ^ q Σ ^ q 1 / 2 v ^ q t, k ^ q = u ^ q Σ ^ q u ^ q t, c ^ q = v ^ q Σ ^ q v ^ q t. {\displaystyle {\hat {x}}_{q}={\hat {u}}_{q}{\hat {\sigma }}_{q}^{1/2}{\hat {v}}_{q}^{\text{t}},{\text{ }}{\hat {k}}_{q}={\hat {u}}_{q}{\hat {\sigma }}_{q}{\hat {u}}_{q}^{t},{\text{ }}{\hat {c}}_{q}={\hat {v}}_{q}{\hat {\sigma ... | wikipedia |
ef0ebf49b6b301f14444299212d3979181334a23 | if u {\displaystyle u} and v {\displaystyle v} | if u {\displaystyle u} and v {\displaystyle v} are matrices with u {\displaystyle u} 's and v {\displaystyle v} 's in the columns and Σ {\displaystyle \sigma } is a diagonal p × m {\displaystyle p\times m} matrix having singular values σ i {\displaystyle \sigma _{i}} on the first k {\displaystyle k} -entries on the dia... | wikipedia |
4ad2cce7b192e9e2c465feb08c7488337bb36853 | applying singular-value decomposition (svd) to matrix a {\displaystyle | applying singular-value decomposition (svd) to matrix a {\displaystyle a} with dimensions p × m {\displaystyle p\times m} produces a singular system consisting of singular values { σ j } j = 1 k, (σ j > 0 ∀ j = 1, …, k), {\displaystyle \{\sigma _{j}\}_{j=1}^{k},{\text{ }}(\sigma _{j}>0{\text{ }}\forall j=1,\dots,k),} v... | wikipedia |
f3ea0ed5ea84b1f52b4981bf307214bf0c432fd9 | (k ^ n, q) i, j = k | (k ^ n, q) i, j = k (x i, x j), i = 1, …, n and j = 1, …, q. {\displaystyle ({\hat {k}}_{n,q})_{i,j}=k(x_{i},x_{j}),i=1,\dots,n{\text{ and }}j=1,\dots,q.} | wikipedia |
85326c0aeabb9e4403e843bd4fecf7158483b0f2 | (k ^ q) i, j = k (x | (k ^ q) i, j = k (x i, x j), i, j = 1, …, q {\displaystyle ({\hat {k}}_{q})_{i,j}=k(x_{i},x_{j}),i,j=1,\dots,q}, | wikipedia |
24e7df2a310383f07ab0f3d71d8f04d9e6d5ebbb | k ~ = k ^ n, q k | k ~ = k ^ n, q k ^ q − 1 k ^ n, q t {\displaystyle {\tilde {k}}={\hat {k}}_{n,q}{\hat {k}}_{q}^{-1}{\hat {k}}_{n,q}^{\text{t}}}, where | wikipedia |
c14682c8d3c841f2133c3f063d5ad76623fd4ee9 | k ^ {\displaystyle {\hat {k}}} is a kernel | k ^ {\displaystyle {\hat {k}}} is a kernel matrix for some kernel method. consider the first q < n {\displaystyle q<n} points in the training set. then there exists a matrix k ~ {\displaystyle {\tilde {k}}} of rank q {\displaystyle q}: | wikipedia |
cbbb9092f868c0a85b574f7faff1f4ee83158d19 | if n {\displaystyle n} is the number of | if n {\displaystyle n} is the number of training examples, the storage and computational cost required to find the solution of the problem using general kernel method is o (n 2) {\displaystyle o(n^{2})} and o (n 3) {\displaystyle o(n^{3})} respectively. the nyström approximation can allow a significant speed-up of the ... | wikipedia |
a3d2cec0c2e420e8fb8e2aaa9d65c1ea0e376a6a | kernel methods (for instance, support vector machines or | kernel methods (for instance, support vector machines or gaussian processes) project data points into a high-dimensional or infinite-dimensional feature space and find the optimal splitting hyperplane. in the kernel method the data is represented in a kernel matrix (or, gram matrix). many algorithms can solve machine l... | wikipedia |
d9af3cdf6251d24968a90442b7061ee996b29cab | julieta castellanos is a honduran sociologist and the | julieta castellanos is a honduran sociologist and the dean of the national autonomous university of honduras (unah) since 2009. castellanos is known for campaigning against violence in honduras, focusing on both drug cartels and police corruption. she has advocated for both judicial and police reform. castellanos found... | wikipedia |
942a7a3fa78368a7e5c62460cd37e45753011f36 | castellanos was presented with the inaugural martin luther | castellanos was presented with the inaugural martin luther king, jr. award on 20 april 2012 at a ceremony sponsored by the martin luther king, jr. foundation and the instituto hondureño de cultura interamericana. | wikipedia |
d4d3dfdd0c257b025c657cb6e197382870e73baf | in october 2011, castellanos' 22-year-old son was kidnapped | in october 2011, castellanos' 22-year-old son was kidnapped and murdered by honduran national police. the incident called attention to the degree of corruption within the honduran police. castellanos called for an end to foreign aid for the honduran police and military, demanding that they "stop feeding the beast." | wikipedia |
866ddb032da2644e4e324ac264adf86859ea1ea7 | castellanos has been a vocal advocate for police | castellanos has been a vocal advocate for police reform and measures to curb violent crime in honduras. she pushed for an international commission to oversee a purge of the police, an idea that was approved by the national congress. castellanos has also weighed in on gun politics in honduras, calling on the honduran ar... | wikipedia |
90635b4993b94f45c1014c65230927e5f926bfd4 | shortly after her appointment, president manuel zelaya was | shortly after her appointment, president manuel zelaya was ousted in a coup. during a demonstration by university students, castellanos was pushed down by police when she attempted to stop them from breaking up the gathering. during her tenure as rector, she has clashed with sitraunah, the union for the university's em... | wikipedia |
23cbf347e68edf590891d5be43a9104bb505adcc | castellanos was elected to a four-year term as | castellanos was elected to a four-year term as rector of the national autonomous university of honduras in 2009. at the time of her appointment she served as coordinator of the unah violence observatory and director of the instituto universitario en democracia paz y seguridad (institute for democracy, peace and securit... | wikipedia |
9897de04df035df54d48c1e0f4673727c71119bb | after completing her studies castellanos became a professor | after completing her studies castellanos became a professor at unah in 1978. she was head of the social sciences department and president of the association of teachers from 1997 to 2001. castellanos also served as president of the association of professors of the university center of general studies (cueg) in 1986, co... | wikipedia |
c6f3a55c7a49da5a4acf37e293cf33bee2c7e997 | julieta castellanos ruiz was born in san francisco | julieta castellanos ruiz was born in san francisco de becerra, olancho on 8 january 1954 to rafael castellanos of santa bárbara, and ernestina ruiz of olancho. she grew up in the rural honduran sugar fields. in 1968 her father brought her an examination for admission to the normal school for girls in the city of teguci... | wikipedia |
4864b0aed295a6091273671d48ea70cd88ca0022 | julieta castellanos (born 8 january 1954) is a | julieta castellanos (born 8 january 1954) is a honduran sociologist and the dean of the national autonomous university of honduras (unah) since 2009. castellanos is known for campaigning against violence in honduras, focusing on both drug cartels and police corruption. she has advocated for both judicial and police ref... | wikipedia |
11203b8e414f23ab9a5fe7646b5314d618609443 | the first article in the "research problems" section | the first article in the "research problems" section of the american mathematical monthly was dedicated by victor klee to hadwiger, on the occasion of his 60th birthday, in honor of hadwiger's work editing a column on unsolved problems in the journal elemente der mathematik. | wikipedia |
fc92680d5326d5101e54c38e9643ccabb41dac1c | hadwiger was one of the principal developers of | hadwiger was one of the principal developers of a swiss rotor machine for encrypting military communications, known as nema. the swiss, fearing that the germans and allies could read messages transmitted on their enigma cipher machines, enhanced the system by using ten rotors instead of five. the system was used by the... | wikipedia |
c5422ff1f6d79eaa1c425f70513e56b17ad2c7c0 | hadwiger proved a theorem characterizing eutactic stars, systems | hadwiger proved a theorem characterizing eutactic stars, systems of points in euclidean space formed by orthogonal projection of higher-dimensional cross polytopes. he found a higher-dimensional generalization of the space-filling hill tetrahedra. and his 1957 book vorlesungen über inhalt, oberfläche und isoperimetrie ... | wikipedia |
4ac6a79f6394c68f106af4cbce946e11eb98a24f | the hadwiger–finsler inequality, proven by hadwiger with paul | the hadwiger–finsler inequality, proven by hadwiger with paul finsler, is an inequality relating the side lengths and area of any triangle in the euclidean plane. it generalizes weitzenböck's inequality and was generalized in turn by pedoe's inequality. in the same 1937 paper in which hadwiger and finsler published thi... | wikipedia |
902f52f6554ada59abef2a61c43e0774ab4c1653 | hadwiger's theorem in integral geometry classifies the isometry-invariant | hadwiger's theorem in integral geometry classifies the isometry-invariant valuations on compact convex sets in d -dimensional euclidean space. according to this theorem, any such valuation can be expressed as a linear combination of the intrinsic volumes; for instance, in two dimensions, the intrinsic volumes are the a... | wikipedia |
c661c03c361e96c2dae11b66ff35a239d366ebc3 | although born in karlsruhe, germany, hadwiger grew up | although born in karlsruhe, germany, hadwiger grew up in bern, switzerland. he did his undergraduate studies at the university of bern, where he majored in mathematics but also studied physics and actuarial science. he continued at bern for his graduate studies, and received his ph.d. in 1936 under the supervision of w... | wikipedia |
e41dba2bf3b262806b76f653c85b23df3dfb56b0 | hugo hadwiger (23 december 1908 in karlsruhe, germany | hugo hadwiger (23 december 1908 in karlsruhe, germany – 29 october 1981 in bern, switzerland) was a swiss mathematician, known for his work in geometry, combinatorics, and cryptography. | wikipedia |
0f80d48275f7373a2106f594ac935d493d9328ce | hinuma station (涸沼駅, hinuma-eki) is a passenger railway | hinuma station (涸沼駅, hinuma-eki) is a passenger railway station in the town of hokota, ibaraki prefecture, japan operated by the third sector kashima rinkai railway. | wikipedia |
9407175adfd37e1ef88924852678fd94492a16e3 | maurice krishaber, born krishaber mór in feketehegy in | maurice krishaber, born krishaber mór in feketehegy in vojvodina on 3 april 1836 and died in mulhouse (france) on 10 april 1883, was a naturalised french hungarian otorhinolaryngologist. | wikipedia |
6cf1daa58881721ac4024bcbc0ac0afef93e91b2 | in 1875, together with jules ladreit de la | in 1875, together with jules ladreit de la charrière and Émile isambert, he founded the annales des maladies de l'oreille et du larynx (otoscopie, laryngoscopie, rhinoscopie). | wikipedia |
4ddc249f21e493e47d93b7ca9202f6faf6204866 | in 1874, Émile isambert, son of françois-andré isambert, | in 1874, Émile isambert, son of françois-andré isambert, opened the first laryngology clinic at lariboisière hospital and at his death in 1876, he was succeeded by maurice raynaud then by adrien proust, the writer's father, who was especially interested in hygiene and the fight against cholera, the laryngology room bei... | wikipedia |
590a899a5667918e8d2594d3d398d6b579222fbb | maurice krishaber, "under the category cerebro-cardiac neuropathy (névropathie | maurice krishaber, "under the category cerebro-cardiac neuropathy (névropathie cérébro-cardiaque) reported 38 patients showing a mixture of anxiety, fatigue and depression. over one-third of these patients complained of baffing and unpleasant mental experiences, consisting of the loss of a feeling of reality. krishaber... | wikipedia |
d566431be99bc19104725e70abd2d185be3b4633 | he gave his name to krishaber's disease, characterised | he gave his name to krishaber's disease, characterised by a combination of tachycardia, vertigo and insomnia also known as cerebro-cardiac neuropathy and classified by freud as an "obsessive neurosis ". | wikipedia |
cfd31c05da17c24cf98c7812e554b8344d670881 | he became an active member of the german | he became an active member of the german medical society in paris on 11 may 1865. his publications, which appeared in paris, were clearly oriented towards the ent sphere, which he practised. he published in the dictionary of medical sciences: "diseases of the larynx" in 1868, "diseases of singers" in 1873; and numerous... | wikipedia |
a460e820a45191549476d728fe0da8d8a91f2757 | he is buried in the central cemetery of | he is buried in the central cemetery of mulhouse and above his grave, a plaque with a quotation in hungarian has been affixed: "may the peace of the dreams of the dead never be disturbed, may their graves be protected from storms for centuries!" | wikipedia |
fdea6cc2b0eccf9237b17319069899a3e73264cc | on 9 april 1872 he was naturalised as | on 9 april 1872 he was naturalised as a french citizen. on 10 june 1875 he married berthe-elise kullmann (1835–1883), daughter of anna kitz and pierre kullmann (a swiss, trader in mulhouse), widow of jean-charles baumgartner, also a trader. | wikipedia |
159fb4c0eb38269cc2d4f1cf1b2320f11c201a40 | born into a hungarian jewish family, mór krishaber | born into a hungarian jewish family, mór krishaber was the son of leonore and guillaume krishaber.he studied medicine at the university of vienna and the university of prague and completed his studies in paris in 1859 where he defended a thesis on 31 august 1864, entitled: considérations sur l'historique et le développ... | wikipedia |
1a4465c5877721d50adab07205fccd4ee8e2b4ab | maurice krishaber, born krishaber mór in feketehegy in | maurice krishaber, born krishaber mór in feketehegy in vojvodina (hungary, now serbia) on 3 april 1836 and died in mulhouse (france) on 10 april 1883, was a naturalised french hungarian otorhinolaryngologist. | wikipedia |
1c0ecc799c7b2083679d81f5873ae3dd8aade0b3 | the mill avenue bridges consist of two bridges | the mill avenue bridges consist of two bridges that cross the salt river in tempe, arizona, at the north end of the shopping district on mill avenue. the first bridge opened in august 1931 and the second bridge opened in 1994. | wikipedia |
daa20e1964c3b353ab999b6255b7c7e380dad190 | on july 29, 2020, the 1915 rail bridge | on july 29, 2020, the 1915 rail bridge adjacent to the mill avenue bridges partially collapsed due to the derailment of a union pacific train and a subsequent fire that spread across the wooden components of the bridge structure, also causing damage in adjacent areas of tempe beach park. | wikipedia |
b6c3c51fb04d30b254fb47d08bd4ee5bcb572ce2 | the mill avenue bridges complex also includes two | the mill avenue bridges complex also includes two rail bridges slightly downstream from the motor-traffic bridges: a railroad bridge of many decades' standing, and parallel to it a new bridge to accommodate the phoenix light rail system, which opened in late 2008. | wikipedia |
77f66a443048644007dc3b8f768ce623d38ef3f6 | in 1999 the dry river bed was transformed | in 1999 the dry river bed was transformed into a dammed artificial lake. tempe town lake was a key success to the revitalization of downtown tempe. formerly just a crossing over the (usually) dry river, these bridges became a centerpiece of the new lake. this prompted a lot of development along the lake. today, mid-ris... | wikipedia |
3ad1fd16296c5bdbf8120f71f90acecd7f2ecf86 | the new mill avenue bridge (located directly to | the new mill avenue bridge (located directly to the east, upstream) opened in 1994 to relieve the original bridge from the increasing traffic. this allowed for two lanes to travel in each direction (north and south), instead of the previous single, two-lane bridge. with the opening of the northbound bridge, the unbridg... | wikipedia |
dcbd152b6c3b590920f6f8b17d2e2515e63d6a13 | as traffic congestion increased, the city began preparations | as traffic congestion increased, the city began preparations for a new bridge crossing parallel to the existing. in the early 1990s construction began on the new crossing. in the spring of 1993, floods returned to the valley again and hampered construction efforts on the new bridge as flood waters tore down scaffolding... | wikipedia |
673222b3ab92f3472c08eea5783eb5e61e4e0c8f | the old mill avenue bridge was listed on | the old mill avenue bridge was listed on the national register of historic places in 1981, celebrating the 50th anniversary of its opening. the old mill avenue bridge is also listed on the tempe historic property register. it was the eighth property to be added to that list, receiving designation on november 4, 1999. | wikipedia |
6c14a4f478cbcc97b4d2502128db6a9d0bc082cb | the bridge faced many strong floods that raged | the bridge faced many strong floods that raged through the salt river valley. in 1980 all but two of the bridged crossings on the salt river were closed for safety reasons (principally erosion of the approaches) due to severe flooding. the mill avenue bridge and one other bridge, the central avenue bridge in phoenix, w... | wikipedia |
7f07af1e22080573af81afb0722d51aeece469c2 | despite the salt's being a dry river, water | despite the salt's being a dry river, water occasionally flowed. when reservoir levels got too high, the dams were required to release water, causing water to flow once more. due to monsoon storms heavy rains would fall, and washes and street runoff emptied into the river. at such times the unbridged crossing was close... | wikipedia |
9828556703cd2c8b88df095b4abd668a189c9f8e | water flowed down the salt river until the | water flowed down the salt river until the 1940s, when dams were constructed upstream. the water flow almost ceased, creating a dry river bed to support the growing southwest. for years, southbound traffic used both lanes of the bridge, while northbound traffic utilized an unbridged crossing in the riverbed. | wikipedia |
b0bac51a82819c82325c1b66c2b4e67bb8ba674a | the original bridge was built in 1931 but | the original bridge was built in 1931 but was not dedicated until 1 may 1933. the dedication celebration lasted for two days. attending the celebration was benjamin baker moeur, a former tempe doctor and the governor at that time. the creation of this bridge replaced the ash avenue bridge, which was a one-lane highway ... | wikipedia |
1c0ecc799c7b2083679d81f5873ae3dd8aade0b3 | the mill avenue bridges consist of two bridges | the mill avenue bridges consist of two bridges that cross the salt river in tempe, arizona, at the north end of the shopping district on mill avenue. the first bridge opened in august 1931 and the second bridge opened in 1994. | wikipedia |
7ef68b9cd7c75025b0a85422a04b6e73275e2d9f | john james hughes was a welsh engineer, businessman | john james hughes was a welsh engineer, businessman and founder of the city of donetsk. the village was originally named yuzovka after hughes,, formally becoming a town in may 1917 and later, in 1924, being renamed to stalino; in 1961, the name was changed to donetsk. | wikipedia |
3a8b24e96a6f9622f0ff7fc52b704874f7754fed | in march 2014, following the annexation of crimea | in march 2014, following the annexation of crimea by the russian federation, a humorous campaign advocated that donetsk join the united kingdom because of the city's connection to hughes. shortly afterwards, the ukrainian government lost control of donetsk to militants of the self-declared donetsk people's republic, wh... | wikipedia |
5ca7b5fe8591a8eceed1419dac641086ad4be691 | the bolshevik revolution of 1917 ended the hughes | the bolshevik revolution of 1917 ended the hughes family's connection to the works. the hughes brothers and almost all their foreign employees returned to britain or other countries. the works were nationalised by the bolsheviks in 1919. the town of hughesovka was renamed "stalino" in 1924, and then the present name "d... | wikipedia |
b45ec03657aa229fce76dd43d24bb94de9de6b52 | by the end of the nineteenth century, the | by the end of the nineteenth century, the works was the largest in the russian empire, producing 74% of russian iron in 1913. a period of relative decline in the early years of the twentieth century was followed by expansion during world war i. many of the men who accompanied john hughes settled in hughesovka and broug... | wikipedia |
0fd8dd26bc931f30c2401ebfe707b3aea260df67 | hughes died on 17 june 1889 during a | hughes died on 17 june 1889 during a business trip to saint petersburg. his body was repatriated to the uk for burial beside his wife at west norwood cemetery in london. several of his sons are also buried there. | wikipedia |
c4d796a7ea70d260e937853e868d4d13cb446ef0 | over the next twenty years, the works prospered | over the next twenty years, the works prospered and expanded, first under john hughes and then, after his death in 1889, under the management of four of his sons. hughes couldn't write and could only read capital letters. | wikipedia |
3dbd72cfc87ab18b92080287b0b5e16cf12af822 | the hughes factory gave its name to the | the hughes factory gave its name to the settlement which grew in its shadow, and the town of hughesovka (yuzovka) grew rapidly. hughes personally provided a hospital, schools, bath houses, tea rooms, a fire brigade and an anglican church dedicated to the patron saints st george and st david. the land around the metalwo... | wikipedia |
8ffbff73a6e9e78349da8085f82b4fa433b7d436 | he immediately started to build metal works close | he immediately started to build metal works close to the river kalmius, at a site near the village of alexandrovka. the state-of-the-art works had eight blast furnaces and was capable of a full production cycle, with the first pig iron cast in 1872. during the 1870s, collieries and iron ore mines were sunk, and brickwo... | wikipedia |
3eb894d55f46bec02585f21986863361b5560632 | he formed the 'new russia company ltd.' to | he formed the 'new russia company ltd.' to raise capital, and in the summer of 1870, at the age of 55, he moved to russia. he sailed with eight ships, with not only all the equipment necessary to establish a metal works, but also much of the skilled labour; a group of about a hundred ironworkers and miners mostly from ... | wikipedia |
d7824acb493f5727a7ad0c377cd8136d8becfac3 | in 1868, the millwall iron works company received | in 1868, the millwall iron works company received an order from the imperial russian government for the plating of a naval fortress being built at kronstadt on the baltic sea. hughes accepted a concession from the imperial russian government to develop metal works in the region, and in 1869 acquired a piece of land to ... | wikipedia |
b7002437af4a53c550eb70fd12fd727bd395dd6c | in the mid-1850s, hughes moved to london to | in the mid-1850s, hughes moved to london to become manager of c.j. mare and company 's forges and rolling mills, which was then taken over by the millwall iron works & shipbuilding company, part of the millwall iron works, shipbuilding and graving docks company. hughes was a director of the company when it foundered, a... | wikipedia |
25561c66daf8b16906c42b413e5581719d6f3216 | he then moved to ebbw vale, before joining | he then moved to ebbw vale, before joining the uskside foundry in newport, monmouthshire, in the 1840s. it was here that hughes made his reputation and fortune, patenting a number of inventions in armaments and armour plating. the resultant revenues allowed him to acquire a shipyard aged 28, and by the age of 36 he own... | wikipedia |
2033390e8cf0e8ea8b3903e477d8e3d5b959f059 | john james hughes (1814 – 17 june 1889) | john james hughes (1814 – 17 june 1889) was a welsh engineer, businessman and founder of the city of donetsk. the village was originally named yuzovka (hughesovka, russian: Юзoвка) after hughes, (" yu z " being a russian approximation of hughes), formally becoming a town in may 1917 and later, in 1924, being renamed to... | wikipedia |
46f0a88f496a5eb9dab394d2b2769a9e8b06d7d4 | kozyra earned a b.s. (1979), an m.s. (1981), | kozyra earned a b.s. (1979), an m.s. (1981), and a ph.d. (1986) from the university of michigan. following her ph.d. she joined the faculty at the university of michigan as an assistant research scientist. in 2005, kozyra was named the george carignan collegiate research professor. in 2014, kozyra retired from her posi... | wikipedia |
a21fd3c53dbf6998f2ca8dec20bca043d4246a6f | currently, the state of são paulo has 34 | currently, the state of são paulo has 34 state parks, a category of conservation unit for integral protection of nature defined in the law of the national system of nature conservation units and classified as category ii by the international union for conservation of nature (iucn). the basic objective of a state park i... | wikipedia |
31caff15498810911f9043ef9af7e9ecb0ac6114 | currently, the state of são paulo has 34 | regions. the jacupiranga, serra de paranapiacaba and juréia-itatins mosaics, composed of important state parks, also are unesco world heritage sites. from the original 33,979 square kilometers of cerrado, less than 3,000 square kilometers remain. less than 0.5% is in conservation units, including state parks, which me... | wikipedia |
211367d4d5ddf9bcb7c22fe9cbfcbfb4c8260598 | from the original 33,979 square kilometers of cerrado, | from the original 33,979 square kilometers of cerrado, less than 3,000 square kilometers remain (less than 1% of são paulo's territory). less than 0.5% is in conservation units, including state parks, which measure 50 square kilometers. | wikipedia |
98636ab4fd4a72e44a0f3bd967b08ef724b7cd26 | the two biomes found in the state are | the two biomes found in the state are the atlantic forest and the cerrado. despite the considerable number of state parks, they protect less than 8,000 square kilometers of native vegetation. 30.4% of the city of são paulo is covered by remnants of the atlantic forest, including large fragments in the cantareira, parqu... | wikipedia |
d86e7191f607f5fad0fc9bfae9e08bc48ef2bd6e | the first official state park was campos do | the first official state park was campos do jordão, created by decree no. 11,908 issued on march 27, 1941, by ademar pereira de barros. it was followed by alto ribeira tourist in iporanga, on may 19, 1958, and jaraguá, on may 3, 1961, in the city of são paulo. the smallest state park is the a.r.a., with just under 0.6 ... | wikipedia |
5b8fcf42f83b4eba5380c15960bf5ba22ecdbf31 | currently, the state of são paulo has 34 | currently, the state of são paulo has 34 state parks, a category of conservation unit for integral protection of nature defined in the law of the national system of nature conservation units and classified as category ii by the international union for conservation of nature (iucn). the basic objective of a state park i... | wikipedia |
2aedd5dc482c6bfe5ddaa2fee208d6483d3b57d2 | in linear algebra, if a 0 , a | in linear algebra, if a 0 , a 1 , … , a ℓ are n × n complex matrices for some nonnegative integer ℓ , and a ℓ ≠ 0 , then the matrix pencil of degree ℓ is the matrix-valued function defined on the complex numbers l = ∑ i = 0 ℓ λ i a i . a particular case is a linear matrix pencil a − λ b with λ ∈ c where a and b are com... | wikipedia |
a31f1f268e2a6f349059757127c96270dcdc323f | matrix pencils play an important role in numerical | matrix pencils play an important role in numerical linear algebra. the problem of finding the eigenvalues of a pencil is called the generalized eigenvalue problem. the most popular algorithm for this task is the qz algorithm, which is an implicit version of the qr algorithm to solve the associated eigenvalue problem b ... | wikipedia |
d250b0e701073db0d02a1becae4791d0692f8309 | a pencil is called regular if there is | a pencil is called regular if there is at least one value of λ {\displaystyle \lambda } such that det (a − λ b) ≠ 0 {\displaystyle \det(a-\lambda b)\neq 0}. we call eigenvalues of a matrix pencil (a, b) {\displaystyle (a,b)} all complex numbers λ {\displaystyle \lambda } for which det (a − λ b) = 0 {\displaystyle \det(... | wikipedia |
2fc8a3d00fc3c4508c1879222743e6c5a18a5ce3 | a particular case is a linear matrix pencil | a particular case is a linear matrix pencil a − λ b {\displaystyle a-\lambda b} with λ ∈ c {\displaystyle \lambda \in \mathbb {c} } (or r {\displaystyle \mathbb {r} }) where a {\displaystyle a} and b {\displaystyle b} are complex (or real) n × n {\displaystyle n\times n} matrices. we denote it briefly with the notation... | wikipedia |
b353f8b09b407006caa85d54cde0ed192f00d7fb | in linear algebra, if a 0, a 1, | in linear algebra, if a 0, a 1, …, a ℓ {\displaystyle a_{0},a_{1},\dots,a_{\ell }} are n × n {\displaystyle n\times n} complex matrices for some nonnegative integer ℓ {\displaystyle \ell }, and a ℓ ≠ 0 {\displaystyle a_{\ell }\neq 0} (the zero matrix), then the matrix pencil of degree ℓ {\displaystyle \ell } is the mat... | wikipedia |
fbfd7dfcb98c62ded309fe85ac67f854f60514e2 | monopolies are not often found in practice. the | monopolies are not often found in practice. the more usual market format is oligopoly: several firms, each of which is large enough so that a change in their price will affect the other firms' price, except for those with monopolies. when looking at oligopolies, the problem of interdependence arises. interdependence me... | wikipedia |
bdc6dcfdfd9caf0a59930a74ba1bc1177cc6822f | she got her habilitation in 1995. she is | she got her habilitation in 1995. she is the manager of the institute for jewish culture and history (zakład kultury i historii Żydów) in the humanistic department of maria curie-skłodowska university. her job is translating literature from english and yiddish. she is also an editor for the magazine "akcent". member of... | wikipedia |
63f354576417142afbe656c4a997fc4ec0b27524 | a penumbral lunar eclipse took place on friday, | a penumbral lunar eclipse took place on friday, march 23, 1951. this subtle penumbral eclipse may have been visible to a skilled observer at maximum eclipse. 64% of the moon's disc was partially shaded by the earth, which caused a gentle shadow gradient across its disc at maximum; the eclipse as a whole lasted 3 hours ... | wikipedia |
b8a636db4048d1f0176e4b66b76a9763ce18171a | a penumbral lunar eclipse took place on friday, | a penumbral lunar eclipse took place on friday, march 23, 1951. this subtle penumbral eclipse may have been visible to a skilled observer at maximum eclipse. 64% of the moon's disc was partially shaded by the earth (none of it was in total shadow), which caused a gentle shadow gradient across its disc at maximum; the e... | wikipedia |
8bd53bc214438e8d020862044392e33a7f559351 | jovan ajduković is a serbian linguist. jovan ajduković | jovan ajduković is a serbian linguist. jovan ajduković graduated from the university of belgrade, serbia in 1991. his main research interest is contact linguistics and russian linguistics, in particular, study of russianisms in slavic languages, which was the topic of his master and ph.d. theses. from 2003 to 2012 he w... | wikipedia |
bf0c51bca0fd0380ea3446229836ddaefdb44118 | jovan ajduković is a serbian linguist. jovan ajduković | bia). special part of the project has been dedicated to russian language in contact with other slavonic and european languages. he has attended various international symposiums on philology, in belgrade (serbia), skopje (macedonia), sofia (bulgaria), bratislava (slovakia), budapest (hungary), bucharest (romania), odesa... | wikipedia |
06e10303115f070450658ea54ea51869ac2015c3 | he has attended various international symposiums on philology, | he has attended various international symposiums on philology, in belgrade (serbia), skopje (macedonia), sofia (bulgaria), bratislava (slovakia), budapest (hungary), bucharest (romania), odesa (ukraine), ohrid (macedonia), island of rab (croatia), herceg novi (montenegro), timișoara (romania), porto carras / potidea pa... | wikipedia |
c185c7a1c006fc2a9f14cf492dd82f630b9260c5 | professor ajduković has been involved in the scientific | professor ajduković has been involved in the scientific project called codes of russian cultures at the university of belgrade, faculty of philology (serbia). special part of the project has been dedicated to russian language in contact with other slavonic and european languages. | wikipedia |
1102759d2e5395707cdaed2e06cdc736d224a579 | jovan ajduković is best known for his contribution | jovan ajduković is best known for his contribution to the so-called "theory of contacteme" (ajduković 2004) and for his a contactological dictionary of slavic languages: the contactological dictionary of adaptation of bulgarian contact-lexemes under russian influence (ajduković 2010, 2011), which formally describes the... | wikipedia |
0a300e378728a32087b0ec8495f3a4b68e27089b | in april 2005 jovan ajduković gave three public | in april 2005 jovan ajduković gave three public lectures at the university of vienna and the university of graz, austria. in october 2006 he gave a special lectures on contact linguistics and russian internet resources at the institute of west and south slavic studies, warsaw university, poland. | wikipedia |
3a5b73ae10285af66c4d6d42491f5713f3b268a2 | from 2003 to 2012 he was an editor | from 2003 to 2012 he was an editor of the international online journal balkan rusistics (university of sofia). currently he is a member of the advisory board of the international journal of russian studies (ankara university, turkey). | wikipedia |
749a00055433da156df2dbb79f6016ab67ff861d | jovan ajduković graduated from the university of belgrade, | jovan ajduković graduated from the university of belgrade, serbia in 1991. his main research interest is contact linguistics and russian linguistics, in particular, study of russianisms in slavic languages, which was the topic of his master and ph.d. theses. | wikipedia |
af9bfcbcf1c0564431416e304fa70ce7184849d3 | numerous mesfet fabrication possibilities have been explored for | numerous mesfet fabrication possibilities have been explored for a wide variety of semiconductor systems. some of the main application areas are military communications, as front end low noise amplifier of microwave receivers in both military radar devices and communication, commercial optoelectronics, satellite commun... | wikipedia |
3b940fd5db48c0a6370ce3cf4cbd2a0b1d82092d | while this restriction inhibits certain circuit possibilities as | while this restriction inhibits certain circuit possibilities as the gate must remain reverse-biased and cannot therefore exceed a certain voltage of forward bias, mesfets analog and digital devices work reasonably well if kept within the confines of design limits. the most critical aspect of the design is the gate met... | wikipedia |
d30eb6d2180eac82d3c755916d098b2eb53956c5 | the mesfet, similarly to jfet, differs from the | the mesfet, similarly to jfet, differs from the common insulated-gate fet or mosfet in that there is no insulator under the gate over the active switching region. this implies that the mesfet gate should, in transistor mode, be biased such that one has a reversed-biased depletion zone controlling the underlying channel... | wikipedia |
4280fa72fbe3278c075afb98f8a1c4eab7dc7177 | mesfets are constructed in compound semiconductor technologies lacking | mesfets are constructed in compound semiconductor technologies lacking high quality surface passivation, such as gallium arsenide, indium phosphide, or silicon carbide, and are faster but more expensive than silicon-based jfets or mosfets. production mesfets are operated up to approximately 45 ghz, and are commonly use... | wikipedia |
99f1fa51bb7feba4fb9afb301e6636de2044860c | michael ryan crowley, is a retired american professional | michael ryan crowley, is a retired american professional ice hockey player. he played parts of three seasons in the national hockey league with the mighty ducks of anaheim between 1997 and 2001, as well as several seasons in the minor american hockey league and international hockey league. prior to turning professional... | wikipedia |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.