[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/CSG/ Computer Science General

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 133
Thread images: 19

Let's not bother other /sci/entists here and concentrate all computer science discussion here. Both theoretical and applied CS discussion is welcomed here. Discuss algorithms, implementations, programming, operating systems and more.
>>
File: trash.gif (2MB, 580x433px) Image search: [Google]
trash.gif
2MB, 580x433px
>>>/g/
>>
AI researcher here. My field is lonely. The closest I get to a conversation with people is when I talk to someone in the NLP community and then they only correct my grammar.
>>
>>9001376
lol 7/8 story
>>
>>9001286
The >>>/g/hetto is that way
>>
>>9001381
>literally a science and math board
>computer science is getting redirected to g
Guys pls
>>
File: 1448667151811.gif (2MB, 320x240px) Image search: [Google]
1448667151811.gif
2MB, 320x240px
>>9001390
>>
>>9001394
Isn't CS considered a subset of logic?
>>
>>9001400
yeah.

I see computer science being born out of recursion theory.

recursion theorist are more concerned about uncomputability and computer scientist are more concerned about computable functions/algorithm analysis... but it all falls under logic/math.

this focus of computer science is a sub-field of mathematics.

computer scientist basically apply pure mathematics to theoretical problems in computer science... convex analysis, linear algebra, graph theory, number theory, category theory, topology, etc.
>>
>>9001286
Post good books that arent commonly seen
>>
>>9001482
Kozen is the best CS author of all time
>>
>>9001400
>>9001417
>>9001482
See pic related to see relation
Computability is my favourite but it's been ded for 50 years
Rodgers and Cooper are good reference books
>>
>>9001376
I lol'd

>>9001400
No, CS is extremely broad. Some areas like Computer Graphics theory are really applied and mostly care about stuff like modeling light (e.g. how should we model light when it interacts with surfaces like skin or milk that involve the light penetrating into the surface some amount).

Programming Language Theory is the closest that CS comes to logic but really it's more of an intersection between CS (specifically type theory), pure math (specifically pure category theory), and logic.

Computability (also sometimes called formal languages, recursive set theory, or recursion theory) is essentially a subset of pure math very analogous to set theory or type theory (specifically a version of lambda calculus which is provably equivalent to recursive set theory).

>>9001417
Computability is only a part of computer science. CS is so broad that many CS graduates and researchers are likely to be working in areas completely separate from computability (and completely separate from each other as well).

>>9001510
This is imo the best book on computability (specifically the recursive set theory approach) out there.

These lecture notes are pretty great too for a more basic/general introduction to computability (formal language approach)
http://math.tut.fi/~ruohonen/FL.pdf

This gives a quick introduction to Lambda Calculus.
https://arxiv.org/abs/0804.3434
This last one isn't really computability, as it very focused specifically on Lamba Calculus.

I do have a Lambda Calculus book somewhere that mirrors Davis' "Computability, Complexity, and Languages" through Lambda Calculus instead of Recursive Set Theory (really hammering down the point that they're all equivalent). If people are interested I could look it up. I only didn't recommend it because it's kind of a tedious long read and accomplishes almost the exact same stuff as Davis' superior book (in my opinion). The lecture notes above cover lambda calculus itself with no overlap.
>>
>>9001289
sides = gone
>>
>>9001381
>>9001289
/g/ is consumer whores who only know trade skills, no actual computer science. They're basically "the computer kid in the family".
>>
>>9001376
>AI researcher here.
>import tensorflow as tf
I'm a "researcher" tik
>>
>>9001590
Not that guy but you are a retard. gb2 your brainlet containment board >>>/g/
>>
Anyone do/doing a PhD in theoretical CS?
I love everything about it and want to carry on afger my masters, but I'm not interested in any one thing especially. Should I not bother?
>>
>>9001376

What is the current state of the art in general AI? Are we even close to something?
>>
>>9001667
I'm in my 3/4 years of PhD study program, although there were some complications and on the way, instead of working on image processing, medical imaging and computer vision I ended up in Quantum Cryptography - which is rather in the theoretical department and is also quite multi disciplinary, since you have to learn some things from physics and mathematics to work on it. I'm not the best PhD student, but ask me anything. Also, I'm from Poland, so PhD studies in your country may be very different.
>>
>>9001836
Why did you want to do a PhD? What is your advantage of doing one compared to if you stopped to the Master? And how did you end up in Quantum Cryptography?
>>
File: fpbp.jpg (88KB, 800x850px) Image search: [Google]
fpbp.jpg
88KB, 800x850px
>>9001289
FPBP
>>
>>9001846
I wanted to see if I'm capable of continuing my education, because I like Computer Science in general, many aspects of it are interesting to me. I also think that I learned a lot at my Uni and wanted to contribute something (even small) from my side. I was having a hard time doing anything related to image processing, medical imaging and computer vision simply because nobody does this at our Uni, and the contacts I had outside of Uni were not motivated enough to help me (I tried to motivate them, but it didn't work). Then, at the end of 3rd year, you must choose a promoter. Since my supervisor wasn't interested, because she's intro text mining and I'm not exactly into this area (still, completely something else we were working on before), I decided, that instead of doing as my supervisor and other lecturer's suggest, I'm going my own way. I don't know anything about Cryptography, but was always interested in comp sec and by the way in crypto, but very passively. I decided that I want to study cryptography, but the only person doing any active scientific work in this area (publishing articles etc.) was a guy that does Quantum Crypto. I took his course once and it seemed like a good idea. This is the story, sorry I made it a bit long. My advice: from the start of your PhD studies think about one specific area and see if your Uni has people researching it. I ended up in one of two fields that are active in our Uni, others are too passive to make it work (no publishing of articles).
>>
>>9001852
It's not to hard to try a PhD that was not your major during the Msc or Bsc?
>>
>>9001852
I'm starting a phd in the fall in computer engineering (specifically the field of computer architecture)

I'm also interested in quantum computers, both from the algorithm and architecture sides

Should I learn quantum mechanics? If so, would Griffiths book suffice?

For the quantum cryptography stuff, what kind of math did you have to learn?
>>
Radix sort can outperform quicksort on sequences in practice
>>
>>9001860
It depends on the area, however when I went to a PhD programme I didn't have any area in mind and I know that I couldn't continue what I did for MSc, because nobody does this research at Uni anymore (the professor left, he was a visitng prof and another guy became a blender maniac after my MSc).

>>9001863
I strongly suggest you learn whatever you'll need when reading the publications to understand them. For Quantum Computing you don't actually need to know Quatum Mechanics (I'd be kill by now if this was the case). Read abut quantum computing in general, Quantum Gates may interest you, Quantum Turing Machines are not as popular as gates. The math I've seen so fat in QC is mostly linear algebra(complex numbers, matrices..) and real analysis (limits, derivatives, integrals, etc.) and probability. Check out dirac notation too, it's used extremely often.
>>
>>9001878
Is there like a real application right now of quantum cryptography?
>>
>>9001888
Nice trips. Yes, there are at least 3 companies producing QKD devices and governments, militaries and banks buy it. They're very expensive. All of them are vulnerable, the guy who researches quantum hacking is Vadim Makarov, looks like Stallman a bit.
>>
Reading this thread with very much interest.
I just finished my physics PhD a month ago and have been working in the field of integrated nanodevices for quantum computing before, and I was generally drifting more and more towards programming language theory in the last 4 years.

Right now I started professionally writing algorithms for augmented reality and I also just started a youtube channel on math, where my strategy is to bootstrap predicate logic via Curry-Howard by first speaking about the Idris programming language. I had this project running for a few years and think I got a good plan now

https://www.youtube.com/channel/UCcrSMnEYhIPX_p127jI23qw/videos
>>
>>9001896
What are good booos or references for an intro to quantum nanodevices?
>>
>>9001376
What are true AI guys doing these days? It seems that everyone has jumped aboard the Deep Learning bandwagon.
>>
>>9001896
Why not continue the research in integrated nanodevices for quantum computing?
Seems like a really cool research area.
>>
>>9001400
I see what you are going for, but it would be a superset.
>>
>>9001902
*books
>>
File: want.jpg (101KB, 500x626px) Image search: [Google]
want.jpg
101KB, 500x626px
>>9001902
Theory or practice? As has been said above, you can go a long way without much quantum - just knowing exactly how a Vector Network Analyzer works implies you got enough knowledge to carry out the experiments. In QM, to get a feel for what you're doing, you gotta know what Rabi oscillations are, e.g. as presented in the book by Isaac Chuang and Michael Nielsen.

>>9001910
The field moves too slow. We can now factor 15 into 3 and 5 and my prediction is that in 5 years we'll still merely do academic work. Besides, three digits starting don't hurt me.
>>
>>9001875
yes
>>
>>9001976
>Theory or practice?

More interested in theory, but could you give me 2 -3 intro references for both (papers or books)?

I would seriously appreciate it.
>>
File: reading_club.gif (2MB, 600x338px) Image search: [Google]
reading_club.gif
2MB, 600x338px
>>9001999
- Quantum Computation book
http://www.michaelnielsen.org/qcqi/QINFO-book-nielsen-and-chuang-toc-and-chapter1-nov00-acro5.pdf
- More particularly
https://en.wikipedia.org/wiki/Jaynes%E2%80%93Cummings%E2%80%93Hubbard_model
- Circuit QED intro
https://arxiv.org/pdf/1310.1897.pdf
- On microelectronics
http://www.csun.edu/~acm31201/Old%20Class%20Work/ECE%20340/Fundamentals%20of%20Microelectronics.pdf
- To get a feel, here's the latest paper of my old group
https://arxiv.org/pdf/1706.00376.pdf
- Here's device control panel I wrote
https://github.com/Nikolaj-K/lab-control-GUI
>>
>>9002059
Thanks! I seriously, seriously appreciate it!
>>
>>9001836
How did you get into that field, or even find a thesis topic in the first place?
>>
>>9001836
Just saw your answer to
>>9001846
How do you go about finding a specific thesis to produce? Quantum crypto is fairly big

Thanks
>>
>>9001376
Marção, é vc?
>>
>>9001286
Which Math module should I take for my course?
Essential mathematics 1 or discovering mathematics?

I have no issue with maths, and i have done advanced calculus before but i don't know if i can be bothered to do it again, if im not even going to need it in the future. discovering maths would be a walk in the park.
>>
>>9002755
>Freshman CS student trying to figure out which babby math course they should take without posting an outline, description, or syllabus of the courses.

wew lad

>>9002059
Not that guy but this is pretty cool.

>>9001896
This is a bit more up my alley.
>>
>>9002689
Since I changed my research area very late, in my 3rd year out of 4 year programm, I'm just getting started and don't have a thesis topic yet. What I work on at the moment was suggested by my new supervisor.

>>9002755
I didn't have any of these courses (at least not with these names). Choose something that will interest you. I like to learn the math that's needed for the particular task related to CS on the go, whole Mathematics is too big to learn it from the ground up when you work with CS.
>>
Working on a cool problem at work. Any ideas you have to make this faster aka do my job for me is apprechiated

Given a stream of deliveries that more of less look like this:

Delivery
- Task pickup_task
- Task dropoff_task

and tasks that look like this:

Task
- float lat
- float long
- datetime expected_time

and a cost function

cost(task, time)

that figures out the cost of having a task arrive at a certain time, and a list of delivery people

DeliveryPerson
- bool active
- Task[] tasks_to_do

figure out the best way to assign tasks to delivery people.
>>
>>9002894
that's strictly harder than traveling salesman (single delivery person)

some greedy heuristics will do
>>
I'll be starting CS the coming year.

I don't want to be some "I want to make vidya" neckbeard or mobile app pajeet, what math should I learn to supplement what I'm already learning.

aka, what math/theory did you wish learned in school that you didn't.
>>
>>9002917
Drop out of CS and do literally anything else.
>>
>>9002917
Really depends on what you're doing. It's a huge field and some areas care more about some types of math than others.

>>9002894
Dunno off the top of my head but that sounds like leaning some intro AI should help.
>>
>>9001286
I'm close to graduating from a double degree program in pure math and comp sci and I'm considering applying for a masters degree. I have some background in category theory and my interests are mainly in computability and programming language theory. That said I'm pretty flexible and could see myself jumping into other areas of computer science instead (e.g. langsec, machine learning).

Is there any advice you grad students would give? Anything I should know to avoid?
>>
>>9002917
Linear Algebra is typically absent from undergraduate CS curriculum. However if you ever do graduate level CS research Linear Algebra becomes a kind of lingua franca in many areas, so its a very good tool to have under your belt.
>>
>>9003104
>Linear Algebra
I can't really imagine a CS course exists without linear algebra.

At this point it might as well be a vocational school.
>>
>>9003105
>>9003104
Some universities require it (not general abstract vector spaces but specifically the vector R^n). It does come up in programming as much code and theory is often simplified through the use of "vectors" (e.g. vectorized code, computer graphics, machine learning, etc...).
>>
>>9002917
Real Analysis (limits, derivatives, integrals) and proofs by induction.
Complex numbers, matrix and vector operations.
>>
>>9003101
Medical imaging can be a pain in the ass because of DICOM standard, there are always some technical issues with it's implementation and looking at noisy, low res greyscale images for too long can be really depressive. That's my experience with this area. Also in machine learning people are interested in text mining - I find this not an interesting subject, seen some papers about it. But all this is from a perspective of a PhD student, on master studies this may be ok. Also, I suggest you don't work with anything directly related to hardware, I had some serious driver issues and wasn't able to work until they patched it, beware of being dependent on hardware.
>>
>>9001482
Papadimitriou
>>
so i managed to pass my neural nets module somehow, only i still dont fucking understand backpropagation on anything other than a vague conceptual level, on account of not knowing anything about calculus. what book would you guys recommend to help a retard who hasnt done math in 5 years understand derivatives and shit? because im having real fucking trouble gleaning a working understanding from wikipedia.

>>9001376
AI is p legit desu, almost makes me want to actually book my ideas up and become a proper student so i can do programming thats actually interesting
>>
>>9002917
learn calculus my dude, if you dont know what a derivative is youll be fucked if you try and take machine learning modules. also if you do want to do any AI whatsoever, get a copy of Russel and Norvigs AI a Modern Aproach and go straight to that if you come across anything new, because 9 times out of 10 norvig is better than anything youll grab off the internet.
>>
Taking a class on quantum computing next semm taught by a world class researcher. Im excited!
>>
oh, this thread is great.

I'll be venturing to a MSc in CS. What 2 should I pick from these 3: cripto, data mining and parallel computing?
I'm thinking cripto and parallel computing bc I think data mining can be a bit dull
also, I wanted to work on maybe logic/programming language theory or complexity. how hard is it to produce stuff on those fields? I've got really good professors at my college in both
keep up the good thread
>>
>>9003367
My MSc was related to parallel computing and GPGU and I think it's pretty interesting.
Cryptography is also very interesting, although hard sometimes (very theoretical).
I had a course on data mining and it wasn't bad, but wasn't also too interesting.
You'll learn about clustering and classifiers etc.
Useful things, but all very statistical, for example you can teach an algorithm to classify data on training set and have great efficiency on testing set, but then, when just some other data arrives the classifier may not be as good. The books on data mining I've seen were either very mathematical or very business-related like the concept of market basket analysis etc.
>>
after Turing of course..who would you guys consider the Second greatest computer scientist of all time?
>>
>>9003555
Djikstra
>>
>>9003555
Gödel, Neumann, Löf <3
>>
>>9001286
>>>9001381
>>>9001289
>/sci/ is Theory fags who only know how to talk about things, nothing for real world application. They're basically "the academic kids in the family".
>>
>>9003705
Meant >>9001560
>>
>>9003593
since when has Godel been a computer scientist?
>>
>>9003104
>Linear Algebra is typically absent from undergraduate CS curriculum.

What? Where? Every CS program in Canada that I know of requires it. The few American ones I've seen also require it.
>>
>>9004594
> Every CS program in Canada that I know of requires it.
depends on what level of linear algebra we're talking about

at Queen's I took linear algebra for non-math majors which was the class that most of the CS majors took, and we didn't even cover determinants of anything bigger than 3x3
>>
I can confirm that in Poland linear algebra is also obligatory for CS students.
>>
>>9001803
>>9001909
>>9003343
Sorry for the late response.

Most of everything we use in AI has been around for quite some time. The latest developments have been with state vector machines conceived in the 60's, neural nets in the 70's and convolution nets around 2010ish. Building the AI is the easy part, creating models that it can use is difficult. My lab is stuck on problems that have very little to do with the AI and a lot to do with building a model that the AI can utilize. Questions rooted in ontology, epistemology, natural language processing, abstract taxonomy, etc are tough barriers to cross. Solving one problem almost always requires a whole rework of the model.

It is important to understand that deep learning machines are a great tool but not required for most problems. Neural nets are a neat trick but they require a vast amount of training data with convergence and accuracy not guaranteed. The good part about a NN is that after it is trained the processing of information is very quick. A key factor in creating a successful AI lies with picking the right tools for the job and deep learning is typically not the practical or optimal approach.

I'm happy to answer any questions I can but deep learning systems aren't my specialty.
>>
File: ko.jpg (20KB, 225x288px) Image search: [Google]
ko.jpg
20KB, 225x288px
>>9001547
>>9001510
Computability theory isn't dead. Also, Computability theorist tend to be in the math department. At my school, there have been several computability theory mathematicians in the mathematics department. Have you ever heard of Reverse math? That is not a topic in computability theory taught to CS students.

https://en.wikipedia.org/wiki/Reverse_mathematics

If you want to do research in computability theory then look at places like Berkeley, Notre Dame, Wisconsin, Waterloo, Cornell, Vanderbilt, Chicago, Dartmouth.
>>
>>9004988
Computability theory and Reverse mathematics are different things. I don't think I've ever heard computer science people poking into reverse mathematics unless they're also into analytic philosophy and foundations of mathematics.

I agree that computability isn't dead but at my university it's all done within the computer science department, together with category theory, homotopy theory, and programming language theory.
>>
>>9004974
anon from the last post you linked to here, could you point to any books on calculus that would help me get a proper understanding of what im looking at when i read the math expressions in textbooks and other sources?
>>
>>9004990
At my school the computability theorist studied reverse mathematics. Some of the stuff I've seen them work on intersects with Ramsey theory. None of my theoretical CS courses covered Ramsey theory, Reverse Math, Infinite Marriage Problems, Turing jumps etc.

My TCS courses practically mentions Computability theory: Rice's theorem and all the classics... but they don't go deeply into it as Computational Complexity theory and Algorithmic Complexity.

Penn, CMU, Wellesley are more of the schools that you're talking about. The ones I'm talking about have a different focus.
>>
>>9005016
What I am saying is, the math department teaches computability theory differently than how it's taught in the cs department-- but that is probably because there are actual math people there that focus on computability theory within the math department.

The schools you're talking about where they focus on category theory, programming language, theory, homotopy type theory are found at places like Penn, CMU, Wellesley

>Computability theory and Reverse mathematics are different things. I don't think I've ever heard computer science people poking into reverse mathematics unless they're also into analytic philosophy and foundations of mathematics.

Please take a look at this: https://math.berkeley.edu/~antonio/slides/CompThyh.pdf
>>
>>9003752
He was right there at the beginning, parallel to Turing, and even stuff like P vs. NP traces back to questions he asked.
And, of course, the whole uncomputability spiel is essentally his child
>>
>>9001286
>tfw 2nd year PhD CS student researching pure subjects like logic programming and machine learning

feelsgoodman
>>
>>9001286
How do I make my own quantum proof scaling bitcoin meme?

Anyone thinking about this?
>>
>>9001376
>AI researcher

You mean shitty constraint functions/heuristics or actual ML algorithms that you design
that aren't weka or something similar?
>>
>>9003343
>needing to go through all of calculus
Just calculate the derivs for anything you'd use as an activation function
iirc for the most common one, tanh(x)
D[tanh(x)]=1-tanh(x)^2
and thats all the calc you need, the rest is stats
>>
>>9005284
you dont understand, i dont know what the fuck a derivative actually is
>>
>>9002894
sounds like a classic optimization problem. Look into stuff like job shop scheduling problem or knapsack problem for inspiration
>>
>>9001836
Are you at MIM?
>>
I have one question

would you guys say P vs. NP is the holy grail of computer science like the Riemann Hypothesis is to math?
>>
I need to learn algebra I II, trigonometry, calculus I II, physics I, linear algebra, discrete math and basic graph theory before december.

I do plan on learning to make games.
Any advice on how do I acomplish this?

What other math should I learn as well to make games?
>>
>>9005315
A derivative is a fancy word for the slope of a line at a point, the rate of change

Like for the line
1x derivative is => 1
2x => 2
3x => 3

x^2=> 2x
2x^2=> 4x
3x^2=> 6x

x^3=> 3x^2
2x^3=> 6x^2
3x^3=> 9x^2

See a pattern here?
>>
>>9005610
>I do plan on learning to make games.
Drop out and learn unity.
>>
>>9005602
yes, bascially
>>
>>9005672
is P vs. NP more difficult than the Riemann Hypothesis?
>>
>>9005612
i just dont feel like i fully get it m8, im gonna need a proper book on this shit
>>
>>9005013
I would start with something on set theory then pick up something on prepositional logic and maybe something on formal proofs. It is something you should pick up incrementally while in school but if school isn't an option then I would start with the appendices of maybe an algebra or precal textbook. Also, what kind of calculus?

>>9005261
Using a svm to predict the direction of a conversation, developing a convolution net to analyze facial expressions, acoustic waveform, and some state logic for everything else. Most of my research involves nlp, model order, and parallelization. No use for deep learning systems in our work.
>>
>>9005789
im a graduate man, i get set theory and shit, just not nonlinear mathmatics shit
>>
>>9003343
Woops, didn't answer your question. A derivative is just a measure of a rate of change. Geometrically this is represented by a tangent line somewhere on a function which is the rate of change of the function at that value. Maybe check out the MITOCW videos on differential calculus. I think they go over the proofs or something.
https://www.youtube.com/watch?v=7K1sB05pE0A&list=PL590CCC2BC5AF3BC1
>>
>>9005795
Because I don't hate you anon, I went looking through some of my books and here is one that explains notation and statement meanings. Its a nice refresher at the very least.
HOW TO PROVE IT, A Structured Approach, Second Edition, Daniel J. Velleman, Department of Mathematics and Computer Science, Amherst College, ISBN-13 978-0-521-86124-3
>>
>>9005795
Also found this, specifically for calc
ISBN 0-914098-89-6
>>
>>9005027
>Please take a look at this: https://math.berkeley.edu/~antonio/slides/CompThyh.pdf

Thank you for digging up a resource for me, anon. I was previously under the impression that Reverse Mathematics was primarily approached from a logic/model theory perspective (and after skimming Stephen Simpson's book it looked hard af).

>>9005610
>I need to learn algebra I II, trigonometry,
Buy some CliffsNotes books on those from amazon. You should be able to read them in a couple weeks. Maybe pick up a geometry CliffsNotes book as well (the CliffsNotes books omit proofs and stick to general concepts, theorems, and techniques so they move much faster than a normal course).
>calculus I II, linear algebra,
This really depends on why you need to know the material. Like if you just need to understand and know how to apply the concepts to other areas then it's completely different than if you will need to understand the formal theory behind them so that you can take higher level math courses (e.g. analysis, abstract algebra, etc...).
>physics I
no idea, watch some MIT OCW or something idk lol
>discrete math and basic graph theory before december.
This one also kind of depends. Typically discrete math courses are used as an introduction to proofs course at universities so they're not really about discrete math so much as they are about learning how to think about math logically. These courses also typically give a brief introduction into graph theory. Some comp sci courses/books out there go deeper into discrete math proper but from an algorithmic perspective, this may or may not be relevant to your interests. Graph Theory courses typically also spend time doing combinatorics but most of the sorts of results and problems they cover in these courses are maybe not relevant to your interests (stuff like graph coloring for instance).

More info required.

Go to >>>/vg/agdg/ they will give you better advice if you want to live the plebby lifestyle of an amateur game developer.
>>
>>9005258
Read Wiesner's paper about quantum money ;)
>>
>>9005444
MIM? No, but I may have been there, what does the acronym stand for?
>>
>>9003343
Calculus really boils down to two concepts (differentiation and integration) and then a ton of techniques and theorems for using them. Depending on what you do with Neural Nets/Machine Learning you may either:
>Only need to have a conceptual understanding of differentiation
>Have a rigorous and formal understanding of a lot of calculus/analysis (for instance if you want to eventually learn some convex analysis so you can actually perform proofs that your algorithms will/won't converge under certain conditions).

If it's the former then you should poke around youtube for a bit. There's a lot of explanations out there that approach it from different perspectives. The "it's the slope at a point" explanation is right but doesn't really illuminate anything. I could write out some analogies but I don't even know if you're still around.

Anyway, the best explanation for differentation/integration I've ever seen was in the first couple lectures by this dude Michael Starbird (the guy starts with the concepts first and does the math later).
You'll have to find a place to pirate them (look for: TTC VIDEO - Change and Motion - Calculus Made Clear).
Here's an ad:
https://www.youtube.com/watch?v=LZkOt6W5Fj4
>>
>>9004621

What does the size of determinants have to do with anything? The process is the same for n > 2 so all that really means is there's less tedious arithmetic.
>>
>>9006261
>>9006261
>What does the size of determinants have to do with anything?
you can teach 2x2 and 3x3 without teaching a method that generalizes to higher dimensions

the 2x2 method was just giving the formula ad-bc, the 3x3 method was https://en.wikipedia.org/wiki/Rule_of_Sarrus
>>
>>9006264

Oh, I assumed it was taught with n-dimensional but all the examples were just n=3.

Still, I think that's a bad example if you were to illustrate it not going very deep.

You said non-math majors. Who else takes it besides CS students? Engineers? Physics majors? Chem/other science majors?
>>
File: hat-problem.jpg (77KB, 576x432px) Image search: [Google]
hat-problem.jpg
77KB, 576x432px
>>9006271
>Still, I think that's a bad example if you were to illustrate it not going very deep.
I can't remember much of what else was covered, there were lots of reccurence relations, Fibonacci numbers, least squares... I think some other things not covered included diagonalization, Cramer's rule, Gram-Schmidt, maybe even rank-nullity theorem

>Who else takes it besides CS students? Engineers? Physics majors? Chem/other science majors?
There's many linear algebra courses, engineers take a different one, the physics majors split between the one for math majors and the one not for math majors, there were some chem and bio students in the one for non-math majors

pic related is from the class
>>
File: sicp.jpg (172KB, 1280x720px) Image search: [Google]
sicp.jpg
172KB, 1280x720px
Given the abundance of JavaSchools with dumbed down introductory CS courses these days, what do you guys think is the correct introductory course sequence for computer science/engineering? By "correct", I mean a comprehensive, thorough, rock-solid treatment of the fundamentals without any hand-waving or unnecessary magic whatsoever, and in a pedagogically logical sequence or connected manner.

I started thinking about this after seeing CS students flounder in a class requiring knowledge of recursion or pointers after having an intro class in Java, and then reading this essay by Dijkstra titled "On the cruelty of really teaching computing science".

https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1036.html

In the same class however, I noticed the CEs had no difficulty with pointers in C for some reason, even displaying knowledge of relatively esoteric features of C like function pointers. Well, it turns out their intro class is in what is virtually assembly, and they go from a bottom-up approach rather than top-down. They used that book "Intro to Computing Systems" by Yale N. Patt, which basically goes from moving electrons to CMOS to digital logic to finite state machines to assembly and C. So memory addressing and the von Neumann architecture were pretty much implanted firmly in their minds at that point.

I've read that book myself and I have to say that it's better than any shitty Java or Python course that simply goes through semantics and paradigms like OOP. As far as an introduction to computer architecture goes, that book is an instant classic. So what exactly is, or should be, the analog for computer science?

The closest thing I've seen resembling that book for pure CS is SICP, but it has since been depreciated virtually everywhere for some reason. Some people say that book is overrated, but seeing as to how functional programming is making a resurgence, does that book still deserve to be the one true CS book now just as it was then?
>>
>>9005769
I don't have a book recommendation, but 3blue1brown has a good video series on the concept of calculus and how it can be discovered which might help some with learning about it.
>>
File: when will moon.png (195KB, 512x512px) Image search: [Google]
when will moon.png
195KB, 512x512px
>>9006377
>https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1036.html

>It is now two decades since it was pointed out that program testing may convincingly demonstrate the presence of bugs, but can never demonstrate their absence.

Is this a theorem?
>>
At which stage are you supposed to know what field you'll go for a PhD in?
I'm entering my third year and I'm enamoured with so many things but no one thing especially
>>
>>9006377
>Pointers are hard
Does anyone genuinely have trouble with pointers? It's such a simple concept. If you understand array indices you understand pointers.
>>
>>9006377
Someone should update SICP. A lot of it is actually still relevant, but things like updating the examples for R6RS or R7RS would help here and there, and there's a big part you could take out in the last few chapters, but other than that...
>>
>>9006507
I don't quite catch your meaning. Are you asserting that knowledge is only valuable if it is gained through deductive reasoning? And can you provide an example where testing has demonstrated the absence of bugs?
>>
What are some good books about Statistics and Machine Learning? Is "AI: A modern approach" by Russel and Norwig still somewhat up-to-date?
>>
>>9001286
I wanna learn android programming just because I know Java. Where do I start?
>inb4 dont learn android
>inb4 learn another language
I already know MATLAB and C++ so I think I'm alright in that aspect.
>>
File: Capture.png (70KB, 541x303px) Image search: [Google]
Capture.png
70KB, 541x303px
>>9006622
>And can you provide an example where testing has demonstrated the absence of bugs?
No, I was just wondering how this is known not to be possible.
>>
File: 1498306456014.jpg (75KB, 622x647px) Image search: [Google]
1498306456014.jpg
75KB, 622x647px
>>9006594

>Does anyone genuinely have trouble with pointers?

You'd be surprised. Lots of CS kids (at the so called #5 CS school in the US, mind you) coming in from just a Java or Python introductory class have a hard time grasping the full implications of the mere existence of pointers, just from the fact that their understanding of computer architecture at that stage is extremely limited. Of course, that is expected since the whole point of the Python interpreter or the JVM is to remove memory management from the equation entirely.

>It's such a simple concept. If you understand array indices you understand pointers.

Everyone is told that array names and pointers are the same in C - but there's also a few other intricacies with that that hinges on your understanding of labels and ASM.

https://cds.cern.ch/record/290486/files/9780131774292_TOC.pdf

This book is particularly insightful when it comes to elucidating the difference between pointer variables and array names (chapter 4). Also, it goes into details as to how N dimensional arrays and pointers work, and how they are passed into functions as arguments - which isn't as trivial as one might assume.

There's also more to pointers than arrays - you can have pointers to functions too. Try explaining to a Java guy that functions are data and can be pointed to as such.

He will probably try to assign a function pointer to a function by dereferencing the function name...
>>
File: 1498558729375.png (260KB, 620x640px) Image search: [Google]
1498558729375.png
260KB, 620x640px
Is this thread a good indicator of the overall quality of this general?
>>
>>9006641
Why do you think this is an appropriate post to make here? Fuck off to >>>/g/
>>
>>9006663
literally cs general
>>
>>9006665
Are you genuinely retarded? Your question isn't CS-related. Get the fuck out, underaged shit.
>>
>>9006653
Since, afaik, this is the first CSG on /sci/, yes
>>
>>9006670
how far is the dildo stuck up your ass?
>>
File: 1475389580203.jpg (121KB, 744x1829px) Image search: [Google]
1475389580203.jpg
121KB, 744x1829px
>>9006597

I actually think that chapters 4 and 5 are pretty damn insightful and every bit as necessary as the first three. The recent rewrites of SICP, namely Composing Programs and HtDP, already skip out chapter 5 since it's essentially hardware at that point, but I think it's a mistake since chapter 5 introduces registers machines and the datapath and control abstractions, which is pretty much at the heart of computer architecture and low level programming in general.

It completes the abstract implementation of Scheme presented in chapter 4 by grounding it in real hardware. This will perhaps drive the point home to students that hardware processors are basically executing a fixed hard-programmed cycle of instructions (finite state machine), like the fetch-decode-execute-store cycle, or in Lisp's case, the REPL loop. It also somewhat introduces them to the theory of computation since it talks about stack machines, register machines, and Turing machines as abstract models of computation. Finally, it bridges the gap between interpreted programs and compiled programs since it discusses a compiler for Scheme, and to top it off, also talks about garbage collection in memory.

And in order to do all that, the authors literally created a pseudo-assembly language to model the control unit behavior, and a virtual hardware datapath including memory and registers, ALL IN SCHEME, which is being executed by another Scheme interpreter...

It's recursion to the max, and the level of mindfuck for a virgin mind is just too good to leave out.
>>
>>9006651
Thanks for the book. I'll admit that my C/C++ knowledge is subpar.
I did one of those vidya game degrees and everything was watered down because they made programmers do art and artist do programming there simply wasn't enough time left to go in depth in any of it.
But at least I never saw any of the artists have troubles with pointers.

Planning on going back to uni to study CS properly this time.
>>
>>9006642
>>It is now two decades since it was pointed out that program testing may convincingly demonstrate the presence of bugs, but can never demonstrate their absence.
Probably an application of Godel's second incompleteness theorem (which is itself an application of the unsolvability of the halting problem), once you formally define what it means to test a program, and what it means to have bugs.
>>
>>9005879
>Thank you for digging up a resource for me, anon. I was previously under the impression that Reverse Mathematics was primarily approached from a logic/model theory perspective (and after skimming Stephen Simpson's book it looked hard af).

No problem. Glad I could assist.
>>
>>9006642
>>9006971
What about formal verification?
>>
>>9006507
It is a theorem, related to the halting problem. Comes from computability and is really kind of obvious once you've had a basic introduction to the subject.
>>
>>9007000
That's not "testing".
>>
>>9007000
Formal verification is entirely different from testing.

Testing - Checking a few times if the program works correctly.
Formal Verification - Writing a mathematical proof that the program will always work correctly on all inputs in all situations.
>>
Am I fucked if I do computational linguistics?
>>
>>9006638
Russel/Norvig is good but very abstract and not really aimed to teach ML.

The ML book is Bishop for Bayesian ML. ML is hard as shit compared to other CS fields. Good luck brainlet-sama
Thread posts: 133
Thread images: 19


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.