Posts

Showing posts with the label machine

Solution virtual machine keyboard gets stuck on hosts

Solution virtual machine keyboard gets stuck on hosts use setxkbmap command in your Linux host. this will reset the keyboard mapping. download file now

Some more interesting links 4 Machine Intelligence TDA ipython notebooks

Some more interesting links 4 Machine Intelligence TDA ipython notebooks Most Topological Data Analysis tools are either stuck in academic research papers or Company intellectual property. DataRefiner might help to change that Python for Exploratory Computing : Collection of ipython notebook showing python basics, statistics and advanced python topics A collection of ipython notebooks on hacking security data  This is the future of education Open Loop University, where your education is spread over several years. Youll have periods of work with schooling interlaced inbetween Detailed infograph showing major players in the Machine Intelligence space You should look at this if youre interested in the Quantified Self space Ive been looking for something like this. Instant temporary ipython notebooks hosted in the cloud An extensive Deep Learning Reading list Nice reading on Generative vs Discriminative Algorithms (Naive Bayes - Logistic Regression) download file now

Starting a Remote Session from one Ubuntu machine on another Ubuntu machine

Image
Starting a Remote Session from one Ubuntu machine on another Ubuntu machine In this article, we look at ways to start a remote session from one Ubuntu machine on another. First to clarify, starting a remote session is not the same as Desktop sharing with tools like VNC. What I really wanted was to let the remote machine operate using display settings of my client machine. Reason was, on my primary machines at my home, I have a dual display with 23 and 24 inch monitors, one of which is rotated by 90 degrees. Trying to access this over VNC meant that my local view consisted of this extended desktop made up of display real estate that was impossible to manipulate over my client machine that was a laptop. This requires two steps Step 1: Connect to the machine using secure shell Step 2: Launch a remote gnome session Here are the steps. Step 1: Connect to the machine using a secure shell The first step was to open a terminal windows and start a sescure shell session. $ ssh -X user @host_mach...

Some great resources on the web covering Machine Learning Data Mining R Python and other topics

Some great resources on the web covering Machine Learning Data Mining R Python and other topics These are just a few web resources around Python, R, machine learning, data mining, and some other technical topics Ive come across. I will update this list as time permits. In the mean time..enjoy!! Some Good R videos A collection of talks given by Hadley Wickham @hadleywickham on R Stanford OpenClassroom - a bunch of CS classes Stanford. Full Courses Short Videos List of freely available programming books KDNuggets - latest KD news Khan Academy application of machine learning to assess student mastery CMU Machine Learning course Quick Python Facts Invent Your Own Computer Games with Python Courtesy of @jeremyphoward Getting in Shape for the sport of Data Science Courtesy of @hackingdata UCB Intro to Data Science A good list of Machine learning, Statistical computing related courses A great video with Jeff Hammerbacher detailing the future of Big Data Courtesy of @petesko...